include config in initramfs

pull/5/head
Tomas M 2012-09-06 04:33:14 -05:00
parent ceb1a565aa
commit 6e820ad397
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -10,7 +10,6 @@
# global variable
DEBUG_IS_ENABLED=$(cat /proc/cmdline 2>/dev/null | grep debug)
LIVEKITNAME=mylinux
debug_log()
{