]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix boot if no pckd device is there 68/2968/1
authorrlfnb <ralf.neeb@googlemail.com>
Wed, 18 Mar 2015 14:36:10 +0000 (15:36 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 23 Mar 2015 13:57:06 +0000 (14:57 +0100)
Trying to boot Minix3 master on an appliance/sbc like ALIX fails, as
the service command throws an error. Making the rc script more robust
solves it.

Change-Id: I659043cbbaa2d67b70d6d6e5ab14fff8e1bba769

minix/drivers/storage/ramdisk/rc

index 6dd84c3cd9ad0c9ff29ce8566f744e8ba5ab59c1..08357f7a04d7118f59e9d6367b84114e29e8990f 100644 (file)
@@ -16,7 +16,7 @@ then  if [ -e $ACPI -a -n "`sysenv acpi`" ]
        /bin/service -c up /service/pci -dev /dev/pci
 
        /bin/service -c up /service/input -dev /dev/kbdmux
-       /bin/service -c up /service/pckbd
+       /bin/service -c up /service/pckbd || :
 
        # Start procfs so we can access /proc/pci
        mount -t procfs none /proc >/dev/null