diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-03 11:10:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-03 11:10:38 +0200 |
commit | e4928dc223c937cbb2c92f4faeaae18330d2bce6 (patch) | |
tree | 65ddac176cc30a357416713002f2d8fcb362d109 /functions | |
parent | daa0dbb9de7b742dc6bd9c11cf6f4630721a40f5 (diff) | |
download | vyos-live-build-e4928dc223c937cbb2c92f4faeaae18330d2bce6.tar.gz vyos-live-build-e4928dc223c937cbb2c92f4faeaae18330d2bce6.zip |
Removing unused and not really usefull bootstrap-script option (Closes: #603114).
This option was not used anyway, and, it's actually not much of the
business of live-build anyway. People for custom distributions that
can not use the debian default scripts ship their own patched
debootstrap, and then you don't need the option anymore.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 9610ac291..bbe2ac45d 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -289,9 +289,6 @@ Set_defaults () # Exclude packages on base # LB_BOOTSTRAP_EXCLUDE - # Setting distribution configuration value - # LB_BOOTSTRAP_CONFIG - # Setting flavour value case "${LB_BOOTSTRAP}" in cdebootstrap) |