From 25336f19b4697370c88160ae03e7cadcc6124343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 20 Sep 2000 17:36:53 +0000 Subject: [PATCH] * Added a paragraph about the fact that boot-floppies size is not taken in account in SIZELIMIT. --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 77d5f355..522beb39 100644 --- a/README +++ b/README @@ -96,7 +96,7 @@ The process of building a CD is decomposed as follow : $ export NONFREE=1; make list TASK=tasks/kde COMPLETE=1 or for something like an official image for the USA (without non-US & non-free) : - $ make COMPLETE=1 SIZELIMIT1=576716800 + $ make list COMPLETE=1 SIZELIMIT1=576716800 .... take a look at the file tasks/* to see the options you can have :) You can change the behaviour of this command with the following @@ -141,6 +141,12 @@ The process of building a CD is decomposed as follow : mirror). Your boot-floppies must also be on the same partiton than your mirror & temporary dir (hardlinks are used here too). + All CD1 of officials images are bootable (CD for ARM are the exception) + and the space required for this stuff may not always be taken into + account in the size calculation. That's why you may need to adjust + manually SIZELIMIT1 following the size of the boot-floppies set that + you're using. + - now, we'll add the binary packages to the temporary tree : $ make packages