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?