diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 2aaba2c3a..4e97816b0 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -147,6 +147,9 @@ Set_defaults () ;; esac + # Setting initsystem + LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}" + # Setting fdisk if [ -z "${LB_FDISK}" ] || [ ! -x "${LB_FDISK}" ] then |