From 48c24d0b1bf75a03acc06b96481def95d35a3704 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 27 Sep 2007 21:54:23 -0300 Subject: bootstrap: add support to include and exclude packages To allow better customization of resulting system, support to include and exclude packages of base system has been added. It has been included for debootstrap and cdebootstrap helpers. --- functions/defaults.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 5d971d86b..994bc2baa 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -278,6 +278,12 @@ Set_defaults () fi fi + # Include packages on base + # LH_BOOTSTRAP_INCLUDE + + # Exclude packages on base + # LH_BOOTSTRAP_EXCLUDE + # Setting distribution configuration value # LH_BOOTSTRAP_CONFIG -- cgit v1.2.3