change readme rather than the default config, to make sure scripts work fine on Debian

This commit is contained in:
TomasM
2022-02-08 16:32:01 +00:00
parent 4d2a9f2aa5
commit 76e084d782
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -16,7 +16,7 @@ Note:
* Before you start building your Kit, edit the file ./config
Most importantly change the LIVEKITNAME variable.
* Make sure your kernel is in /boot/vmlinuz or change the path in ./config
* Make sure your kernel is in /vmlinuz or change the path in ./config
Your kernel must support squashfs. Your kernel must also support either
aufs or overlayfs or both. AUFS is recommended for more flexibility,
but if your distro does not support it, overlayfs will work too.

2
config
View File

@@ -17,7 +17,7 @@ LIVEKITNAME="linux"
# Kernel file, will be copied to your Live Kit
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready
# out of the box.
VMLINUZ=/boot/vmlinuz
VMLINUZ=/vmlinuz
# Kernel version. Change it to "3.2.28" for example, if you are building
# Live Kit with a different kernel than the one you are actually running