|
|
@ -318,17 +318,12 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
verbose_kmsg
|
|
|
|
verbose_kmsg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
devmgr_terminate
|
|
|
|
|
|
|
|
|
|
|
|
good_msg "Booting (initramfs)"
|
|
|
|
good_msg "Booting (initramfs)"
|
|
|
|
|
|
|
|
|
|
|
|
cd "${CHROOT}"
|
|
|
|
cd "${CHROOT}"
|
|
|
|
mkdir "${CHROOT}/proc" "${CHROOT}/sys" "${CHROOT}/run" 2>/dev/null
|
|
|
|
mkdir -p "${CHROOT}/proc" "${CHROOT}/sys" "${CHROOT}/run"
|
|
|
|
|
|
|
|
|
|
|
|
is_udev && udevadm settle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if is_udev
|
|
|
|
|
|
|
|
then
|
|
|
|
|
|
|
|
udevadm control --exit || bad_msg "Unable to terminate udevd"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If devtmpfs is mounted, try move it to the new root
|
|
|
|
# If devtmpfs is mounted, try move it to the new root
|
|
|
|
# If that fails, try to unmount all possible mounts of devtmpfs as stuff breaks otherwise
|
|
|
|
# If that fails, try to unmount all possible mounts of devtmpfs as stuff breaks otherwise
|
|
|
|