diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 00:24:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 00:24:29 +0000 |
commit | 304b5f7890af30d628011acaf0341c2d050fccc5 (patch) | |
tree | 3df64389c7c7c1eeff186920d3a5070d93f967dc /sys/arch | |
parent | 239f70395c1f546db328839226070d5ab3fe6dd0 (diff) |
smaller ramdisk for now
Diffstat (limited to 'sys/arch')
-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 8fdf9ffd83f..45104d40b5b 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.2 2004/02/22 00:08:32 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.3 2004/02/22 00:24:28 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -27,7 +27,7 @@ option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=4096 +option MINIROOTSIZE=3560 config bsd root on rd0a swap on rd0b and wd0b and sd0b |