diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-27 13:39:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-27 13:39:01 +0000 |
commit | 88e65771b61fe8c6e023c7c1bbf32fb2aa18cfa3 (patch) | |
tree | 95ce3e224d56b1c291c7b255983fc93a51a73a2f /sys | |
parent | 26af2a52ac182f4b208faddb5ceefd23a0bb3362 (diff) |
grow ramdisk filesystem size
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 268ff5d4311..d0f620394cd 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.10 2006/11/07 09:09:42 otto Exp $ +# $OpenBSD: Makefile.amd64,v 1.11 2007/07/27 13:39:00 deraadt Exp $ # Makefile for OpenBSD # @@ -33,7 +33,7 @@ S!= cd ../../../..; pwd .endif AMD64= $S/arch/amd64 -INCLUDES= -nostdinc -I. -I$S/arch -I$S +INCLUDES= -nostdinc -I. -I$S -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Damd64 -Dx86_64 CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -Wno-sign-compare \ diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index adc3955cf60..4b6afa6555c 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.38 2007/04/25 21:40:35 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.39 2007/07/27 13:39:00 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -27,7 +27,7 @@ option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=4096 +option MINIROOTSIZE=4480 config bsd root on rd0a swap on rd0b and wd0b and sd0b diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index a907c9a3fe5..f3c7e759c6a 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.75 2007/07/02 14:29:37 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.76 2007/07/27 13:39:00 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=4096 +option MINIROOTSIZE=4480 config bsd root on rd0a swap on rd0b and wd0b and sd0b |