Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gocryptfs ¶ added in v1.2.0
func NewGocryptfs ¶ added in v1.2.0
func (*Gocryptfs) HasGocryptfs ¶ added in v1.2.0
type Squashfs ¶
type Squashfs struct {
MksquashfsPath string
}
Squashfs represents a squashfs packer
func NewSquashfs ¶
func NewSquashfs() *Squashfs
NewSquashfs initializes and returns a Squashfs packer instance
func (Squashfs) Create ¶
Create makes a squashfs filesystem from a list of source files/directories to a destination file
func (Squashfs) HasMksquashfs ¶
HasMksquashfs returns if mksquashfs binary has set or not
Click to show internal directories.
Click to hide internal directories.