Hello,
please see attachment for little updates and corrections in the
"INSTALL" file.
If you accept, you don't even need to mention my credits in changelog,
no problem.
Thank you
Tomas M
slax.org
--- INSTALL-orig 2006-03-13 04:37:50.000000000 +0000
+++ INSTALL 2006-03-18 21:09:23.000000000 +0000
@@ -40,8 +40,8 @@
with two branches (/branch0 and /branch1) by default. You can use it
as an example and edit to your tastes.
-To install unionfs run "make install". This copies unionfs.o into
-/lib/modules/`uname -r`/kernel/fs/; copies the utilities into
+To install unionfs run "make install". This copies unionfs.ko into
+/lib/modules/`uname -r`/kernel/fs/unionfs; copies the utilities into
/usr/local/sbin; and copies man pages into /usr/local/man;
fistdev.mk summary:
@@ -107,19 +107,19 @@
CHANGES=$MEMORY/changes
mkdir -p $UNION
-
mkdir -p $MEMORY
mount -t tmpfs tmpfs $MEMORY
mkdir -p $CHANGES
mount -t unionfs -o dirs=$CHANGES=rw unionfs $UNION
- # Here other things are added to the Union, by using unionctl.
+ # Here other things can be added to the Union, by using unionctl.
+ # Finally set union as root
cd $UNION
mkdir -p initrd
pivot_root . initrd
- exec chroot . /bin/bash
+ exec chroot . sbin/init <dev/console >dev/console 2>&1
# You should never get here
* If you want to use losetup, then you need to define -DSUPPORT_BROKEN_LOSETUP
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs