put firmware in separate module

This commit is contained in:
TomasM
2017-12-15 11:29:04 -05:00
parent f0fc8f5255
commit bdcf158d2e
3 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -12,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="linux"
LIVEKITNAME="slax"
# Kernel file, will be copied to your Live Kit
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready
@@ -34,7 +34,7 @@ MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
# you will need network modules included in your initrd.
# This is disabled by default since most people won't need it.
# To enable, set to true
NETWORK=false
NETWORK=true
# Temporary directory to store livekit filesystem
LIVEKITDATA=/tmp/$LIVEKITNAME-data-$$