summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:04:54 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:04:54 +0200
commite8782adb7f44b66854abbf95ddb9b64e9f6f3ec7 (patch)
treec1623dbfad3903b8cbf450cade6ec3a114c92dd3 /scripts
parent38c96516f54ed40e8d3355a639afb0d956fd0a3b (diff)
downloadlive-boot-e8782adb7f44b66854abbf95ddb9b64e9f6f3ec7.tar.gz
live-boot-e8782adb7f44b66854abbf95ddb9b64e9f6f3ec7.zip
Correcting leftovers from old variable handling for BOOTIF, thanks to Andrew Jeffery <andrewj@avalon.com.au> (Closes: #703743).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/boot/9990-cmdline-old2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/9990-cmdline-old b/scripts/boot/9990-cmdline-old
index b8fc4a6..18bb6c3 100755
--- a/scripts/boot/9990-cmdline-old
+++ b/scripts/boot/9990-cmdline-old
@@ -15,7 +15,7 @@ Cmdline_old ()
;;
BOOTIF=*)
- BOOTIF="${x#BOOTIF=}"
+ BOOTIF="${_PARAMETER#BOOTIF=}"
;;
dhcp)