installer

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2025 License: Apache-2.0 Imports: 1 Imported by: 6

Documentation

Index

Constants

View Source
const (
	FileSystemTypeExt4 = 0
	FileSystemTypeVfat = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSystemType

type FileSystemType uint

func (FileSystemType) MarshalText added in v0.4.0

func (fileSystemType FileSystemType) MarshalText() ([]byte, error)

func (*FileSystemType) Set added in v0.4.0

func (fileSystemType *FileSystemType) Set(value string) error

func (FileSystemType) String added in v0.4.0

func (fileSystemType FileSystemType) String() string

func (*FileSystemType) UnmarshalText added in v0.4.0

func (fileSystemType *FileSystemType) UnmarshalText(text []byte) error

type Partition

type Partition struct {
	FileSystemType   FileSystemType `json:",omitempty"`
	MountPoint       string         `json:",omitempty"`
	MinimumFreeBytes uint64         `json:",omitempty"`
}

type StorageLayout

type StorageLayout struct {
	BootDriveLayout          []Partition `json:",omitempty"`
	ExtraMountPointsBasename string      `json:",omitempty"`
	Encrypt                  bool        `json:",omitempty"`
	UseKexec                 bool        `json:",omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL