summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index ee46c60f7..c18cde123 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -279,17 +279,6 @@ Set_config_defaults ()
# Setting tasksel
LB_TASKSEL="${LB_TASKSEL:-apt}"
- # Setting root directory
- case "${LB_MODE}" in
- progress-linux)
- LB_ROOT="${LB_ROOT:-progress-linux}"
- ;;
-
- *)
- LB_ROOT="${LB_ROOT:-${LB_MODE}-live}"
- ;;
- esac
-
# Setting live build options
if [ -z "${_COLOR}" ]; then
_COLOR="auto"