summaryrefslogtreecommitdiffstats
path: root/iso2usb.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-06-23 00:55:52 +0200
committer Eric Hameleers <alien@slackware.com>2016-06-23 00:55:52 +0200
commit5d79c7956edb8b318b5c160cfc2f45c9bd081f01 (patch)
treee58096428c86a9f90d361afd5694edb9f05b044a /iso2usb.sh
parent582579c6700ed9034b8e17c0d08d935447a661f9 (diff)
downloadliveslak-5d79c7956edb8b318b5c160cfc2f45c9bd081f01.tar.gz
liveslak-5d79c7956edb8b318b5c160cfc2f45c9bd081f01.tar.xz
iso2usb.sh: fix a typo in a comment.
Diffstat (limited to 'iso2usb.sh')
-rw-r--r--iso2usb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iso2usb.sh b/iso2usb.sh
index b551623..11c9605 100644
--- a/iso2usb.sh
+++ b/iso2usb.sh
@@ -198,7 +198,7 @@ update_initrd() {
else
if [ "${PERSISTENCE}" != "${DEF_PERSISTENCE}" ]; then
# If the user specified a nonstandard persistence, use that:
- echo "--- Updating persitence from '$DEF_PERSISTENCE' to '$PERSISTENCE'"
+ echo "--- Updating persistence from '$DEF_PERSISTENCE' to '$PERSISTENCE'"
sed -i -e "s,^PERSISTENCE=.*,PERSISTENCE=\"${PERSISTENCE}\"," init
fi
fi