Skip to content

Commit

Permalink
enable coreos/ignition services
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <antoniomurdaca@gmail.com>
  • Loading branch information
runcom committed Nov 11, 2022
1 parent ba7072c commit bfc1676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/distro/rhel9/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,7 @@ func newDistro(distroName string) distro.Distro {
// Shared Services
edgeServices := []string{
// TODO(runcom): move fdo-client-linuxapp.service to presets?
"NetworkManager.service", "firewalld.service", "sshd.service",
"fdo-client-linuxapp.service", "ignition-firstboot-complete.service",
"NetworkManager.service", "firewalld.service", "sshd.service", "fdo-client-linuxapp.service", "ignition-firstboot-complete.service", "coreos-ignition-write-issues", "coreos-ignition-write-issues",
}

// Image Definitions
Expand Down

0 comments on commit bfc1676

Please sign in to comment.