move livekitlib to root

This commit is contained in:
Tomas M
2012-09-06 04:37:10 -05:00
parent ee2350501f
commit ffbcc57bbe
4 changed files with 3 additions and 3 deletions
+1 -1
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:
+1 -1
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
+1 -1
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
View File