summaryrefslogtreecommitdiffstats
path: root/liveinit
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-01 22:54:00 +0100
committer Eric Hameleers <alien@slackware.com>2016-02-01 22:54:00 +0100
commit5bfccf3c68356525274aee58a8a1f344ab4100ea (patch)
tree0cb4a14792a385630adcbf9e3a4bf80fec01d868 /liveinit
parente46bc9de8531efdc8232a08286fcf6d3fe5de3a1 (diff)
downloadliveslak-5bfccf3c68356525274aee58a8a1f344ab4100ea.tar.gz
liveslak-5bfccf3c68356525274aee58a8a1f344ab4100ea.tar.xz
liveinit: fix a spelling error in a comment (nitpicking I know).
Diffstat (limited to 'liveinit')
-rwxr-xr-xliveinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinit b/liveinit
index c51dc09..e8df065 100755
--- a/liveinit
+++ b/liveinit
@@ -240,7 +240,7 @@ if [ "$RESCUE" = "" ]; then
# TIP: Increase WAIT to give USB devices a chance to be seen by the kernel.
mkdir /mnt/media
if [ -z "$LIVEMEDIA" ]; then
- # LIVEMEDIA not spcified on the boot commandline using "livemedia="
+ # LIVEMEDIA not specified on the boot commandline using "livemedia="
# Filter out the block devices, only look at partitions at first:
LIVEALL=$(blkid |grep LABEL="\"$MEDIALABEL\"" |cut -d: -f1 |grep "[0-9]$")
LIVEMEDIA=$(blkid |grep LABEL="\"$MEDIALABEL\"" |cut -d: -f1 |grep "[0-9]$" |head -1)