diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index fedd160b3..bfc2694c5 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -114,12 +114,6 @@ Set_defaults () ;; esac - # Setting genisoimage - if [ -z "${LH_GENISOIMAGE}" ] - then - LH_GENISOIMAGE="genisoimage" - fi - # Setting initramfs hook if [ -z "${LH_INITRAMFS}" ] then |