altboot: Last changes before the stable relase
authorMatthias Hentges <oe@hentges.net>
Wed, 1 Mar 2006 18:14:21 +0000 (18:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 1 Mar 2006 18:14:21 +0000 (18:14 +0000)
packages/altboot/altboot_0.0.0.bb
packages/altboot/files/altboot-menu/Advanced/70-install-tgz
packages/altboot/files/altboot.func
packages/altboot/files/altboot.rc/loadkeymap.sh

index e52070c..6aaa7ea 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Matthias 'CoreDump' Hentges  <oe@hentges.net>"
 LICENSE = "GPL"
 IGNORE_STRIP_ERRORS = "1"
 
-PR = "r24"
+PR = "r25"
 
 
 SRC_URI = "file://altboot-menu \
index 2ae44fa..cdfa052 100644 (file)
@@ -141,7 +141,7 @@ install_rootfs_direct(){
        sync
        echo "done"
        
-       umount "$1"
+#      umount "$1"
        
        echo "Press <ENTER> to bring up the altboot menu"
        read junk </dev/tty0 >/dev/tty0 2>&1
@@ -210,7 +210,7 @@ install_rootfs_image(){
                
                if test -n "$junk"
                then
-                       if test "$junk" -gt 30
+                       if test "$junk" -gt 29
                        then
                                echo -n "Is [${junk}Mb] correct? [Y|n] "
                                read junk2
index d7737ec..c6af50a 100644 (file)
@@ -312,7 +312,7 @@ init_rootfs(){
 }
 
 mount_sd(){
-       if mount | grep -q "/media/card "
+       if mount | grep -q "/media/card"
        then
                echo "Note: /media/card is already mounted"
        else
index f9a7774..97cff13 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
 # Note: With kernel 2.6 the standard keymap is unusable
-test -x /etc/init.d/keymap && /etc/init.d/keymap start >/dev/null 2>&1
+test -x /etc/init.d/keymap && /etc/init.d/keymap start >/dev/null 2>&1 
+
+# Do not exit w/ errorcode when the if above fails
+/bin/true