summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-01-04 18:02:56 +0000
committerjhb <jhb@FreeBSD.org>2006-01-04 18:02:56 +0000
commit2dc20513fee86125a2dc06a3bad2e8f60f6c300f (patch)
treeec102d2009ad44ae3a8bc7c040e2cc62952fb713 /release/Makefile
parent326e376458ece3f0e88f835a7b83ed76ca812931 (diff)
downloadFreeBSD-src-2dc20513fee86125a2dc06a3bad2e8f60f6c300f.zip
FreeBSD-src-2dc20513fee86125a2dc06a3bad2e8f60f6c300f.tar.gz
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
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 7c98351..2b314f5 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
OpenPOWER on IntegriCloud