diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 13:21:15 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 13:21:15 -0400 |
commit | 20dbae601624864e600bf7e8f8c34b4f510a4c6b (patch) | |
tree | 2cb36ad0deb622e5b72787fc6dc1c1f37ed6f239 /boot | |
parent | 6d34785fe7312d3d9749ee81a4b05b5ab144876f (diff) | |
download | pfsense-20dbae601624864e600bf7e8f8c34b4f510a4c6b.zip pfsense-20dbae601624864e600bf7e8f8c34b4f510a4c6b.tar.gz |
Use FreeBSD specific files
Diffstat (limited to 'boot')
-rw-r--r-- | boot/loader.conf | 8 | ||||
-rw-r--r-- | boot/loader.rc | 17 |
2 files changed, 0 insertions, 25 deletions
diff --git a/boot/loader.conf b/boot/loader.conf deleted file mode 100644 index 2d4e8b5..0000000 --- a/boot/loader.conf +++ /dev/null @@ -1,8 +0,0 @@ -hw.ata.atapi_dma="0" -hw.ata.ata_dma="0" -loader_color="YES" -hw.ata.wc="0" -kern.ipc.nmbclusters="0" -beastie_disable="NO" -vm.kmem_size="435544320" -vm.kmem_size_max="535544320"
\ No newline at end of file diff --git a/boot/loader.rc b/boot/loader.rc deleted file mode 100644 index 395231f..0000000 --- a/boot/loader.rc +++ /dev/null @@ -1,17 +0,0 @@ -\ Loader.rc -\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.4 2005/10/30 05:41:42 scottl Exp $ -\ -\ Includes additional commands -include /boot/loader.4th - -\ Reads and processes loader.conf variables -start - -\ Tests for password -- executes autoboot first if a password was defined -check-password - -\ Load in the boot menu -include /boot/beastie.4th - -\ Start the boot menu -beastie-start |