aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-01-04 18:02:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-01-04 18:02:56 +0000
commitc5245e57e68d775505b9674961a910f422a5b55c (patch)
treeec102d2009ad44ae3a8bc7c040e2cc62952fb713 /release/Makefile
parentba0b6851b4b0d9f6ed25287b094813a9cbce7780 (diff)
downloadsrc-c5245e57e68d775505b9674961a910f422a5b55c.tar.gz
src-c5245e57e68d775505b9674961a910f422a5b55c.zip
Enable boot floppies for amd64. I just copied the needed variables over
from i386. Tested by: Markus Trippelsdorf markus at trippelsdorf dot de Approved by: scottl MFC after: 1 week
Notes
Notes: svn path=/head/; revision=154030
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 7c98351e7748..2b314f581c24 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -219,6 +219,12 @@ MFSINODE= 8192
MFSLABEL= auto
SEPARATE_LIVEFS=
.elif ${TARGET_ARCH} == "amd64"
+MAKE_FLOPPIES= true
+FLOPPYSIZE= 1440
+FLOPPYSPLITSIZE= 1392
+FLOPPYINODE= 40000
+FLOPPYLABEL= fd1440
+BOOTINODE= 80000
MFSSIZE= 4096
MFSINODE= 8192
MFSLABEL= auto