Merge pull request #313485 from tpwrules/copytoram-notif

nixos/stage-1-init: notify during copytoram
This commit is contained in:
Guillaume Girol
2024-06-01 21:06:33 +02:00
committed by GitHub

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