Correcting logical error with default settings of initsystem.
This commit is contained in:
parent
29b7232c35
commit
ced01e41a1
|
@ -160,13 +160,13 @@ Set_defaults ()
|
|||
live-boot)
|
||||
LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
*)
|
||||
LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
# Setting fdisk
|
||||
if [ -z "${LB_FDISK}" ] || [ ! -x "${LB_FDISK}" ]
|
||||
|
|
Loading…
Reference in New Issue