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
commit 6ca2cfd75b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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