Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + var Stderr io.Writer = os.Stderr + var Stdout io.Writer = os.Stdout + func Classic(chrootDir string) error + func Core20(chrootDir, key, aaFaaFeaturesDir string) error — darwin/amd64, js/wasm, windows/amd64 + func Core20(prepareImageDir, preseedSignKey, aaFeaturesDir string) error — linux/amd64 + func MockMakePreseedTempDir(f func() (string, error)) (restore func()) — linux/amd64 + func MockMakeWritableTempDir(f func() (string, error)) (restore func()) — linux/amd64 + func MockSnapdMountPath(path string) (restore func()) — linux/amd64 + func MockSyscallChroot(f func(string) error) (restore func()) — linux/amd64 + func MockSystemSnapFromSeed(f func(rootDir, sysLabel string) (string, string, error)) (restore func()) — linux/amd64 + func MockTrusted(mockTrusted []asserts.Assertion) (restore func()) + func ResetPreseededChroot(preseedChroot string) error