diff --git a/DOC/bundle.txt b/DOC/bundle.txt index 9b89e47..9ab1cb1 100644 --- a/DOC/bundle.txt +++ b/DOC/bundle.txt @@ -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: diff --git a/build b/build index e087ea8..3a68c60 100755 --- a/build +++ b/build @@ -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 diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index fbf475d..811adb1 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -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 diff --git a/tools/livekitlib b/livekitlib similarity index 100% rename from tools/livekitlib rename to livekitlib