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},
|
||||
},
|
||||
defaultImageConfig: &distro.ImageConfig{
|
||||
DefaultTarget: "graphical.target",
|
||||
DefaultTarget: "multi-user.target",
|
||||
EnabledServices: []string{
|
||||
"cloud-init.service",
|
||||
"cloud-config.service",
|
||||
|
|
@ -188,7 +188,7 @@ var (
|
|||
"sshd",
|
||||
"waagent",
|
||||
},
|
||||
DefaultTarget: "graphical.target",
|
||||
DefaultTarget: "multi-user.target",
|
||||
DisabledServices: []string{
|
||||
"proc-sys-fs-binfmt_misc.mount",
|
||||
"loadmodules.service",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue