Deleted Added
full compact
loader.conf (168554) loader.conf (171023)
1# This is loader.conf - a file full of useful variables that you can
2# set to change the default load behavior of your system. You should
3# not edit this file! Put any overrides into one of the
4# loader_conf_files instead and you will be able to update these
5# defaults later without spamming your local configuration information.
6#
7# All arguments must be in double quotes.
8#
1# This is loader.conf - a file full of useful variables that you can
2# set to change the default load behavior of your system. You should
3# not edit this file! Put any overrides into one of the
4# loader_conf_files instead and you will be able to update these
5# defaults later without spamming your local configuration information.
6#
7# All arguments must be in double quotes.
8#
9# $FreeBSD: head/sys/boot/forth/loader.conf 168554 2007-04-09 22:09:09Z pjd $
9# $FreeBSD: head/sys/boot/forth/loader.conf 171023 2007-06-25 05:06:57Z rafan $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules

--- 112 unchanged lines hidden (view full) ---

130msdosfs_load="NO" # FAT-12/16/32
131nfsclient_load="NO" # NFS client
132nfsserver_load="NO" # NFS server
133ntfs_load="NO" # NTFS
134nullfs_load="NO" # Null filesystem
135portalfs_load="NO" # Portal filesystem
136procfs_load="NO" # Process filesystem
137reiserfs_load="NO" # ReiserFS
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules

--- 112 unchanged lines hidden (view full) ---

130msdosfs_load="NO" # FAT-12/16/32
131nfsclient_load="NO" # NFS client
132nfsserver_load="NO" # NFS server
133ntfs_load="NO" # NTFS
134nullfs_load="NO" # Null filesystem
135portalfs_load="NO" # Portal filesystem
136procfs_load="NO" # Process filesystem
137reiserfs_load="NO" # ReiserFS
138#umapfs_load="NO" # User-id map filesystem
139unionfs_load="NO" # Union filesystem
140xfs_load="NO" # XFS
141zfs_load="NO" # ZFS
142
143# Related stuff
144
145geom_bde_load="NO" # Disk encryption driver (see gbde(4,8))
146geom_ccd_load="NO" # Concatenated disk driver (see ccd(4),

--- 282 unchanged lines hidden ---
138unionfs_load="NO" # Union filesystem
139xfs_load="NO" # XFS
140zfs_load="NO" # ZFS
141
142# Related stuff
143
144geom_bde_load="NO" # Disk encryption driver (see gbde(4,8))
145geom_ccd_load="NO" # Concatenated disk driver (see ccd(4),

--- 282 unchanged lines hidden ---