diff --git a/build b/build index 1ad9810..fb82827 100755 --- a/build +++ b/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="" diff --git a/config b/config index 4a15be3..b02eb2a 100644 --- a/config +++ b/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