Skip to content

Commit

Permalink
Distro/RHEL-10: remove dracut config for gdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
thozza committed Sep 5, 2024
1 parent 99a442d commit a17083b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/distro/rhel/rhel10/ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ func baseEc2ImageConfig() *distro.ImageConfig {
},
},
},
// COMPOSER-1807
DracutConf: []*osbuild.DracutConfStageOptions{
{
Filename: "sgdisk.conf",
Config: osbuild.DracutConfigFile{
Install: []string{"sgdisk"},
},
},
},
SystemdUnit: []*osbuild.SystemdUnitStageOptions{
// RHBZ#1822863
{
Expand Down

0 comments on commit a17083b

Please sign in to comment.