From 65030cb84dab717858cc2b6be44876583ca676c8 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Mon, 30 Jan 2006 14:24:31 +0000 Subject: [PATCH] Enable splitting up the MFSROOT floppy on amd64, the contents now overflow one floppy's worth of space. --- release/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile b/release/Makefile index 30884542b8d..b30ae9c4330 100644 --- a/release/Makefile +++ b/release/Makefile @@ -228,6 +228,7 @@ BOOTINODE= 80000 MFSSIZE= 4096 MFSINODE= 8192 MFSLABEL= auto +SPLIT_MFSROOT= .elif ${TARGET_ARCH} == "powerpc" DISKLABEL= "" MFSSIZE= 4096 -- 2.45.2