wok diff slitaz-loram-cdrom/receipt @ rev 5734

dhcp: fix for gcc 4.5.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 26 11:57:03 2010 +0200 (2010-06-26)
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	Sat Jun 26 11:57:03 2010 +0200
     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.