diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 5d971d8..994bc2b 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 |