GRMLBASE/80-initramfs: no longer set CRYPTSETUP=y
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 80-initramfs
index b2b0879..82cf083 100755 (executable)
@@ -21,7 +21,7 @@ echo "Rebuilding initramfs"
 
 for initrd in "$(basename $target/boot/vmlinuz-*)" ; do
     if ! $ROOTCMD update-initramfs -k "${initrd##vmlinuz-}" -c ; then
-        echo "Creating fresh initrd did not work, trying update instead:"
+        echo "Creating fresh initramfs did not work, trying update instead:"
         $ROOTCMD update-initramfs -k "${initrd##vmlinuz-}" -u
     fi
 done