diff --git a/CHANGELOG b/CHANGELOG index 62a06e73c..5102adf07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,11 +16,11 @@ Environment Changes: - disabled/masked systemd targets: cryptsetup first-boot-complete integritysetup swap veritysetup - disabled/masked systemd services: - hwdb-update firstboot machine-id-commit pcrmachine binfmt boot-random-seed - repart pcrphase pcrphase-sysinit + binfmt boot-random-seed firstboot hwdb-update machine-id-commit + pcrmachine pcrphase pcrphase-sysinit repart - disabled/masked nfs3 support: rpcbind.service, rpcbind.socket, rpcbind.target and nfs-server.service -- switch to default.target -> graphical.target +- switch to default graphical.target - only mount /dev/sr0 on detection - unmount /dev/sr0 and UUID 1234-ABCD after copying initramfs files - fixed ethernet firmware loading diff --git a/usr/share/archboot/base/init b/usr/share/archboot/base/init index 70467bd15..4f6507b10 100755 --- a/usr/share/archboot/base/init +++ b/usr/share/archboot/base/init @@ -107,7 +107,7 @@ mv /lib/firmware /sysroot/usr/lib cd /sysroot || _emergency_shell bsdcpio -u -f "*/lib/modules/" -f "*/lib/firmware/" -i <"/mnt/boot/initramfs-$(uname -m).img" &>/dev/null || _emergency_shell # unmount everything after copying -echo -e "\e[1mStep 7/7:\e[m Unmounting archboot rootfs on usb/hd/cdrom device..." +echo -e "\e[1mStep 7/7:\e[m Unmounting archboot rootfs..." umount -q -A /dev/sr0 umount -q -A UUID=1234-ABCD echo 0 > /proc/sys/kernel/sysrq