wok-4.x diff slitaz-loram/receipt @ rev 250
ADD: vim
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Feb 22 11:22:36 2008 +0100 (2008-02-22) |
parents | 1ca9367ddcd4 |
children | 39ab194bbbef |
line diff
1.1 --- a/slitaz-loram/receipt Thu Feb 21 14:46:57 2008 +0100 1.2 +++ b/slitaz-loram/receipt Fri Feb 22 11:22:36 2008 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 for k in \$(grep ^\$ii ./var/lib/tazpkg/installed/\$j/files.list) ; do 1.5 [ -f .\$k ] || continue 1.6 mv .\$k ./usr/.moved\$k 1.7 - ln -s /usr/.moved$k .\$k 1.8 + ln -s /usr/.moved\$k .\$k 1.9 done 1.10 done 1.11 done 1.12 @@ -44,7 +44,7 @@ 1.13 cat <<EOF 1.14 --- /etc/init.d/rcS 1.15 +++ /etc/init.d/rcS 1.16 -@@ -79,2 +79,9 @@ 1.17 +@@ -68,2 +68,9 @@ 1.18 1.19 +# Mount compressed /usr 1.20 +if [ -f /.usr.sqfs ]; then 1.21 @@ -53,7 +53,7 @@ 1.22 + status 1.23 +fi 1.24 + 1.25 - # Handle kernel cmdline parameter config=<device>,<path> to source a 1.26 + # Creat /dev/cdrom if needed (symlink does not exist on LiveCD). Chmod 1.27 EOF 1.28 } 1.29