Diff for /elwix/config/ELWIX_i386 between versions 1.1.2.8 and 1.1.2.11

version 1.1.2.8, 2013/07/22 21:56:20 version 1.1.2.11, 2013/07/29 13:52:17
Line 6  cpu  I586_CPU Line 6  cpu  I586_CPU
 cpu             I686_CPU  cpu             I686_CPU
 ident           ELWIX_i386  ident           ELWIX_i386
   
   include         DEFAULTS
   
 hints           "ELWIX_i386.hints"      # Default places to look for devices.  hints           "ELWIX_i386.hints"      # Default places to look for devices.
   
 options         INIT_PATH=/sbin/initx:/sbin/init  options         INIT_PATH=/sbin/initx:/sbin/init
Line 25  options  UFS_ACL   # Support for access control lists Line 27  options  UFS_ACL   # Support for access control lists
 options         UFS_DIRHASH             # Improve performance on big directories  options         UFS_DIRHASH             # Improve performance on big directories
 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling  options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
 options         QUOTA                   # Enable disk quotas for UFS  options         QUOTA                   # Enable disk quotas for UFS
options         MD_ROOT                 # MD is a potential root device#options         MD_ROOT                 # MD is a potential root device
 options         NFSCL                   # New Network Filesystem Client  options         NFSCL                   # New Network Filesystem Client
 options         NFSD                    # New Network Filesystem Server  options         NFSD                    # New Network Filesystem Server
 options         NFSCLIENT               #Network File System client  options         NFSCLIENT               #Network File System client
 options         NFSSERVER               #Network File System server  options         NFSSERVER               #Network File System server
options         MD_ROOT_SIZE=9000#options         MD_ROOT_SIZE=9000
 options         NFSLOCKD                # Network Lock Manager  options         NFSLOCKD                # Network Lock Manager
 options         NFS_ROOT                # NFS usable as /, requires NFSCL  options         NFS_ROOT                # NFS usable as /, requires NFSCL
 options         MSDOSFS                 # MSDOS Filesystem  options         MSDOSFS                 # MSDOS Filesystem
Line 42  options  GEOM_RAID  # Soft RAID functionality. Line 44  options  GEOM_RAID  # Soft RAID functionality.
 options         GEOM_LABEL              # Provides labelization  options         GEOM_LABEL              # Provides labelization
 options         GEOM_GATE  options         GEOM_GATE
 options         GEOM_UZIP  options         GEOM_UZIP
device          geom_redboot#device          geom_redboot
 device          geom_map        # to get access to the SPI flash partitions  device          geom_map        # to get access to the SPI flash partitions
device          geom_uncompress # compressed in-memory filesystem hackery!#device          geom_uncompress # compressed in-memory filesystem hackery!
device          geom_uzip       # compressed in-memory filesystem support#device          geom_uzip       # compressed in-memory filesystem support
 options         GEOM_UNCOMPRESS  options         GEOM_UNCOMPRESS
 options         GEOM_ELI  options         GEOM_ELI
 options         GEOM_MIRROR  options         GEOM_MIRROR
Line 512  options  NETGRAPH_BPF Line 514  options  NETGRAPH_BPF
 options         NETGRAPH_GIF  options         NETGRAPH_GIF
 options         NETGRAPH_GIF_DEMUX  options         NETGRAPH_GIF_DEMUX
 options         NETGRAPH_BRIDGE  options         NETGRAPH_BRIDGE
   options         NETGRAPH_VLAN
   options         NETGRAPH_PIPE
   options         NETGRAPH_CAR
   
 options         NULLFS  options         NULLFS
 options         UNIONFS  options         UNIONFS

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>