Skip to content

Commit

Permalink
customizations: new subpackage: bootc
Browse files Browse the repository at this point in the history
New package for internal bootc customizations.
  • Loading branch information
achilleas-k authored and supakeen committed May 9, 2024
1 parent 0c679c0 commit 9ce262d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/customizations/bootc/bootc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package bootc

type Config struct {
// Name of the config file
Filename string

// Filesystem type for the root partition
RootFilesystemType string

// Extra kernel args to append
KernelArgs []string
}

0 comments on commit 9ce262d

Please sign in to comment.