BSD Stuff


loader.conf

30 August 2006, 00:37

This is my skeleton /boot/loader.conf file for my FreeBSD systems

The file loader.conf contains descriptive information on bootstrapping the system. Through it you can specify the kernel to be booted, parameters to be passed to it, and additional modules to be loaded


# cd /boot/
# vim loader.conf
#Code
0001#agp_load="YES"
0002nvidia_load="YES"
0003linux_load="YES"
0004snd_cmi_load="YES"
0005sound_load="YES"
0006snd_emu10k1_load="YES"
0007password=somepassword
0008mac_seeotheruids_load="YES"
0009 

Page 1 of 1