fix syslinux.cfg copying
This commit is contained in:
@@ -35,7 +35,7 @@ cp bootfiles/vesamenu.c32 $BOOT
|
||||
cp bootfiles/bootlogo.png $BOOT
|
||||
cp bootfiles/syslinux.exe $BOOT
|
||||
cp bootfiles/syslinux.com $BOOT
|
||||
cat bootfiles/isolinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/isolinux.cfg
|
||||
cat bootfiles/syslinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/syslinux.cfg
|
||||
cat bootfiles/bootinst.bat | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | sed -r "s:\\\\boot\\\\:\\\\$LIVEKITNAME\\\\boot\\\\:" > $BOOT/bootinst.bat
|
||||
cp /boot/vmlinuz $BOOT/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user