fix syslinux.cfg copying
parent
af3b1d4636
commit
18a45dd46c
2
build
2
build
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue