default name "linux" will be nicer

pull/23/merge
Tomas M 2017-05-18 03:52:52 -05:00
parent 4eb1378155
commit b41b8a3d88
2 changed files with 4 additions and 2 deletions

View File

@ -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.