Project

General

Profile

« Previous | Next » 

Revision 20dbae60

Added by Scott Ullrich about 16 years ago

Use FreeBSD specific files

View differences:

boot/loader.conf
1
hw.ata.atapi_dma="0"
2
hw.ata.ata_dma="0"
3
loader_color="YES"
4
hw.ata.wc="0"
5
kern.ipc.nmbclusters="0"
6
beastie_disable="NO"
7
vm.kmem_size="435544320"
8
vm.kmem_size_max="535544320"
boot/loader.rc
1
\ Loader.rc
2
\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.4 2005/10/30 05:41:42 scottl Exp $
3
\
4
\ Includes additional commands
5
include /boot/loader.4th
6

  
7
\ Reads and processes loader.conf variables
8
start
9

  
10
\ Tests for password -- executes autoboot first if a password was defined
11
check-password
12

  
13
\ Load in the boot menu
14
include /boot/beastie.4th
15

  
16
\ Start the boot menu
17
beastie-start

Also available in: Unified diff