diff options
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/build/config b/scripts/build/config index 5690d7ad7..674026212 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -118,7 +118,6 @@ USAGE="${PROGRAM} [--apt apt|apt-get|aptitude]\n\ \t [--swap-file-path PATH]\n\ \t [--swap-file-size MB]\n\ \t [--system live|normal]\n\ -\t [--tasksel apt|aptitude|tasksel]\n\ \t [--uefi-secure-boot auto|enable|disable]\n\ \t [--updates true|false]\n\ \t [--validate]\n\ @@ -817,7 +816,7 @@ Local_arguments () ;; --tasksel) - LB_TASKSEL="${2}" + Echo_warning "--tasksel is an obsolete option" shift 2 ;; @@ -1031,9 +1030,6 @@ LB_MODE="${LB_MODE}" # \$LB_SYSTEM: set system type LB_SYSTEM="${LB_SYSTEM}" -# \$LB_TASKSEL: set tasksel program -LB_TASKSEL="${LB_TASKSEL}" - # live-build options # \$_BREAKPOINTS: enable breakpoints |