1GRUB-MKSTANDALONE(3)       Library Functions Manual       GRUB-MKSTANDALONE(3)
2
3
4

NAME

6       grub-mkstandalone — Generate a standalone image in the selected format.
7
8

SYNOPSIS

10       grub-mkstandalone [-o | --output=FILE] [-O | --format=FORMAT]
11                          [-C | --compression=(xz|none|auto)]
12                          [--modules=MODULES] [--install-modules=MODULES]
13                          [--themes=THEMES] [--fonts=FONTS]
14                          [--locales=LOCALES] [--compress[=no,xz,gz,lzo]]
15                          [-d | --directory=DIR] [--grub-mkimage=FILE]
16                          SOURCE...
17
18

DESCRIPTION

OPTIONS

21       --output=FILE
22              Write  the  generated  file to FILE.  The default is to write to
23              standard output.
24
25
26       --format=FORMAT
27              Generate an image in the specified FORMAT.  Valid values are:
28
29                  i386-coreboot,   i386-multiboot,    i386-pc,    i386-pc-pxe,
30                  i386-efi,   i386-ieee1275,  i386-qemu,  x86_64-efi,  mipsel-
31                  yeeloong-flash,  mipsel-fuloong2f-flash,   mipself-loongson-
32                  elf,         powerpc-ieee1275,         sparc64-ieee1275-raw,
33                  sparc64-ieee1275-cdcore,  sparc64-ieee1275-aout,   ia64-efi,
34                  mips-arc,  mipsel-arc, mipsel-qemu_mips-elf, mips-qemu_mips-
35                  flash, mipsel-qemu_mips-flash, mips-qemu_mips-elf
36
37
38       --compression=(xz|none|auto)
39              Use one of xz, none, or auto as the compression method  for  the
40              core image.
41
42
43       --modules=MODULES
44              Pre-load modules specified by MODULES.
45
46
47       --install-modules=MODULES
48              Install  only MODULES and their dependencies.  The default is to
49              install all available modules.
50
51
52       --themes=THEMES
53              Install THEMES.  The default is to install the starfield  theme,
54              if available.
55
56
57       --fonts=FONTS
58              Install FONTS.  The default is to install the unicode font.
59
60
61       --locales=LOCALES
62              Install  only  locales  listed  in  LOCALES.   The default is to
63              install all available locales.
64
65
66       --compress[=no,xz,gz,lzo]
67              Compress GRUB files using the specified compression algorithm.
68
69
70       --directory=DIR
71              Use images and modules in DIR.
72
73
74       --grub-mkimage=FILE
75              Use FILE as grub-mkimage.  The default is /usr/bin/grub-mkimage.
76
77

SEE ALSO

79       info grub
80
81
82
83                                Wed Feb 26 2014           GRUB-MKSTANDALONE(3)
Impressum