diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-05 03:10:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-05 03:10:05 +0000 |
commit | b3cd82fa3d280b8d9c0c510625eae737fc5a2f92 (patch) | |
tree | f07ec1155450433df238605654891b4e00d4080f /distrib | |
parent | e29d8c4fcb1bb7ab1459cfbf853e28878dedddc8 (diff) |
shrink the ramdisk imagesize
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/ramdisk/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/ramdisk/Makefile.inc b/distrib/vax/ramdisk/Makefile.inc index 8135b7d7e6b..0ed85191bdc 100644 --- a/distrib/vax/ramdisk/Makefile.inc +++ b/distrib/vax/ramdisk/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 2002/02/15 01:06:21 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2002/04/05 03:10:04 deraadt Exp $ -IMAGESIZE= 4352 +IMAGESIZE= 3072 GZIP?= gzip GZIPFLAGS?= -9v GZIPEXT?= .gz |