Bug fix
parent
1aefdecf35
commit
e3e9f194f2
2
build
2
build
|
|
@ -106,7 +106,7 @@ cp bootfiles/* $BOOT
|
|||
|
||||
# do substitution
|
||||
cat bootfiles/syslinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | \
|
||||
sed -r "s:MyLinux:$LIVEKITNAME" > $BOOT/syslinux.cfg
|
||||
sed -r "s:MyLinux:$LIVEKITNAME:" > $BOOT/syslinux.cfg
|
||||
|
||||
echo_livekit_msg "build: BootInstall.*: Replacing 'MyLinux' with '$LIVEKITNAME'..."
|
||||
cat bootfiles/BootInstall.bat | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | \
|
||||
|
|
|
|||
Loading…
Reference in New Issue