From 2dc20513fee86125a2dc06a3bad2e8f60f6c300f Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 4 Jan 2006 18:02:56 +0000 Subject: [PATCH] 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 --- release/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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