diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-11 03:49:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-11 03:49:38 +0000 |
commit | d0449284a5d9ab063aac52134b6972df7e393109 (patch) | |
tree | 7c0e3f6bc69e53c3add75fac1d7873ce66fcb8c8 /sys/arch | |
parent | b09db8c65d1fbf575991a315406ccd6444d1de57 (diff) |
The upgrade script depends upon that, if mount_foo is present on the ramdisk
filesystem, option FOO is in the kernel.
Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades
on some architectures.
ok krw@ millert@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index ab04074560c..ed699eea6a6 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.24 2003/06/05 22:40:48 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.25 2003/06/11 03:49:37 miod Exp $ # # PPC GENERIC config file # @@ -21,7 +21,6 @@ option DST=0 # daylight saving time used by RTC option COMPAT_43 # and 4.3BSD option FFS # UFS option NFSCLIENT # Network File System client -option MFS # memory file system option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP |