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
This commit is contained in:
rlfnb 2015-03-18 15:36:10 +01:00 committed by Lionel Sambuc
parent 80c94e3974
commit 31ba042920

View 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