home *** CD-ROM | disk | FTP | other *** search
/ ftp.sberbank.sumy.ua / 2014.11.ftp.sberbank.sumy.ua.tar / ftp.sberbank.sumy.ua / incoming / sxtech / boot / defaults / loader.conf
Text File  |  2014-08-29  |  11KB  |  262 lines

  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: src/sys/boot/forth/loader.conf,v 1.25.2.23 2003/05/18 09:09:25 murray Exp $
  10.  
  11. ##############################################################
  12. ###  Basic configuration options  ############################
  13. ##############################################################
  14.  
  15. exec=".( Loading /boot/defaults/loader.conf ) cr"
  16.  
  17. kernel="/kernel"
  18. kernel_options=""
  19.  
  20. userconfig_script_load="NO"
  21. userconfig_script_name="/boot/kernel.conf"
  22. userconfig_script_type="userconfig_script"
  23.  
  24. loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local /boot/nextboot.conf"
  25.  
  26. verbose_loading="NO"        # Set to YES for verbose loader output
  27.  
  28.  
  29. ##############################################################
  30. ###  Splash screen configuration  ############################
  31. ##############################################################
  32.  
  33. splash_bmp_load="NO"        # Set this to YES for bmp splash screen!
  34. splash_pcx_load="NO"        # Set this to YES for pcx splash screen!
  35. vesa_load="NO"            # Set this to YES to load the vesa module
  36. bitmap_load="NO"        # Set this to YES if you want splash screen!
  37. bitmap_name="/boot/splash.bmp"    # Set this to the name of the bmp or pcx file
  38. bitmap_type="splash_image_data"
  39.  
  40.  
  41. ##############################################################
  42. ###  Loader settings  ########################################
  43. ##############################################################
  44.  
  45. #autoboot_delay="10"        # Delay in seconds before autobooting
  46. #bootfile="kernel;kernel.old"    # Set the default boot file set
  47. #console="vidconsole"        # Set the current console
  48. #currdev="disk1s1a"        # Set the current device
  49. #module_path="/;/boot;/modules"    # Set the module search path
  50. #prompt="\\${interpret}"    # Set the command prompt
  51. #root_disk_unit="0"        # Force the root disk unit number
  52. #rootdev="disk1s1a"        # Set the root filesystem
  53.  
  54.  
  55. ##############################################################
  56. ###  Kernel settings  ########################################
  57. ##############################################################
  58.  
  59.             # The following boot_ variables are enabled
  60.             # by setting them to any value.
  61. #boot_askname=""    # Prompt the user for the name of the root device
  62. #boot_ddb=""        # Instructs the kernel to start in the DDB debugger
  63. #boot_gdb=""        # Selects gdb-remote mode for the kernel debugger
  64. #boot_single=""        # Start system in single-user mode
  65. #boot_userconfig=""    # Run kernel's interactive device configuration program
  66. #boot_verbose=""    # Causes extra debugging information to be printed
  67. #init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
  68.             # Sets the list of init candidates
  69. #dumpdev="ad0s1b"    # Set device for crash dumps
  70.  
  71.  
  72. ##############################################################
  73. ###  Kernel tunables  ########################################
  74. ##############################################################
  75.  
  76. #kern.maxusers="32"        # Set size of various static tables
  77. #kern.ipc.nmbclusters=""    # Set the number of mbuf clusters
  78. #kern.vm.kmem.size=""        # Sets the size of kernel memory (bytes)
  79. #machdep.pccard.pcic_irq="0"    # Assigns PCCARD controller IRQ (0=polled)
  80. #net.inet.tcp.tcbhashsize=""    # Set the value of TCBHASHSIZE
  81. #vfs.root.mountfrom=""        # Specify root partition in a way the
  82.                 # kernel understands
  83.  
  84.  
  85. ##############################################################
  86. ###  Filesystem and related modules  #########################
  87. ##############################################################
  88.  
  89. # Filesystems
  90.  
  91. cd9660_load="NO"        # ISO 9660 filesystem
  92. coda_load="NO"            # CODA filesystem
  93. fdesc_load="NO"            # Filedescriptors filesystem
  94. mfs_load="NO"            # Memory filesystem
  95. msdos_load="NO"            # FAT-12/16/32
  96. nfs_load="NO"            # NFS
  97. ntfs_load="NO"            # NTFS
  98. null_load="NO"            # Null filesystem
  99. portal_load="NO"        # Portal filesystem
  100. procfs_load="NO"        # Process filesystem
  101. umap_load="NO"            # User-id map filesystem
  102. union_load="NO"            # Union filesystem
  103.  
  104. # Related stuff
  105.  
  106. ccd_load="NO"            # Concatenated disk driver
  107. vinum_load="NO"            # Concatenated/mirror/raid driver
  108. vn_load="NO"            # Vnode driver
  109.  
  110.  
  111. ##############################################################
  112. ###  Screen saver modules  ###################################
  113. ##############################################################
  114.  
  115. # This is best done in rc.conf
  116.  
  117. screensave_load="NO"        # Set to YES to load a screensaver module
  118. screensave_name="green_saver"    # Set to the name of the screensaver module
  119.  
  120.  
  121. ##############################################################
  122. ###  Emulation modules  ######################################
  123. ##############################################################
  124.  
  125. fpu_load="NO"            # Floating point emulation
  126. gnufpu_load="NO"        # GNU floating point emulation
  127. ibcs2_load="NO"            # IBCS2 (SCO) emulation
  128. ibcs2_coff_load="NO"
  129. linux_load="NO"            # Linux emulation
  130. svr4_load="NO"            # SystemV R4 emulation
  131. streams_load="NO"        # System V streams module
  132.  
  133.  
  134. ##############################################################
  135. ###  Networking modules  #####################################
  136. ##############################################################
  137.  
  138. if_disc_load="NO"        # Discard device
  139. if_ppp_load="NO"        # Kernel ppp
  140. if_sl_load="NO"            # SLIP
  141. if_tun_load="NO"        # Tunnel driver (user process ppp)
  142. ipfw_load="NO"            # Firewall
  143.  
  144.  
  145. ##############################################################
  146. ###  Networking drivers  #####################################
  147. ##############################################################
  148.  
  149. miibus_load="NO"        # miibus support, needed for some drivers
  150. if_an_load="NO"            # Aironet 4500/4800 802.11 wireless NICs
  151. if_dc_load="NO"            # DEC/Intel 21143 and various workalikes
  152. if_ef_load="NO"                 # multiple frame types
  153. if_fxp_load="NO"        # Intel EtherExpress PRO/100B (82557, 82558)
  154. if_my_load="NO"            # Myson PCI fast ethernet
  155. if_ray_load="NO"                # Ratheon wireless NICs
  156. if_rl_load="NO"            # RealTek 8129/8139
  157. if_sf_load="NO"            # Adaptec Duralink PCI (AIC-6915 "starfire")
  158. if_sis_load="NO"        # Silicon Integrated Systems SiS 900/7016
  159. if_sk_load="NO"            # SysKonnect SK-984x series PCI gigabit ethernet
  160. if_ti_load="NO"            # Alteon Networks Tigon 1 and Tigon 2
  161. if_tl_load="NO"            # Texas Instruments TNETE100 ("ThunderLAN")
  162. if_vr_load="NO"            # VIA Rhine I and Rhine II
  163. if_wb_load="NO"            # Winbond W89C840F
  164. if_wi_load="NO"            # WaveLAN/IEEE 802.11 wireless NICs
  165. if_wx_load="NO"            # Intel Gigabit Ethernet
  166. if_xl_load="NO"            # 3Com Etherlink XL (3c900, 3c905, 3c905B)
  167.  
  168. ##############################################################
  169. ###  Netgraph modules  #######################################
  170. ##############################################################
  171.  
  172. ng_UI_load="NO"            # UI netgraph node type
  173. ng_async_load="NO"        # asynchronous framing netgraph node type
  174. ng_bpf_load="NO"        # Berkeley packet filter netgraph node type
  175. ng_bridge_load="NO"        # Ethernet bridging netgraph node type
  176. ng_cisco_load="NO"        # Cisco HDLC protocol netgraph node type
  177. ng_echo_load="NO"        # Netgraph echo node type
  178. ng_ether_load="NO"        # Ethernet netgraph node type
  179. ng_frame_relay_load="NO"    # frame relay netgraph node type
  180. ng_hole_load="NO"        # Netgraph discard node type
  181. ng_iface_load="NO"        # interface Netgraph node type
  182. ng_ksocket_load="NO"        # kernel socket netgraph node type
  183. ng_lmi_load="NO"        # frame relay LMI protocol netgraph node type
  184. ng_mppc_load="NO"        # Microsoft MPPC/MPPE compression and encryption netgraph node type
  185. ng_one2many_load="NO"        # packet multiplexing netgraph node type
  186. ng_ppp_load="NO"        # PPP protocol netgraph node type
  187. ng_pppoe_load="NO"        # RFC 2516 PPPOE protocol netgraph node type
  188. ng_pptpgre_load="NO"        # PPTP GRE protocol netgraph node type
  189. ng_rfc1490_load="NO"        # RFC 1490 netgraph node type
  190. ng_socket_load="NO"        # Netgraph socket node type
  191. ng_tee_load="NO"        # Netgraph ``tee'' node type
  192. ng_tty_load="NO"        # Netgraph node type that is also a line discipline
  193. ng_vjc_load="NO"        # Van Jacobsen compression netgraph node type
  194.  
  195. ##############################################################
  196. ###  Sound modules  ##########################################
  197. ##############################################################
  198.  
  199. snd_ad1816_load="NO"        # ad1816 isa
  200. snd_cmi_load="NO"        # cmi8738 pci
  201. snd_csa_load="NO"        # cs46xx/cs4280 pci
  202. snd_cs4281_load="NO"        # cs4281 pci
  203. snd_ds1_load="NO"        # yamaha ds1/dsxg pci
  204. snd_emu10k1_load="NO"         # creative Sound Blaster Live
  205. snd_ess_load="NO"        # ess isa
  206. snd_es137x_load="NO"        # es1370/es1371/es1373/ct5880 pci
  207. snd_fm801_load="NO"        # forte media fm801 pci
  208. snd_ich_load="NO"        # Intel ICH
  209. snd_maestro_load="NO"        # ess maestro-2 pci
  210. snd_maestro3_load="NO"        # ess maestro-3 pci
  211. snd_mss_load="NO"        # mss-compatible isa
  212. snd_neomagic_load="NO"        # neomagic nm256av/nm256zx pci
  213. snd_sb8_load="NO"        # Sound Blaster (Pro) isa
  214. snd_sb16_load="NO"        # Sound Blaster 16/awe32/awe64 isa
  215. snd_solo_load="NO"        # ess solo-1 pci
  216. snd_t4dwave_load="NO"        # trident 4dwave dx/nx pci
  217. snd_via8233_load="NO"        # via8233 pci
  218. snd_via82c686_load="NO"        # via82c686 pci
  219. snd_load="NO"            # All sound drivers (use instead of above)
  220.  
  221. ##############################################################
  222. ###  USB modules  ############################################
  223. ##############################################################
  224.  
  225. usb_load="NO"            # USB subsystem
  226. ugen_load="NO"            # USB generic device, if all else fails ...
  227. ufm_load="NO"            # Fm Radio
  228. uhid_load="NO"            # Human Interface Devices
  229. ukbd_load="NO"            # Keyboard
  230. ulpt_load="NO"            # Printer
  231. ums_load="NO"            # Mouse
  232. umass_load="NO"            # Mass Storage Devices
  233. umodem_load="NO"        # Modems
  234. uscanner_load="NO"        # Scanners
  235. if_aue_load="NO"        # ADMtek USB ethernet
  236. if_cue_load="NO"        # CATC USB ethernet
  237. if_kue_load="NO"        # Kawasaki LSI USB ethernet
  238.  
  239. ##############################################################
  240. ###  Other modules  ##########################################
  241. ##############################################################
  242.  
  243. bktr_mem_load="NO"              # Brooktree Bt848/Bt878 Card Memory Holder
  244. bktr_load="NO"                  # Brooktree Bt848/Bt878 TV/Video Capture Card
  245. ispfw_load="NO"            # Qlogic ISP Firmware
  246. agp_load="NO"            # agp module
  247. accf_data_load="NO"        # Wait for data accept filter
  248. accf_http_load="NO"        # Wait for full HTTP request accept filter
  249.  
  250. ##############################################################
  251. ###  Module loading syntax example  ##########################
  252. ##############################################################
  253.  
  254. #module_load="YES"        # loads module "module"
  255. #module_name="realname"        # uses "realname" instead of "module"
  256. #module_type="type"        # passes "-t type" to load
  257. #module_flags="flags"        # passes "flags" to the module
  258. #module_before="cmd"        # executes "cmd" before loading the module
  259. #module_after="cmd"        # executes "cmd" after loading the module
  260. #module_error="cmd"        # executes "cmd" if load fails
  261.  
  262.