wok rev 371
slitaz-loram*: add post-install message
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 08 11:57:03 2008 +0000 (2008-03-08) |
parents | fc9f573e8ac8 |
children | 35a412235291 |
files | slitaz-loram-cdrom/receipt slitaz-loram/receipt |
line diff
1.1 --- a/slitaz-loram-cdrom/receipt Sat Mar 08 11:30:12 2008 +0000 1.2 +++ b/slitaz-loram-cdrom/receipt Sat Mar 08 11:57:03 2008 +0000 1.3 @@ -73,6 +73,13 @@ 1.4 post_install() 1.5 { 1.6 get_patch | patch -p0 1.7 + if [ ! -x /bin/funionfs ]; then 1.8 + cat <<EOF 1.9 +You will build a live CD with /usr mounted read-only. 1.10 +You can install funionfs to have read-write acces du /usr with: 1.11 +# tazpkg get-install funionfs 1.12 +EOF 1.13 + fi 1.14 } 1.15 1.16 # Pre remove commands for Tazpkg.
2.1 --- a/slitaz-loram/receipt Sat Mar 08 11:30:12 2008 +0000 2.2 +++ b/slitaz-loram/receipt Sat Mar 08 11:57:03 2008 +0000 2.3 @@ -63,6 +63,13 @@ 2.4 post_install() 2.5 { 2.6 get_patch | patch -p0 2.7 + if [ ! -x /bin/funionfs ]; then 2.8 + cat <<EOF 2.9 +You will build a live CD with /usr mounted read-only. 2.10 +You can install funionfs to have read-write acces du /usr with: 2.11 +# tazpkg get-install funionfs 2.12 +EOF 2.13 + fi 2.14 } 2.15 2.16 # Pre remove commands for Tazpkg.