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
This commit is contained in:
John Baldwin 2006-01-04 18:02:56 +00:00
parent ba0b6851b4
commit c5245e57e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154030

View File

@ -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