diff options
author | 1998-10-14 16:35:13 +0000 | |
---|---|---|
committer | 1998-10-14 16:35:13 +0000 | |
commit | ac21ae8f0ff1e07eeb127e9a2cdd25d3f9eb488d (patch) | |
tree | 90b020634452cc48980dbcefa5d7aadf21fc0c89 | |
parent | sync (diff) | |
download | wireguard-openbsd-ac21ae8f0ff1e07eeb127e9a2cdd25d3f9eb488d.tar.xz wireguard-openbsd-ac21ae8f0ff1e07eeb127e9a2cdd25d3f9eb488d.zip |
openfirmware root was moved to attach at mainbus some time back, this
config file was missed when that change was made.
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISKOFW | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/RAMDISKOFW b/sys/arch/powerpc/conf/RAMDISKOFW index 695e6d0681a..f4644d224d4 100644 --- a/sys/arch/powerpc/conf/RAMDISKOFW +++ b/sys/arch/powerpc/conf/RAMDISKOFW @@ -52,7 +52,7 @@ config bsd root on rd0a swap on rd0b mainbus0 at root cpu* at mainbus0 -ofroot* at root +ofroot* at mainbus0 ofbus* at openfirm? |