distro/fedora: change default target for qcow2,oci,vhd image types to multi-user instead of graphical
This commit is contained in:
parent
dbd163d49c
commit
6d89a0f333
1 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ var (
|
||||||
osPkgsKey: {osPkgsKey, blueprintPkgsKey},
|
osPkgsKey: {osPkgsKey, blueprintPkgsKey},
|
||||||
},
|
},
|
||||||
defaultImageConfig: &distro.ImageConfig{
|
defaultImageConfig: &distro.ImageConfig{
|
||||||
DefaultTarget: "graphical.target",
|
DefaultTarget: "multi-user.target",
|
||||||
EnabledServices: []string{
|
EnabledServices: []string{
|
||||||
"cloud-init.service",
|
"cloud-init.service",
|
||||||
"cloud-config.service",
|
"cloud-config.service",
|
||||||
|
|
@ -188,7 +188,7 @@ var (
|
||||||
"sshd",
|
"sshd",
|
||||||
"waagent",
|
"waagent",
|
||||||
},
|
},
|
||||||
DefaultTarget: "graphical.target",
|
DefaultTarget: "multi-user.target",
|
||||||
DisabledServices: []string{
|
DisabledServices: []string{
|
||||||
"proc-sys-fs-binfmt_misc.mount",
|
"proc-sys-fs-binfmt_misc.mount",
|
||||||
"loadmodules.service",
|
"loadmodules.service",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue