Documentation
¶
Index ¶
- Constants
- func CreateNetbootISOImage(dstImage, srcImage, efiImage, autoexec string, rootFiles []string) error
- func Fatal(err error) error
- func Fatalf(format string, args ...interface{}) error
- func FormatJSON(v any) string
- func ImageInfo(imageFile string) (string, int64, error)
- func IsDir(path string) bool
- func IsFile(path string) bool
- func ListImageFiles(imageFilename string) ([]string, error)
- func Warning(format string, args ...interface{})
Constants ¶
View Source
const ( ISO_PAD_BYTES = 1024 ISO_LOGICAL_BLOCK_SIZE = 2048 EFI_DISK_SIZE int64 = 1440 * 1024 )
Variables ¶
This section is empty.
Functions ¶
func CreateNetbootISOImage ¶
func FormatJSON ¶ added in v0.0.7
func ListImageFiles ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.