diff options
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index e52b31990..0fa706134 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -42,7 +42,11 @@ Set_defaults () if [ -z "${LH_DISTRIBUTION}" ] then case "${LH_MODE}" in - debian|debian-edu) + debian) + LH_DISTRIBUTION="lenny" + ;; + + debian-edu) LH_DISTRIBUTION="etch" ;; |