distro/rhel82/vhd: drop stale comments
Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
8255d6ff9c
commit
5b9d85dece
1 changed files with 1 additions and 2 deletions
|
|
@ -239,7 +239,6 @@ func New() *RHEL82 {
|
|||
"kernel",
|
||||
"selinux-policy-targeted",
|
||||
"chrony",
|
||||
// TODO enable and/or configure WAAgent correctly
|
||||
"WALinuxAgent",
|
||||
"python3",
|
||||
"net-tools",
|
||||
|
|
@ -256,7 +255,7 @@ func New() *RHEL82 {
|
|||
},
|
||||
EnabledServices: []string{
|
||||
"sshd",
|
||||
"waagent", // needed to run in Azure
|
||||
"waagent",
|
||||
},
|
||||
DefaultTarget: "multi-user.target",
|
||||
IncludeFSTab: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue