diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-08 19:02:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-08 19:02:07 +0000 |
commit | f04bbc8e9f789eb5a6695425fdb264b4645759ed (patch) | |
tree | 11b4daeec87d35b6494aee31124423e517e37d86 /boot | |
parent | e2797210465f18353ac476688f2b1e5af986ca82 (diff) | |
download | pfsense-f04bbc8e9f789eb5a6695425fdb264b4645759ed.zip pfsense-f04bbc8e9f789eb5a6695425fdb264b4645759ed.tar.gz |
Disable thermal checking until ACPI is fixed.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/loader.conf_wrap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/loader.conf_wrap b/boot/loader.conf_wrap index 195293a..ae150eb 100644 --- a/boot/loader.conf_wrap +++ b/boot/loader.conf_wrap @@ -8,4 +8,5 @@ rootfs_load="YES" rootfs_name="mfsroot.bin" rootfs_type="mfs_root" autoboot_delay=1 -hint.sio.0.flags="0x30"
\ No newline at end of file +hint.sio.0.flags="0x30" +debug.acpi.disable="thermal"
\ No newline at end of file |