diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-08 01:06:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-08 01:06:43 +0000 |
commit | eb2d24a878fe2c9dd2aeede4097fa1d4916cbbef (patch) | |
tree | d76f2d93612a8c1c772bc535ac0abdf79df086b3 /boot | |
parent | 966f579e665bfe1bcb682e296343b478011091de (diff) | |
download | pfsense-eb2d24a878fe2c9dd2aeede4097fa1d4916cbbef.zip pfsense-eb2d24a878fe2c9dd2aeede4097fa1d4916cbbef.tar.gz |
Cleanup and sync loader.conf
Diffstat (limited to 'boot')
-rw-r--r-- | boot/loader.conf | 3 | ||||
-rw-r--r-- | boot/loader.conf_wrap | 9 |
2 files changed, 3 insertions, 9 deletions
diff --git a/boot/loader.conf b/boot/loader.conf index 3a5e559..363418e 100644 --- a/boot/loader.conf +++ b/boot/loader.conf @@ -1,2 +1,3 @@ hw.ata.atapi_dma=0 -hw.ata.ata_dma=0 +hw.ata.ata_dma=0 +loader_color="NO" diff --git a/boot/loader.conf_wrap b/boot/loader.conf_wrap index ae150eb..43c6382 100644 --- a/boot/loader.conf_wrap +++ b/boot/loader.conf_wrap @@ -1,12 +1,5 @@ -autoboot_delay="1" hw.ata.atapi_dma="0" hw.ata.ata_dma="0" loader_color="NO" -hw.pci.allow_unsupported_io_range="1" console=comconsole -rootfs_load="YES" -rootfs_name="mfsroot.bin" -rootfs_type="mfs_root" -autoboot_delay=1 -hint.sio.0.flags="0x30" -debug.acpi.disable="thermal"
\ No newline at end of file +autoboot_delay="5" |