X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-initramfs-tools.sh;h=cdb00db7dbebf7b84ab1c397abd5e28d6f26b0ae;hb=0a99e046af49be786db4c61831178fa388617cea;hp=e6b42822c5c94664551d3d1e0060715e3f0663fa;hpb=80b9733997a5f1c17a61f2a98c06689bd40e312e;p=live-boot-grml.git diff --git a/components/9990-initramfs-tools.sh b/components/9990-initramfs-tools.sh index e6b4282..cdb00db 100755 --- a/components/9990-initramfs-tools.sh +++ b/components/9990-initramfs-tools.sh @@ -2,6 +2,17 @@ #set -e +# we definitely want this stuff visible +log_failure_msg() +{ + printf "Failure: $@\n" +} + +log_warning_msg() +{ + printf "Warning: $@\n" +} + log_wait_msg () { # Print a message and wait for enter