move livekitlib to root

pull/5/head
Tomas M 2012-09-06 04:37:10 -05:00
parent ee2350501f
commit ffbcc57bbe
4 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ How to create bundle:
# mksquashfs /usr /usr.sb --keep-as-directory -comp xz -bs 512k
or use function in livekitlib:
# . toos/livekitlib; make_bundle bundle_rootfs wholefs.sb
# . livekitlib; make_bundle bundle_rootfs wholefs.sb
Special files in bundle filesystem structure:

2
build
View File

@ -8,7 +8,7 @@ echo "Changing current directory to $CHANGEDIR"
cd $CHANGEDIR
. ./.config || exit 1
. ./tools/livekitlib || exit 1
. ./livekitlib || exit 1
# only root can continue, because only root can read all files from your system
allow_only_root

View File

@ -63,7 +63,7 @@ touch $INITRAMFS/etc/{m,fs}tab
cp init $INITRAMFS/
chmod a+x $INITRAMFS/init
cp ../tools/livekitlib $INITRAMFS/
cp ../livekitlib $INITRAMFS/
cp ../.config $INITRAMFS/
cd $INITRAMFS