pci synchronous start up
- fixes a race between rs and pci
This commit is contained in:
parent
4f962b4798
commit
ae9222a72b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ exec >/dev/log
|
||||||
exec 2>/dev/log
|
exec 2>/dev/log
|
||||||
exec </dev/null
|
exec </dev/null
|
||||||
|
|
||||||
/bin/service -cn up /bin/pci -config /etc/system.conf
|
/bin/service -c up /bin/pci -config /etc/system.conf
|
||||||
/bin/service -cn up /bin/floppy -config /etc/system.conf -dev /dev/fd0
|
/bin/service -cn up /bin/floppy -config /etc/system.conf -dev /dev/fd0
|
||||||
if [ X`/bin/sysenv bios_wini` = Xyes ]
|
if [ X`/bin/sysenv bios_wini` = Xyes ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue