tazwok rev 522
tazwok.conf: Added run to FSH. Removed slitaz-boot-scripts in SLITAZ_TOOLCHAIN_EXTRA. Fixed typo in README.tazbb.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 14 13:51:21 2011 +0000 (2011-05-14) |
parents | ec74563dd176 |
children | a1a93b2d3ed9 |
files | examples/README.tazbb examples/tazwok.conf |
line diff
1.1 --- a/examples/README.tazbb Wed May 11 13:21:49 2011 +0000 1.2 +++ b/examples/README.tazbb Sat May 14 13:51:21 2011 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 examples for /var/spool/cron/crontabs/root: 1.6 NOTE: you need full path for file you want to execute in chroot 1.7 -*/2 * * * tazbb /usr/bin/tank-bin 1.8 +*/2 * * * tazbb /usr/bin/tank-bot 1.9 1.10 1 * * * tazbb /usr/bin/gen-iso 1.11
2.1 --- a/examples/tazwok.conf Wed May 11 13:21:49 2011 +0000 2.2 +++ b/examples/tazwok.conf Sat May 14 13:51:21 2011 +0000 2.3 @@ -76,7 +76,7 @@ 2.4 # FSH standard directories with init. Package generation will abort if 2.5 # a file is installed in a non-specified path. Note /vz is for OpenVZ. 2.6 FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \ 2.7 -tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \ 2.8 +tmp usr run var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \ 2.9 usr/share usr/src" 2.10 2.11 # tazpkg compression "gzip" or "lzma". 2.12 @@ -121,7 +121,6 @@ 2.13 # Note : order is not important here. 2.14 SLITAZ_TOOLCHAIN_EXTRA="tazpkg 2.15 tazwok 2.16 -slitaz-boot-scripts 2.17 pkg-config 2.18 libtool 2.19 libpthread-stubs"