altboot: Fix poodle-2.6.conf
authorMatthias Hentges <oe@hentges.net>
Sat, 29 Jul 2006 17:57:40 +0000 (17:57 +0000)
committerMatthias Hentges <oe@hentges.net>
Sat, 29 Jul 2006 17:57:40 +0000 (17:57 +0000)
packages/altboot/altboot_0.0.0.bb
packages/altboot/files/altboot.func
packages/altboot/files/poodle/altboot-2.6.cfg

index b604da1..83382f5 100644 (file)
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = "${PN}-conf"
 
 ######################################################################################
 
-PR = "r44"
+PR = "r45"
 
 ######################################################################################
 
index 9a0b139..7457f66 100644 (file)
@@ -77,7 +77,7 @@ check_target() {
                
        if test "$real_fs_found" != 1 -a "$image_found" != 1
        then
-               die "Nothing to do!"
+               mdie "No direct-install or loop-images found. Nothing to do!"
        fi
 }
 
index f55e77b..d976ee3 100644 (file)
@@ -10,7 +10,7 @@ TIMEOUT="4"
 REAL_INIT="/sbin/init.sysvinit"
 SH_SHELL="/bin/sh"
 
-ENABLE_SOUND="no"
+ENABLE_SOUND="yes"
 
 IMAGE_PATH="boot-images"
 IMAGE_TYPE="ext2"
@@ -20,7 +20,7 @@ ENABLE_IMAGECONF="yes"
 SD_DEVICE="/dev/mmcblk0p1"
 SD_KERNEL_MODULE=""
 
-USB_HOST_AVAILABLE="yes"
+USB_HOST_AVAILABLE="no"
 USB_STORAGE_MODULES="ohci_hcd usb_storage sd_mod"
 USB_STORAGE_PARTITION="/dev/sda1"
 USB_STORAGE_WAIT="4"