Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttendedInstaller ¶
type AttendedInstaller struct {
// contains filtered or unexported fields
}
AttendedInstaller contains the attended installer configuration
func New ¶
func New(cfg configuration.Config, installationFunc func(configuration.Config, chan int, chan string) error, calamaresInstallFunc func() error) (attendedInstaller *AttendedInstaller, err error)
New creates and returns a new AttendedInstaller.
func (*AttendedInstaller) Run ¶
func (ai *AttendedInstaller) Run() (config configuration.Config, installationQuit bool, err error)
Run shows the attended installer UI on the current thread. When the user completes the installer, the function will return.
Click to show internal directories.
Click to hide internal directories.