Documentation
¶
Overview ¶
Package iso helps to boot directly from iso files on removable drives. Works best with "Live" iso files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseISOFiles ¶
func ParseISOFiles(l ulog.Logger, mountDir string, dev *block.BlockDev, mountPool *mount.Pool) ([]boot.OSImage, error)
ParseISOFiles scans a device for .iso files, mounts and adds them to the Pool. Then parses any loopback.cfg or grub.cfg files for boot entries, while substituting/adding cmdline vars to boot directly from the iso. Skips entries it can't process.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.