diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-14 11:04:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-14 11:04:19 +0000 |
commit | cefb499ca867da41a17c9180de46715480f2ed5b (patch) | |
tree | 99d0feb0f78a081b9fef586033f1bbcb45aba93e | |
parent | a92f920da54ba2dd5a65336ab6a4337141a5823d (diff) |
no need to force root on nfs
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 01c20f3bf71..e6372974478 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2003/01/08 02:11:38 krw Exp $ +# $OpenBSD: GENERIC,v 1.16 2003/01/14 11:04:18 mickey Exp $ # # Diskless kernel config # @@ -25,7 +25,7 @@ maxusers 32 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -config bsd root on nfs swap on nfs +config bsd swap generic mainbus0 at root # root "bus" |