summaryrefslogtreecommitdiff
path: root/components/9990-cmdline-old
diff options
context:
space:
mode:
authorCarlos Zuferri <chals@chalsattack.com>2014-10-08 20:34:16 +0200
committerCarlos Zuferri <chals@chalsattack.com>2014-10-08 20:34:16 +0200
commit5d9e93b4da423eea69654e377bafc53d7439ad0d (patch)
tree0376bc21b59836be077da7ea94cb72e45b46442b /components/9990-cmdline-old
parent5023a99546fa0aae6f32b80c98a97173cf18cd61 (diff)
downloadlive-boot-5d9e93b4da423eea69654e377bafc53d7439ad0d.tar.gz
live-boot-5d9e93b4da423eea69654e377bafc53d7439ad0d.zip
Fixing typo in warning message.
Diffstat (limited to 'components/9990-cmdline-old')
-rwxr-xr-xcomponents/9990-cmdline-old2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old
index 8bb8254..bdb7624 100755
--- a/components/9990-cmdline-old
+++ b/components/9990-cmdline-old
@@ -285,7 +285,7 @@ Cmdline_old ()
if [ ! -x /lib/cryptsetup/askpass ] || [ ! -x /sbin/cryptsetup ]
then
- log_warning_msg "cryptsetup in unavailable"
+ log_warning_msg "cryptsetup is unavailable"
PERSISTENCE_ENCRYPTION=$(echo ${PERSISTENCE_ENCRYPTION} | sed -e 's/\<luks,\|,\?luks$//g')
export PERSISTENCE_ENCRYPTION
fi