include config in initramfs
parent
ceb1a565aa
commit
6e820ad397
|
|
@ -64,6 +64,7 @@ touch $INITRAMFS/etc/{m,fs}tab
|
|||
cp init $INITRAMFS/
|
||||
chmod a+x $INITRAMFS/init
|
||||
cp ../tools/livekitlib $INITRAMFS/
|
||||
cp ../.config $INITRAMFS/
|
||||
|
||||
cd $INITRAMFS
|
||||
find . -print | cpio -o -H newc 2>/dev/null | gzip -f --best >$INITRAMFS.img
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
# global variable
|
||||
DEBUG_IS_ENABLED=$(cat /proc/cmdline 2>/dev/null | grep debug)
|
||||
LIVEKITNAME=mylinux
|
||||
|
||||
debug_log()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue