From 4e54d60d7f69ae3441e519e5611bd7ea48a8be19 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Apr 2012 18:29:45 +0200 Subject: Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) everywhere. --- bin/live-snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 } -- cgit v1.2.3