installer

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

View Source
const (
	FileSystemTypeExt4 = 0
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSystemType

type FileSystemType uint

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