mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
We need CD9660 and MSDOS filesystems built-in if the floppy is to have
a hope of getting at these types of filesystems without dragging all the LKM stuff in.
This commit is contained in:
parent
33d3e14480
commit
4525c93ebf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4156
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.7 1994/11/03 01:46:59 gpalmer Exp $
|
||||
# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -13,8 +13,10 @@ maxusers 10
|
||||
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast File System
|
||||
options NFS #Network File system
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options NFS #Network Filesystem
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options UCONSOLE #X Console support
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.7 1994/11/03 01:46:59 gpalmer Exp $
|
||||
# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -13,8 +13,10 @@ maxusers 10
|
||||
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast File System
|
||||
options NFS #Network File system
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options NFS #Network Filesystem
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options UCONSOLE #X Console support
|
||||
|
Loading…
Reference in New Issue
Block a user