Skip to content

Commit

Permalink
image: always use mount units for bootc disk images
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Feb 26, 2025
1 parent 7bcefb2 commit ed9e42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/image/bootc_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func (img *BootcDiskImage) InstantiateManifestFromContainers(m *manifest.Manifes
rawImage.Directories = img.Directories
rawImage.KernelOptionsAppend = img.KernelOptionsAppend
rawImage.SELinux = img.SELinux
rawImage.MountUnits = true // always use mount units for bootc disk images

// In BIB, we export multiple images from the same pipeline so we use the
// filename as the basename for each export and set the extensions based on
Expand Down

0 comments on commit ed9e42b

Please sign in to comment.