parent
577e39375a
commit
a52b9249af
6
build
6
build
|
|
@ -30,11 +30,7 @@ rm -Rf "$LIVEKITDATA"
|
|||
BOOT="$LIVEKITDATA"/"$LIVEKITNAME"/boot
|
||||
mkdir -p "$BOOT"
|
||||
mv "$INITRAMFS" $BOOT/initrfs.img
|
||||
cp bootfiles/isolinux.bin $BOOT
|
||||
cp bootfiles/vesamenu.c32 $BOOT
|
||||
cp bootfiles/bootlogo.png $BOOT
|
||||
cp bootfiles/syslinux.exe $BOOT
|
||||
cp bootfiles/syslinux.com $BOOT
|
||||
cp bootfiles/* $BOOT
|
||||
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