diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-25 21:40:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-25 21:40:36 +0000 |
commit | 46aed323af1721db7865dc057c3eaa0cc86b5eae (patch) | |
tree | 185c0117ee55a316ebe9af70e5950d93d7cdef31 /sys/arch/amd64/conf/RAMDISK_CD | |
parent | 819a78728db9eafb602cdfc225453828db2ebeeb (diff) |
grow ramdisk mr.fs size, it is needed
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 737918c724b..bd0e1c6a2ca 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.72 2007/04/10 00:47:14 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.73 2007/04/25 21:40:35 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -28,7 +28,7 @@ option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3584 +option MINIROOTSIZE=4096 config bsd root on rd0a swap on rd0b and wd0b and sd0b |