From b231b715c7e7fa8d0f5f7d3245e5626cebbb6f87 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Fri, 3 Aug 2018 12:51:19 +0200 Subject: use the correct variablename for install kernel commandline opts --- create-boot-floppy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create-boot-floppy') diff --git a/create-boot-floppy b/create-boot-floppy index 31990fb..5c23fcd 100755 --- a/create-boot-floppy +++ b/create-boot-floppy @@ -253,7 +253,7 @@ route ### # Set install parameters: set base http://\\$"{"ks"}"/install/centos/7/os/x86_64 -kernel \\$"{"base"}"/images/pxeboot/vmlinuz text ${InstCmdLine} ip=\\$"{"ip"}" netmask=\\$"{"nm"}" gateway=\\$"{"gw"}" repo=\\$"{"base"}" ks=http://\\$"{"ks"}"/install/ks/\\$"{"hn"}".ks cosmoshash=${CosmosHash} +kernel \\$"{"base"}"/images/pxeboot/vmlinuz text ${InstCmdLineOpt} ip=\\$"{"ip"}" netmask=\\$"{"nm"}" gateway=\\$"{"gw"}" repo=\\$"{"base"}" ks=http://\\$"{"ks"}"/install/ks/\\$"{"hn"}".ks cosmoshash=${CosmosHash} initrd \\$"{"base"}"/images/pxeboot/initrd.img ### # Boot into install -- cgit v1.1