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" |
| 0002 | nvidia_load="YES" |
| 0003 | linux_load="YES" |
| 0004 | snd_cmi_load="YES" |
| 0005 | sound_load="YES" |
| 0006 | snd_emu10k1_load="YES" |
| 0007 | password=somepassword |
| 0008 | mac_seeotheruids_load="YES" |
| 0009 |
Page 1 of 1