distro/rhel82/vhd: drop stale comments

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-12-13 23:36:34 +01:00 committed by Lars Karlitski
parent 8255d6ff9c
commit 5b9d85dece

View file

@ -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,