tar2ext4

package
v0.8.6 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendVhdFooter

func AppendVhdFooter(p *params)

AppendVhdFooter instructs the converter to add a fixed VHD footer to the file.

func Convert

func Convert(r io.Reader, w io.ReadWriteSeeker, options ...Option) error

Convert writes a compact ext4 file system image that contains the files in the input tar stream.

func ConvertWhiteout

func ConvertWhiteout(p *params)

ConvertWhiteout instructs the converter to convert OCI-style whiteouts (beginning with .wh.) to overlay-style whiteouts.

func InlineData

func InlineData(p *params)

InlineData instructs the converter to write small files into the inode structures directly. This creates smaller images but currently is not compatible with DAX.

Types

type Option

type Option func(*params)

Option is the type for optional parameters to Convert.

func MaximumDiskSize added in v0.7.8

func MaximumDiskSize(size int64) Option

MaximumDiskSize instructs the writer to limit the disk size to the specified value. This also reserves enough metadata space for the specified disk size. If not provided, then 16GB is the default.

Jump to

Keyboard shortcuts

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