diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-06 08:23:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-06 08:23:50 +0000 |
commit | e5daf32336bb0ca199d2533a7c14e750b9527886 (patch) | |
tree | a5671a5ee19362c383dd027aaaef8d6caecd7345 /distrib/sparc/ramdisk | |
parent | 3df01d97234245af8857e6054dd2fe723823c81a (diff) |
Change ramdisk filesystem size from 4352 to 4000 blocks, so that
bsd.rd does not overlap the boot code... this problem is starting to
feel familiar.. tested by myself and claudio
Diffstat (limited to 'distrib/sparc/ramdisk')
-rw-r--r-- | distrib/sparc/ramdisk/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc/ramdisk/Makefile.inc b/distrib/sparc/ramdisk/Makefile.inc index 171e088c82f..6c54f990148 100644 --- a/distrib/sparc/ramdisk/Makefile.inc +++ b/distrib/sparc/ramdisk/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.17 2007/06/17 00:28:21 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2008/03/06 08:23:49 deraadt Exp $ -IMAGESIZE?= 4352 +IMAGESIZE?= 4000 GZIPCMD?= gzip GZIPFLAGS?= -9nv GZIPEXT?= .gz |