updated readmes
parent
9b7918c127
commit
08b9ac91b9
5
.config
5
.config
|
|
@ -7,9 +7,14 @@
|
||||||
# Must not contain any spaces.
|
# Must not contain any spaces.
|
||||||
# If you change it, you must run ./tools/isolinux.bin.update script
|
# If you change it, you must run ./tools/isolinux.bin.update script
|
||||||
# in order to update isolinux.bin for CD booting.
|
# in order to update isolinux.bin for CD booting.
|
||||||
|
# If you do not need booting from CD (eg you're booting only from USB)
|
||||||
|
# then you can ignore recompiling isolinux.bin, just rename LIVEKITNAME
|
||||||
|
# and you're done.
|
||||||
LIVEKITNAME="mylinux"
|
LIVEKITNAME="mylinux"
|
||||||
|
|
||||||
# Kernel file, will be copied to your Live Kit
|
# 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=/boot/vmlinuz
|
||||||
|
|
||||||
# Kernel version. Change it to "3.2.28" for example, if you are building
|
# Kernel version. Change it to "3.2.28" for example, if you are building
|
||||||
|
|
|
||||||
3
README
3
README
|
|
@ -9,7 +9,8 @@ since it creates some (sym)links and such.
|
||||||
* Before you start building your Kit, edit the file ./.config
|
* Before you start building your Kit, edit the file ./.config
|
||||||
Most importantly change the LIVEKITNAME variable.
|
Most importantly change the LIVEKITNAME variable.
|
||||||
|
|
||||||
* Make sure your kernel is in /boot/vmlinuz
|
* Make sure your kernel is in /boot/vmlinuz or change the path in ./.config
|
||||||
|
Your kernel must support squashfs and aufs. Debian Jessie's kernel does.
|
||||||
|
|
||||||
* You may also wish to replace boot graphics in ./bootfiles/bootlogo.png
|
* You may also wish to replace boot graphics in ./bootfiles/bootlogo.png
|
||||||
and reorganize isolinux.cfg to fit your needs (when editing the file,
|
and reorganize isolinux.cfg to fit your needs (when editing the file,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue