diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-15 07:26:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-15 07:26:48 +0000 |
commit | 8dd8c434a0536ccde8cae73a928c5c5333344e22 (patch) | |
tree | 892f60813d15663816c08fb4173688ee6f059d59 /sys | |
parent | db00c495c81927a714261ebf2434f6faf47c2db7 (diff) |
shrink ramdisk filesystem
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index d008ee27ee1..29cd7b6cd58 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.46 1998/10/10 06:57:55 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.47 1998/10/15 07:26:47 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -46,7 +46,7 @@ option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=4046 +option MINIROOTSIZE=3900 config bsd root on rd0a swap on rd0b |