about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2024-06-01 21:06:33 +0200
committerGitHub <noreply@github.com>2024-06-01 21:06:33 +0200
commit6ca2cfd75b461c424f3256217b16f5e55c8ab5a4 (patch)
treecf68353c417f14de2945d703e48431e6fa0803f0 /nixos/modules/system/boot
parentaaa74081c2af54f76f8623c382b04cfe62feaca9 (diff)
parent5aa9fc927306617ad428e50a54c638224c37bf5c (diff)
Merge pull request #313485 from tpwrules/copytoram-notif
nixos/stage-1-init: notify during copytoram
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/stage-1-init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh
index 59cf1a47fb7f9..23e9df2189e78 100644
--- a/nixos/modules/system/boot/stage-1-init.sh
+++ b/nixos/modules/system/boot/stage-1-init.sh
@@ -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