From: rlfnb Date: Wed, 18 Mar 2015 14:36:10 +0000 (+0100) Subject: Fix boot if no pckd device is there X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/static/gitweb.js?a=commitdiff_plain;h=31ba042920333d131ba476a07932e6c208314771;p=minix.git Fix boot if no pckd device is there 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 --- diff --git a/minix/drivers/storage/ramdisk/rc b/minix/drivers/storage/ramdisk/rc index 6dd84c3cd..08357f7a0 100644 --- a/minix/drivers/storage/ramdisk/rc +++ b/minix/drivers/storage/ramdisk/rc @@ -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