default name "linux" will be nicer
parent
4eb1378155
commit
b41b8a3d88
6
.config
6
.config
|
|
@ -2,7 +2,9 @@
|
|||
# This is a config file for Linux Live Kit build script.
|
||||
# You shouldn't need to change anything expect LIVEKITNAME
|
||||
|
||||
# Live Kit Name. Defaults to 'mylinux';
|
||||
# Live Kit Name. Defaults to 'linux';
|
||||
# This will be the name of the directory created on your CD/USB, which
|
||||
# will contain everything including boot files and such.
|
||||
# For example, Slax changes it to 'slax'
|
||||
# Must not contain any spaces.
|
||||
# If you change it, you must run ./tools/isolinux.bin.update script
|
||||
|
|
@ -10,7 +12,7 @@
|
|||
# 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="linux"
|
||||
|
||||
# Kernel file, will be copied to your Live Kit
|
||||
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue