diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-24 23:28:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-24 23:28:36 +0000 |
commit | ec874825bb9bfdd46c75c77ba70c1f95412a1421 (patch) | |
tree | bf68e7f795b66e27c2ab06336ac32241823be047 /sys | |
parent | 7f06c60ac3602c696f4bbeed91cb7d3d24e92730 (diff) |
make 8mb installs work
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 29cd7b6cd58..931d55b12ed 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.47 1998/10/15 07:26:47 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.48 1998/10/24 23:28:35 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=3900 +option MINIROOTSIZE=3560 config bsd root on rd0a swap on rd0b @@ -61,7 +61,7 @@ eisa0 at mainbus0 pci* at mainbus0 option PCIVERBOSE -option EISAVERBOSE +#option EISAVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges |