wok-current diff slitaz-loram/receipt @ 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 | 526c779c9331 |
line diff
1.1 --- a/slitaz-loram/receipt Sat Mar 08 11:30:12 2008 +0000 1.2 +++ b/slitaz-loram/receipt Sat Mar 08 11:57:03 2008 +0000 1.3 @@ -63,6 +63,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.