Update .config

pull/23/head
johndah4x0r 2017-07-25 20:12:01 +02:00 committed by GitHub
parent 754206dc70
commit 55a34aa73b
1 changed files with 1 additions and 9 deletions

10
.config
View File

@ -2,15 +2,7 @@
# This is a config file for Linux Live Kit build script. # This is a config file for Linux Live Kit build script.
# You shouldn't need to change anything expect LIVEKITNAME # You shouldn't need to change anything expect LIVEKITNAME
# Live Kit Name. Defaults to 'linux'; # The process ID. DO NOT TOUCH!
# 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
# 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#!/bin/bash
PID=$$ PID=$$
# This is a config file for Linux Live Kit build script. # This is a config file for Linux Live Kit build script.