summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-04-08 18:29:45 +0200
committerDaniel Baumann <daniel@debian.org>2012-04-08 18:29:52 +0200
commit4e54d60d7f69ae3441e519e5611bd7ea48a8be19 (patch)
treedbdde3382732505a1f4b383109c8a12196447917 /bin
parentb5678340476350707c088253fe5ceee2dccda096 (diff)
downloadlive-boot-4e54d60d7f69ae3441e519e5611bd7ea48a8be19.tar.gz
live-boot-4e54d60d7f69ae3441e519e5611bd7ea48a8be19.zip
Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) everywhere.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/live-snapshot4
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
}