diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-06 03:54:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-06 03:54:43 +0000 |
commit | bb47459a562011e5ce9ced9fc99b5182e7d07293 (patch) | |
tree | dae88a13bd877cc66c7ed6106223ca15c155ff8c /distrib | |
parent | 0d48518eef7942fbb0ae894924978046d795649b (diff) |
double size of amd64 boot media
tested by krw
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile index 98743ed4d02..1f7ec4c5cc6 100644 --- a/distrib/amd64/ramdisk_cd/Makefile +++ b/distrib/amd64/ramdisk_cd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2007/08/09 12:48:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2010/04/06 03:54:41 deraadt Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK_CD -FLOPPYSIZE=5760 -FLOPPYTYPE=floppy288 +FLOPPYSIZE=11520 +FLOPPYTYPE=floppy576 XNAME=cdrom NOFS=1 |