X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=6ba45f24c371b63543522e7b5d0b75a6f0271e1f;hb=4e54d60d7f69ae3441e519e5611bd7ea48a8be19;hp=c9de008f2f3a70ef25670b3ebd872747a1e657e1;hpb=b5678340476350707c088253fe5ceee2dccda096;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index c9de008..6ba45f2 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -517,9 +517,9 @@ Warn_user () ;; esac - if grep -qv persistent /proc/cmdline + if grep -qv persistence /proc/cmdline then - echo "Remember to boot this live system with \"persistent\" specified at boot prompt." > /dev/null 1>&2 + echo "Remember to boot this live system with \"persistence\" specified at boot prompt." > /dev/null 1>&2 fi fi }