Skip to content

Commit c0604b1

Browse files
committed
Revert "iso: inhibit gpt-auto"
This reverts commit cce2b81. When a new release of images is merged that contains [1] we can push this revert through after verification that the problem remains gone. [1]: osbuild/images#1949
1 parent a478489 commit c0604b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bib/cmd/bootc-image-builder/legacy_iso.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@ func manifestForISO(c *ManifestConfig, rng *rand.Rand) (*manifest.Manifest, erro
317317
img.InstallerCustomizations.OSVersion = c.SourceInfo.OSRelease.VersionID
318318
img.InstallerCustomizations.ISOLabel = labelForISO(&c.SourceInfo.OSRelease, &c.Architecture)
319319

320-
// XXX workaround for gpt-auto preventing ISO boot see [1]
321-
// [1]: https://github.com/osbuild/images/issues/1947#issuecomment-3395867961
322-
img.InstallerCustomizations.KernelOptionsAppend = append(img.InstallerCustomizations.KernelOptionsAppend, "systemd.gpt_auto=0")
323-
324320
img.ExtraBasePackages = rpmmd.PackageSet{
325321
Include: imageDef.Packages,
326322
}

0 commit comments

Comments
 (0)