Setting default distribution to lenny.
This commit is contained in:
parent
20aad4c211
commit
caeb8b9d72
|
@ -42,7 +42,11 @@ Set_defaults ()
|
||||||
if [ -z "${LH_DISTRIBUTION}" ]
|
if [ -z "${LH_DISTRIBUTION}" ]
|
||||||
then
|
then
|
||||||
case "${LH_MODE}" in
|
case "${LH_MODE}" in
|
||||||
debian|debian-edu)
|
debian)
|
||||||
|
LH_DISTRIBUTION="lenny"
|
||||||
|
;;
|
||||||
|
|
||||||
|
debian-edu)
|
||||||
LH_DISTRIBUTION="etch"
|
LH_DISTRIBUTION="etch"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue