Adding own iso volume when beeing in release mode.
This commit is contained in:
parent
99a850bd20
commit
c2e7d59973
@ -676,10 +676,15 @@ Set_defaults ()
|
||||
if [ -z "${LH_ISO_VOLUME}" ]
|
||||
then
|
||||
case "${LH_MODE}" in
|
||||
debian|debian-release)
|
||||
debian)
|
||||
LH_ISO_VOLUME="Debian Live \$(date +%Y%m%d-%H:%M)"
|
||||
;;
|
||||
|
||||
debian-release)
|
||||
eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`"
|
||||
LH_ISO_VOLUME="Debian ${VERSION} ${ARCHITECTURE} live"
|
||||
;;
|
||||
|
||||
emdebian)
|
||||
LH_ISO_VOLUME="Emdebian Live \$(date +%Y%m%d-%H:%M)"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user