diff options
Diffstat (limited to 'bin/live-snapshot')
| -rwxr-xr-x | bin/live-snapshot | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |
