pull/23/head
johndah4x0r 2017-07-26 20:29:40 +02:00 committed by GitHub
parent 1aefdecf35
commit e3e9f194f2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -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/:" | \