diff options
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 |
commit | 5bfccf3c68356525274aee58a8a1f344ab4100ea (patch) | |
tree | 0cb4a14792a385630adcbf9e3a4bf80fec01d868 /liveinit | |
parent | e46bc9de8531efdc8232a08286fcf6d3fe5de3a1 (diff) | |
download | liveslak-5bfccf3c68356525274aee58a8a1f344ab4100ea.tar.gz liveslak-5bfccf3c68356525274aee58a8a1f344ab4100ea.tar.xz |
liveinit: fix a spelling error in a comment (nitpicking I know).
Diffstat (limited to 'liveinit')
-rwxr-xr-x | liveinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |