Merge pull request #313485 from tpwrules/copytoram-notif
nixos/stage-1-init: notify during copytoram
This commit is contained in:
commit
6ca2cfd75b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user