From 9adc25907ca62d02d351d8500f4e49dd5cf0d428 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 11 May 2024 14:40:00 +0530 Subject: [PATCH] Update 01_build_file_system.sh --- 01_build_file_system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/01_build_file_system.sh b/01_build_file_system.sh index c65c4e4..ee3ca7d 100755 --- a/01_build_file_system.sh +++ b/01_build_file_system.sh @@ -17,7 +17,8 @@ mount --bind /dev "${CHROOT_PATH}/dev" mount --bind /run "${CHROOT_PATH}/run" cp -r "${ROOT_PATH}/files" "${CHROOT_PATH}/tmp/setup_files" -chroot "${CHROOT_PATH}" /bin/bash -c "KERNEL_VERSION=${KERNEL_VERSION} CODENAME=${CODENAME} /tmp/setup_files/chroot_build.sh" +chroot "${CHROOT_PATH}" /bin/bash -c "KERNEL_VERSION=${KERNEL_VERSION} CODENAME=${CODENAME} cat /etc/resolv.conf" +exit 0 echo >&2 "===]> Info: Cleanup the chroot environment... " # In docker there is no run?