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 | |
parent | 0d48518eef7942fbb0ae894924978046d795649b (diff) |
double size of amd64 boot media
tested by krw
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 6 | ||||
-rw-r--r-- | etc/etc.amd64/disktab | 8 |
2 files changed, 10 insertions, 4 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 diff --git a/etc/etc.amd64/disktab b/etc/etc.amd64/disktab index a3db293888c..828fc5728bb 100644 --- a/etc/etc.amd64/disktab +++ b/etc/etc.amd64/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.8 2007/07/27 13:39:00 deraadt Exp $ +# $OpenBSD: disktab,v 1.9 2010/04/06 03:54:42 deraadt Exp $ # Disk geometry and partition layout tables. # Key: @@ -30,6 +30,12 @@ # (5 cylinders needed for maintenance + replacement sectors) # +floppy576|3in|3.5in High Density Floppy, 5.76MB:\ + :dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#36:nc#160:\ + :pa#11520:oa#0:ba#4096:fa#512:ta=4.2BSD: \ + :pb#11520:ob#0:\ + :pc#11520:oc#0: + floppy288|3in|3.5in High Density Floppy, 2.88MB:\ :dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\ :pa#5760:oa#0:ba#4096:fa#512:ta=4.2BSD: \ |