summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-25 22:02:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-25 22:02:09 +0000
commit0a7411938c33d382f06a1eea4e8dfd9db7891723 (patch)
tree37e6680ab59c4829dfe6b2bf41a05e0a5ed791c6
parent3ec1ce07b1993584b62c6a43e43a8432c89de759 (diff)
crank ramdisk filesystem slightly to cope with firmwares inside the filesystem
-rw-r--r--distrib/i386/common/Makefile.inc4
-rw-r--r--etc/etc.i386/disktab6
-rw-r--r--sys/arch/i386/conf/RAMDISK4
-rw-r--r--sys/arch/i386/conf/RAMDISKB4
-rw-r--r--sys/arch/i386/conf/RAMDISKC4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
6 files changed, 13 insertions, 13 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc
index 404c3a1fb77..7d17d87dcdc 100644
--- a/distrib/i386/common/Makefile.inc
+++ b/distrib/i386/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.14 2004/05/05 23:40:13 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.15 2004/11/25 22:02:08 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -48,7 +48,7 @@ ${FS}: bsd.gz
rm ${REALIMAGE}
DISKTYPE?= rdroot
-NBLKS?= 3510
+NBLKS?= 3800
# minfree, opt, b/i trks, sects, cpg
NEWFSARGS= -m 0 -o space -c 16 -i 4096
diff --git a/etc/etc.i386/disktab b/etc/etc.i386/disktab
index 0118eca11bd..2043714f832 100644
--- a/etc/etc.i386/disktab
+++ b/etc/etc.i386/disktab
@@ -1,4 +1,4 @@
-# $OpenBSD: disktab,v 1.16 2004/04/09 21:50:08 jmc Exp $
+# $OpenBSD: disktab,v 1.17 2004/11/25 22:02:08 deraadt Exp $
# Disk geometry and partition layout tables.
# Key:
@@ -127,6 +127,6 @@ fuji513|Fujitsu M22XXXX: \
rdroot|ramdiskroot|RAM-disk root FS image:\
:ty=ramdisk:se#512:nt#2:ns#128:nc#16:\
- :pa#3510:oa#0:ta=4.2BSD:ba#4096:fa#512:\
+ :pa#3800:oa#0:ta=4.2BSD:ba#4096:fa#512:\
:pb#0:ob#0:tb=swap:\
- :pc#3510:oc#0:
+ :pc#3800:oc#0:
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index bf121190d2b..ab0a0b09d05 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.132 2004/09/16 09:14:03 mickey Exp $
+# $OpenBSD: RAMDISK,v 1.133 2004/11/25 22:02:08 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -36,7 +36,7 @@ option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3560
+option MINIROOTSIZE=3800
config bsd root on rd0a swap on rd0b and wd0b and sd0b
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index 2cfbb253011..9df2f0f3e6d 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.75 2004/09/16 09:14:03 mickey Exp $
+# $OpenBSD: RAMDISKB,v 1.76 2004/11/25 22:02:08 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -36,7 +36,7 @@ option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3560
+option MINIROOTSIZE=3800
config bsd root on rd0a swap on rd0b and wd0b and sd0b
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index 919b15b4c11..abd47355bc0 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.42 2004/09/16 09:35:36 deraadt Exp $
+# $OpenBSD: RAMDISKC,v 1.43 2004/11/25 22:02:08 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -36,7 +36,7 @@ option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3560
+option MINIROOTSIZE=3800
config bsd root on rd0a swap on rd0b and wd0b and sd0b
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index b737f5e2a64..29bffb1ed5e 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.82 2004/10/05 02:01:17 jsg Exp $
+# $OpenBSD: RAMDISK_CD,v 1.83 2004/11/25 22:02:08 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -37,7 +37,7 @@ option INET6 # IPv6 (needs INET)
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3560
+option MINIROOTSIZE=3800
config bsd root on rd0a swap on rd0b and wd0b and sd0b