diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-12-13 23:11:40 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-12-13 23:11:40 +0000 |
commit | 89a29518b5a8ea1cc04ff0a5b6947d90a11b254e (patch) | |
tree | 8e8c92d689dc7b874f975561e11c82405fb8d673 /app-doc/gentoo-web | |
parent | new version (diff) | |
download | gentoo-2-89a29518b5a8ea1cc04ff0a5b6947d90a11b254e.tar.gz gentoo-2-89a29518b5a8ea1cc04ff0a5b6947d90a11b254e.tar.bz2 gentoo-2-89a29518b5a8ea1cc04ff0a5b6947d90a11b254e.zip |
Added the splashimage line to the code listing for /boot/grub/menu.lst.
Diffstat (limited to 'app-doc/gentoo-web')
-rw-r--r-- | app-doc/gentoo-web/files/xml/build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-doc/gentoo-web/files/xml/build.xml b/app-doc/gentoo-web/files/xml/build.xml index 2684aa61b0c8..f187863d3762 100644 --- a/app-doc/gentoo-web/files/xml/build.xml +++ b/app-doc/gentoo-web/files/xml/build.xml @@ -12,8 +12,8 @@ sources that are automatically downloaded from the Internet. This build CD inst will work with any x86-compatible system. </abstract> -<version>1.4.2</version> -<date>07 Dec 2001</date> +<version>1.4.3</version> +<date>13 Dec 2001</date> <chapter> <title>About the Install</title> @@ -683,6 +683,7 @@ we get a nice GRUB boot menu when the system reboots. Here's how to do it.</p> <pre> default 0 timeout 30 +splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=My example Gentoo Linux root (hd0,0) |