Documentation ¶
Index ¶
- Variables
- type Command
- func (c *Command) Apropos() lang.Alt
- func (c *Command) AskKernel(parm *parms.Parms, flag *flags.Flags) (err error)
- func (c *Command) GetRoot() string
- func (c *Command) KexecCommand() []string
- func (c *Command) Main(args ...string) error
- func (c *Command) RunMenu(m []menuentry.Entry, parm *parms.Parms, flag *flags.Flags) (err error)
- func (c *Command) ServeMenus()
- func (c *Command) String() string
- func (c *Command) Usage() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Goes = &goes.Goes{ NAME: "grub", APROPOS: lang.Alt{ lang.EnUS: "execute a grub configuration file", }, ByName: map[string]cmd.Cmd{ "background_color": background_color.Command{}, "clear": clear.Command{}, "cli": &cli.Command{}, "echo": echo.Command{}, "else": &elsecmd.Command{}, "export": export.Command{}, "false": falsecmd.Command{}, "fi": &ficmd.Command{}, "function": &function.Command{}, "gfxmode": gfxmode.Command{}, "if": &ifcmd.Command{}, "initrd": Initrd, "insmod": insmod.Command{}, "kexec": kexec.Command{}, "linux": Linux, "loadfont": loadfont.Command{}, "menuentry": Menuentry, "recordfail": recordfail.Command{}, "search": &search.Command{}, "set": &set.Command{}, "submenu": submenu.Command{M: Menuentry}, "[": testcmd.Command{}, "terminal_output": terminal_output.Command{}, "then": &thencmd.Command{}, "true": truecmd.Command{}, }, }
View Source
var Initrd = &initrd.Command{}
View Source
var Linux = &linux.Command{}
View Source
var Menuentry = &menuentry.Command{}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.