wok-current diff slitaz-loram-cdrom/receipt @ rev 6545
Up: mhash, mhash-dev to 0.9.9.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 00:57:40 2010 +0000 (2010-10-07) |
parents | 7ae478e2ad1e |
children | f7cdbd605b68 |
line diff
1.1 --- a/slitaz-loram-cdrom/receipt Wed Jan 06 15:47:03 2010 +0100 1.2 +++ b/slitaz-loram-cdrom/receipt Thu Oct 07 00:57:40 2010 +0000 1.3 @@ -171,12 +171,16 @@ 1.4 post_install() 1.5 { 1.6 set_patch "$1" 1.7 + 1.8 + # Don't support FAST_BOOT_X yet 1.9 + sed -i 's/FAST_BOOT_X=.*/FAST_BOOT_X="no"/' $1/etc/rcS.conf 1.10 + 1.11 cat <<EOF 1.12 ---- 1.13 'tazlito gen-distro' will create a loram-cdrom flavor 1.14 while this package is installed. 1.15 EOF 1.16 - if [ ! -x $1/bin/funionfs -a ! -d $1/var/lib/tazpkg/installed/aufs ]; then 1.17 + if [ ! -x $1/bin/funionfs -a ! -d $1/var/lib/tazpkg/installed/aufs-utils ]; then 1.18 cat <<EOF 1.19 ---- 1.20 You will build a live CD with /usr mounted read-only.