summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/picobsd/bridge/PICOBSD1
-rw-r--r--release/picobsd/dial/PICOBSD1
-rw-r--r--release/picobsd/install/PICOBSD1
-rw-r--r--release/picobsd/isp/PICOBSD3
-rw-r--r--release/picobsd/net/PICOBSD3
-rw-r--r--release/picobsd/router/PICOBSD3
6 files changed, 9 insertions, 3 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index db7bad6..d3261f4 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -6,6 +6,7 @@
#PicoBSD 2200 init 8192 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine i386
#cpu I386_CPU # we do not want this on current...
cpu I486_CPU
diff --git a/release/picobsd/dial/PICOBSD b/release/picobsd/dial/PICOBSD
index 37c7248..5f9c89d 100644
--- a/release/picobsd/dial/PICOBSD
+++ b/release/picobsd/dial/PICOBSD
@@ -5,6 +5,7 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
#
machine i386
cpu I586_CPU
diff --git a/release/picobsd/install/PICOBSD b/release/picobsd/install/PICOBSD
index 29a96b3..f5ee5e8 100644
--- a/release/picobsd/install/PICOBSD
+++ b/release/picobsd/install/PICOBSD
@@ -6,6 +6,7 @@
#PicoBSD 2200 init 4096 4096
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine "i386"
#cpu "I386_CPU"
#cpu "I486_CPU"
diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD
index 41ef80e..af00bd9 100644
--- a/release/picobsd/isp/PICOBSD
+++ b/release/picobsd/isp/PICOBSD
@@ -6,8 +6,9 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine i386
-cpu I386_CPU
+#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD
index 0dc8ad2..2ab013c 100644
--- a/release/picobsd/net/PICOBSD
+++ b/release/picobsd/net/PICOBSD
@@ -6,8 +6,9 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine i386
-cpu I386_CPU
+#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD
index 289a502..3b3c1d8 100644
--- a/release/picobsd/router/PICOBSD
+++ b/release/picobsd/router/PICOBSD
@@ -6,8 +6,9 @@
#PicoBSD 820 oinit 3072 32768
options MD_ROOT_SIZE=820 # same as def_sz
+hints "PICOBSD.hints"
machine i386
-cpu I386_CPU
+#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
OpenPOWER on IntegriCloud