diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-16 20:46:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-16 20:46:02 +0000 |
commit | 3a2400f30c90431bee494464ef07761c0d358e4d (patch) | |
tree | 462474276a377ab6dc1bf5d7b175f6c8de6e56e1 /boot | |
parent | a63da015cff3b0b9cf90511f77df5babbabd9ac3 (diff) | |
download | pfsense-3a2400f30c90431bee494464ef07761c0d358e4d.zip pfsense-3a2400f30c90431bee494464ef07761c0d358e4d.tar.gz |
Add wrap custom loader.conf
Diffstat (limited to 'boot')
-rw-r--r-- | boot/loader.conf_wrap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/loader.conf_wrap b/boot/loader.conf_wrap new file mode 100644 index 0000000..c607acf --- /dev/null +++ b/boot/loader.conf_wrap @@ -0,0 +1,6 @@ +autoboot_delay="0" +loader_color="YES" +hw.pci.allow_unsupported_io_range="1" +mfsroot_load="YES" +mfsroot_type="mfs_root" +mfsroot_name="/boot/mfsroot" |