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:
parent
326e376458
commit
2dc20513fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user