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
8
vendor/github.com/osbuild/images/internal/common/constants.go
generated
vendored
8
vendor/github.com/osbuild/images/internal/common/constants.go
generated
vendored
|
|
@ -11,6 +11,14 @@ const (
|
|||
GibiByte = 1024 * 1024 * 1024 // GiB
|
||||
TeraByte = 1000 * 1000 * 1000 * 1000 // TB
|
||||
TebiByte = 1024 * 1024 * 1024 * 1024 // TiB
|
||||
|
||||
// shorthands
|
||||
KiB = KibiByte
|
||||
MB = MegaByte
|
||||
MiB = MebiByte
|
||||
GB = GigaByte
|
||||
GiB = GibiByte
|
||||
TiB = TebiByte
|
||||
)
|
||||
|
||||
// These constants are set during buildtime using additional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue