Skip to content

Commit

Permalink
Cover SUSE in initrd
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 20, 2025
1 parent 620f34a commit fdef610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stages/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func GetInitrdStage(_ values.System, logger types.KairosLogger) ([]schema.Stage,
stage = append(stage, []schema.Stage{
{
Name: "Create new initrd",
OnlyIfOs: "Ubuntu.*|Debian.*|Fedora.*|CentOS.*|RedHat.*|Rocky.*|AlmaLinux.*",
OnlyIfOs: "Ubuntu.*|Debian.*|Fedora.*|CentOS.*|RedHat.*|Rocky.*|AlmaLinux.*|SUSE.*|OpenSUSE.*",
Commands: []string{
fmt.Sprintf("dracut -v -f /boot/initrd %s", kernel),
},
Expand Down

0 comments on commit fdef610

Please sign in to comment.