diff options
author | Lauri Leukkunen <lle@rahina.org> | 2006-08-09 08:52:22 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-09 08:52:22 +0300 |
commit | d7bcd81beabf31ff8419e1fa11473f03bbf65d60 (patch) | |
tree | f673a2e2c9fac11fa50f5bdff55bea2fb0865c49 /README | |
parent | 4e3af34c32580a0077f102db9327dbeba56e285e (diff) |
* update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -11,25 +11,26 @@ You need git to work with sbox2, get it from http://git.or.cz/. Build using: -$ ./autogen.sh && ./configure && make +$ ./autogen.sh && ./configure && make && make install prefix=$HOME/buildroot -Clean using - -$ make clean +At this point you should setup debian/sarge in $HOME/buildroot/scratchbox/sarge +Use debootstrap to get the job done. After completing that step you can do: +$ cd $HOME/buildroot +$ mkdir proc +$./login.sh -To setup the environment for both variants: -$ export SBOX_REDIR_SCRIPTS=/path/to/your/source/sbox2/redir_scripts +Clean using: +$ make clean -run the LD_PRELOAD variant with: -$ LD_PRELOAD=/path/to/your/source/sbox2/preload/libsb2.so /bin/csh -or the FUSE variant with: +To test the libsb2.so without a chroot: -TODO!!! +$ export SBOX_REDIR_SCRIPTS=$(PWD)/redir_scripts +$ LD_PRELOAD=$(PWD)/preload/libsb2.so /bin/csh |