nixos/stage-1-init: notify during copytoram

Demystifies a long pause at an unrelated message, particularly if the
source media is slow.
This commit is contained in:
Thomas Watson 2024-05-21 15:46:29 -05:00
parent 7a35ba8433
commit 5aa9fc9273

View File

@ -576,6 +576,7 @@ while read -u 3 mountPoint; do
mount -t "$fsType" /dev/root /tmp-iso
mountFS tmpfs /iso size="$fsSize" tmpfs
echo "copying ISO contents to RAM..."
cp -r /tmp-iso/* /mnt-root/iso/
umount /tmp-iso