kernel rename to vmlinuz
parent
d077367537
commit
f2e769e5bd
4
build
4
build
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
## get all necessary packages
|
||||
apt-get update
|
||||
apt-get install squashfs-tools genisoimage zip aufs-dkms
|
||||
apt-get install squashfs-tools genisoimage zip aufs-dkms dkms
|
||||
|
||||
export PATH=.:./tools:../tools:/usr/sbin:/usr/bin:/sbin:/bin:/
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ fi
|
|||
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 $VMLINUZ $BOOT/
|
||||
cp $VMLINUZ $BOOT/vmlinuz
|
||||
|
||||
# create compressed 01-core.sb
|
||||
COREFS=""
|
||||
|
|
|
|||
2
config
2
config
|
|
@ -42,7 +42,7 @@ NETWORK=false
|
|||
|
||||
# Temporary directory to store livekit filesystem
|
||||
#LIVEKITDATA=/run/initramfs/memory/data/$LIVEKITNAME-data-$$
|
||||
LIVEKITDATA=/a/$LIVEKITNAME-data-$$
|
||||
LIVEKITDATA=/media/okoch/Kochsystem/$LIVEKITNAME-data-$$
|
||||
|
||||
# Bundle extension, for example 'sb' for .sb extension
|
||||
BEXT=sb
|
||||
|
|
|
|||
Loading…
Reference in New Issue