[PATCH 2/6] Remove useless mirror check

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador [EMAIL PROTECTED] tools/start_new_disc doesn't need to check the mirror for consistency since it has already been done by the Makefile. Removed this code. Signed-off-by: Otavio Salvador [EMAIL PROTECTED] --- tools/start_new_disc |6 -- 1 files changed, 0

[PATCH 1/6] Create dpkg status file before calling APT

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador [EMAIL PROTECTED] APT uses the dpkg status file and then we should make an empty file if it doesn't exists. Signed-off-by: Otavio Salvador [EMAIL PROTECTED] --- tools/apt-selection |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 0/6] Patches currently in use on O.S. Systems

2007-02-06 Thread Otavio Salvador
Hello, We updated our patchset for Debian-CD 3.0.0 and thought would be good to send all them for review and merging, if possible. I don't think that any patch here included are too specific to avoid merging and if something needs to be change to make it possible, please, tell us :-D -- Otavio

[PATCH 4/6] Use DEBOOTSTRAP_SCRIPT variable when doing base packages inclusion

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador [EMAIL PROTECTED] While doing the $(BDIR)/rawlist we need to use the DEBOOTSTRAP_SCRIPT variable to better support CDDs. Signed-off-by: Otavio Salvador [EMAIL PROTECTED] --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile

[PATCH 5/6] Add code to load list.exclude before adding packages on CDs

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador [EMAIL PROTECTED] Signed-off-by: Otavio Salvador [EMAIL PROTECTED] --- tools/list2cds | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/tools/list2cds b/tools/list2cds index 78ec89f..427d814 100755 --- a/tools/list2cds +++ b/tools/list2cds

[PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador [EMAIL PROTECTED] Signed-off-by: Otavio Salvador [EMAIL PROTECTED] --- tools/list2cds | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tools/list2cds b/tools/list2cds index 427d814..5a055b2 100755 --- a/tools/list2cds +++