change unmount message

This commit is contained in:
Tobias Powalowski 2023-06-25 21:32:27 +02:00
parent b9bec6e05f
commit dae7168306
2 changed files with 4 additions and 4 deletions

View file

@ -16,11 +16,11 @@ Environment Changes:
- disabled/masked systemd targets: - disabled/masked systemd targets:
cryptsetup first-boot-complete integritysetup swap veritysetup cryptsetup first-boot-complete integritysetup swap veritysetup
- disabled/masked systemd services: - disabled/masked systemd services:
hwdb-update firstboot machine-id-commit pcrmachine binfmt boot-random-seed binfmt boot-random-seed firstboot hwdb-update machine-id-commit
repart pcrphase pcrphase-sysinit pcrmachine pcrphase pcrphase-sysinit repart
- disabled/masked nfs3 support: - disabled/masked nfs3 support:
rpcbind.service, rpcbind.socket, rpcbind.target and nfs-server.service 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 - only mount /dev/sr0 on detection
- unmount /dev/sr0 and UUID 1234-ABCD after copying initramfs files - unmount /dev/sr0 and UUID 1234-ABCD after copying initramfs files
- fixed ethernet firmware loading - fixed ethernet firmware loading

View file

@ -107,7 +107,7 @@ mv /lib/firmware /sysroot/usr/lib
cd /sysroot || _emergency_shell cd /sysroot || _emergency_shell
bsdcpio -u -f "*/lib/modules/" -f "*/lib/firmware/" -i <"/mnt/boot/initramfs-$(uname -m).img" &>/dev/null || _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 # 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 /dev/sr0
umount -q -A UUID=1234-ABCD umount -q -A UUID=1234-ABCD
echo 0 > /proc/sys/kernel/sysrq echo 0 > /proc/sys/kernel/sysrq