deps: update images to v0.24.0
Update the images dependency to v0.24.0 Includes the addition of the new FDO option 'di_mfg_string_type_mac_iface'.
This commit is contained in:
parent
c6aa7d88d2
commit
6d57e01506
69 changed files with 765 additions and 261 deletions
11
vendor/github.com/osbuild/images/pkg/customizations/shell/shell.go
generated
vendored
Normal file
11
vendor/github.com/osbuild/images/pkg/customizations/shell/shell.go
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package shell
|
||||
|
||||
type EnvironmentVariable struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
||||
|
||||
type InitFile struct {
|
||||
Filename string
|
||||
Variables []EnvironmentVariable
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue