mirror of
https://github.com/HEYAHONG/linux-live.git
synced 2025-10-14 02:07:48 +08:00
change readme rather than the default config, to make sure scripts work fine on Debian
This commit is contained in:
2
README
2
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.
|
||||
|
2
config
2
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
|
||||
|
Reference in New Issue
Block a user