diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
commit | 8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch) | |
tree | 580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/grub.xml | |
parent | c321cf4b4b218564a506c7166cf4d295bb64dbb8 (diff) |
Add more commands to lists of what gets installed, thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 858bf158b..8651c95c8 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -78,7 +78,8 @@ cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>grub, grub-install, grub-md5-crypt, grub-terminfo, and mbchk</seg> + <seg>grub, grub-install, grub-md5-crypt, grub-set-default, + grub-terminfo, and mbchk</seg> </seglistitem> </segmentedlist> @@ -117,6 +118,16 @@ cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> </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-terminfo"> <term><command>grub-terminfo</command></term> <listitem> |