Deleted Added
full compact
loader.conf (62233) loader.conf (63962)
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 62233 2000-06-29 06:10:14Z ache $
9# $FreeBSD: head/sys/boot/forth/loader.conf 63962 2000-07-28 11:54:09Z sheldonh $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="/kernel"

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

85cd9660_load="NO" # ISO 9660 filesystem
86coda_load="NO" # CODA filesystem
87fdesc_load="NO" # Filedescriptors filesystem
88kernfs_load="NO" # Kernel filesystem
89mfs_load="NO" # Memory filesystem
90msdos_load="NO" # FAT-12/16/32
91nfs_load="NO" # NFS
92ntfs_load="NO" # NTFS
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="/kernel"

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

85cd9660_load="NO" # ISO 9660 filesystem
86coda_load="NO" # CODA filesystem
87fdesc_load="NO" # Filedescriptors filesystem
88kernfs_load="NO" # Kernel filesystem
89mfs_load="NO" # Memory filesystem
90msdos_load="NO" # FAT-12/16/32
91nfs_load="NO" # NFS
92ntfs_load="NO" # NTFS
93null_load="NO" # Null filesystem
93nullfs_load="NO" # Null filesystem
94portal_load="NO" # Portal filesystem
95procfs_load="NO" # Process filesystem
96umap_load="NO" # User-id map filesystem
97union_load="NO" # Union filesystem
98
99# Related stuff
100
101ccd_load="NO" # Concatenated disk driver

--- 95 unchanged lines hidden ---
94portal_load="NO" # Portal filesystem
95procfs_load="NO" # Process filesystem
96umap_load="NO" # User-id map filesystem
97union_load="NO" # Union filesystem
98
99# Related stuff
100
101ccd_load="NO" # Concatenated disk driver

--- 95 unchanged lines hidden ---