Skip to content

Commit 656d33a

Browse files
committed
bib: use image to generate the rpm ISO
Drop legacy_iso.go and use the images library to build the image.
1 parent 65e71d8 commit 656d33a

File tree

5 files changed

+25
-515
lines changed

5 files changed

+25
-515
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ import (
66
)
77

88
var (
9-
CanChownInPath = canChownInPath
10-
GetDistroAndRunner = getDistroAndRunner
11-
CreateRand = createRand
12-
BuildCobraCmdline = buildCobraCmdline
13-
HandleAWSFlags = handleAWSFlags
9+
CanChownInPath = canChownInPath
10+
CreateRand = createRand
11+
BuildCobraCmdline = buildCobraCmdline
12+
HandleAWSFlags = handleAWSFlags
1413
)
1514

1615
func MockOsGetuid(new func() int) (restore func()) {

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

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)