diff --git a/README b/README index ae5d01e..d12041f 100644 --- a/README +++ b/README @@ -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. diff --git a/config b/config index 4fbfb05..c7d2792 100644 --- a/config +++ b/config @@ -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