diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:47:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:47:00 +0000 |
commit | 1e0c39224fd004bd4bc955fb43e7e7ec34dd89ca (patch) | |
tree | 71fc8729bf4669fd47670f7b7a8b4978e8057af7 /sys/arch/powerpc | |
parent | d83f5786ed940c67fb7d66cc4945a1b84f6279af (diff) |
no more kernfs
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK-NONMAC | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 9344bf2d142..9de9a0e1af0 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2001/05/29 01:20:43 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.22 2001/06/23 19:46:58 deraadt Exp $ # # PPC GENERIC config file # @@ -27,7 +27,6 @@ option FFS # UFS option MFS # memory file system option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system -option KERNFS # /kern option INET # IP + ICMP + TCP + UDP option DDB # IP + ICMP + TCP + UDP diff --git a/sys/arch/powerpc/conf/RAMDISK-NONMAC b/sys/arch/powerpc/conf/RAMDISK-NONMAC index 2ae542a6c35..e6d0babe7f7 100644 --- a/sys/arch/powerpc/conf/RAMDISK-NONMAC +++ b/sys/arch/powerpc/conf/RAMDISK-NONMAC @@ -26,7 +26,6 @@ option NFSCLIENT option CD9660 option MSDOSFS options FIFO -options KERNFS option FFS #option QUOTA option MFS |