Fixed accidental overwriting of LH_NET_TARBALL value in defaults.
This commit is contained in:
parent
522c2455bc
commit
7f57e72520
|
@ -596,7 +596,7 @@ Set_defaults ()
|
|||
LH_NET_COW_FILESYSTEM="${LH_NET_COW_FILESYSTEM:-nfs}"
|
||||
|
||||
# Setting net tarball
|
||||
LH_NET_TARBALL="gzip"
|
||||
LH_NET_TARBALL="${LH_NET_TARBALL:-gzip}"
|
||||
|
||||
# Setting syslinux configuration file
|
||||
# LH_SYSLINUX_CFG
|
||||
|
|
Loading…
Reference in New Issue