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:
parent
80c94e3974
commit
31ba042920
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue