|
@@ -74,10 +74,10 @@
|
|
|
<segtitle>Installed directories</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
|
- <seg>grub-editenv, grub-mkelfimage, grub-mkfont, grub-mkimage,
|
|
|
- grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig,
|
|
|
- grub-mkdevicemap, grub-probe, grub-setup</seg>
|
|
|
-
|
|
|
+ <seg>grub-bin2h, grub-editenv, grub-install, grub-mkconfig,
|
|
|
+ grub-mkdevicemap, grub-mkelfimage, grub-mkimage, grub-mkisofs,
|
|
|
+ grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-probe,
|
|
|
+ grub-reboot, grub-script-check, grub-set-default, grub-setup</seg>
|
|
|
<seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg>
|
|
|
</seglistitem>
|
|
|
</segmentedlist>
|
|
@@ -87,6 +87,16 @@
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
+ <varlistentry id="grub-bin2h">
|
|
|
+ <term><command>grub-bin2h</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Converts a binary file to a C header</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-bin2h">
|
|
|
+ <primary sortas="b-grub-bin2h">grub-bin2h</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="grub-editenv">
|
|
|
<term><command>grub-editenv</command></term>
|
|
|
<listitem>
|
|
@@ -97,82 +107,93 @@
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-mkelfimage">
|
|
|
- <term><command>grub-mkelfimage</command></term>
|
|
|
+ <varlistentry id="grub-install">
|
|
|
+ <term><command>grub-install</command></term>
|
|
|
<listitem>
|
|
|
- <para>Make a bootable image of GRUB</para>
|
|
|
- <indexterm zone="ch-system-grub grub-mkelfimage">
|
|
|
- <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary>
|
|
|
+ <para>Install GRUB on your drive</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-install">
|
|
|
+ <primary sortas="b-grub-install">grub-install</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="grub-mkconfig">
|
|
|
+ <term><command>grub-mkconfig</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Generate a grub config file</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkconfig">
|
|
|
+ <primary sortas="b-grub-mkconfig">grub-mkconfig</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-mkfont">
|
|
|
- <term><command>grub-mkfont</command></term>
|
|
|
+ <varlistentry id="grub-mkdevicemap">
|
|
|
+ <term><command>grub-mkdevicemap</command></term>
|
|
|
<listitem>
|
|
|
- <para>Update fonts for GRUB use</para>
|
|
|
- <indexterm zone="ch-system-grub grub-mkfont">
|
|
|
- <primary sortas="b-grub-mkfont">grub-mkfont</primary>
|
|
|
+ <para>Generate a device map file automatically</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkdevicemap">
|
|
|
+ <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-mkimage">
|
|
|
- <term><command>grub-mkimage</command></term>
|
|
|
+ <varlistentry id="grub-mkelfimage">
|
|
|
+ <term><command>grub-mkelfimage</command></term>
|
|
|
<listitem>
|
|
|
<para>Make a bootable image of GRUB</para>
|
|
|
- <indexterm zone="ch-system-grub grub-mkimage">
|
|
|
- <primary sortas="b-grub-mkimage">grub-mkimage</primary>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkelfimage">
|
|
|
+ <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-mkrescue">
|
|
|
- <term><command>grub-mkrescue</command></term>
|
|
|
+ <varlistentry id="grub-mkimage">
|
|
|
+ <term><command>grub-mkimage</command></term>
|
|
|
<listitem>
|
|
|
- <para>Make a bootable image of GRUB suitable for a floppy disk</para>
|
|
|
- <indexterm zone="ch-system-grub grub-mkrescue">
|
|
|
- <primary sortas="b-grub-mkrescue">grub-mkrescue</primary>
|
|
|
+ <para>Make a bootable image of GRUB</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkimage">
|
|
|
+ <primary sortas="b-grub-mkimage">grub-mkimage</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-dumpbios">
|
|
|
- <term><command>grub-dumpbios</command></term>
|
|
|
+ <varlistentry id="grub-mkisofs">
|
|
|
+ <term><command>grub-mkisofs</command></term>
|
|
|
<listitem>
|
|
|
- <para>Create vbios and int10 dump</para>
|
|
|
- <indexterm zone="ch-system-grub grub-dumpbios">
|
|
|
- <primary sortas="b-grub-dumpbios">grub-dumpbios</primary>
|
|
|
+ <para>Creates a bootable ISO image</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkisofs">
|
|
|
+ <primary sortas="b-grub-mkisofs">grub-mkisofs</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-install">
|
|
|
- <term><command>grub-install</command></term>
|
|
|
+ <varlistentry id="grub-mkpasswd-pbkdf2">
|
|
|
+ <term><command>grub-mkpasswd-pbkdf2</command></term>
|
|
|
<listitem>
|
|
|
- <para>Install GRUB on your drive</para>
|
|
|
- <indexterm zone="ch-system-grub grub-install">
|
|
|
- <primary sortas="b-grub-install">grub-install</primary>
|
|
|
+ <para>Generates an encrypted PBKDF2 password for use in the boot
|
|
|
+ menu</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkpasswd-pbkdf2">
|
|
|
+ <primary sortas="b-grub-mkpasswd-pbkdf2">grub-mkpasswd-pbkdf2</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-mkconfig">
|
|
|
- <term><command>grub-mkconfig</command></term>
|
|
|
+ <varlistentry id="grub-mkrelpath">
|
|
|
+ <term><command>grub-mkrelpath</command></term>
|
|
|
<listitem>
|
|
|
- <para>Generate a grub config file</para>
|
|
|
- <indexterm zone="ch-system-grub grub-mkconfig">
|
|
|
- <primary sortas="b-grub-mkconfig">grub-mkconfig</primary>
|
|
|
+ <para>Makes a system pathname relative to its root</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkrelpath">
|
|
|
+ <primary sortas="b-grub-mkrelpath">grub-mkrelpath</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="grub-mkdevicemap">
|
|
|
- <term><command>grub-mkdevicemap</command></term>
|
|
|
+ <varlistentry id="grub-mkrescue">
|
|
|
+ <term><command>grub-mkrescue</command></term>
|
|
|
<listitem>
|
|
|
- <para>Generate a device map file automatically</para>
|
|
|
- <indexterm zone="ch-system-grub grub-mkdevicemap">
|
|
|
- <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
|
|
|
+ <para>Make a bootable image of GRUB suitable for a floppy disk</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-mkrescue">
|
|
|
+ <primary sortas="b-grub-mkrescue">grub-mkrescue</primary>
|
|
|
</indexterm>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
@@ -187,6 +208,36 @@
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry id="grub-reboot">
|
|
|
+ <term><command>grub-reboot</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Sets the default boot entry for GRUB for the next boot only</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-reboot">
|
|
|
+ <primary sortas="b-grub-reboot">grub-reboot</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="grub-script-check">
|
|
|
+ <term><command>grub-script-check</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Checks GRUB configuration script for syntax errors</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-script-check">
|
|
|
+ <primary sortas="b-grub-script-check">grub-script-check</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="grub-set-default">
|
|
|
+ <term><command>grub-set-default</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Sets the default boot entry for GRUB</para>
|
|
|
+ <indexterm zone="ch-system-grub grub-set-default">
|
|
|
+ <primary sortas="b-grub-set-default">grub-set-default</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="grub-setup">
|
|
|
<term><command>grub-setup</command></term>
|
|
|
<listitem>
|