[SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (589323159d8ba5e206a41d193f3865f16f2a2daf)

Justin Boffemmyer scm at sourcemage.org
Sun Jul 20 21:15:19 EDT 2008


GIT changes to master cauldron by Justin Boffemmyer <flux at sourcemage.org>:

 base/boot/menu.lst |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+)

New commits:
commit 589323159d8ba5e206a41d193f3865f16f2a2daf
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>

    base/boot/menu.lst: default grub conf for installs
    
    This is the default grub config file that should be included for new
    installs, so that users who want to use grub as their bootloader will
    have an easy starting point.

diff --git a/base/boot/menu.lst b/base/boot/menu.lst
new file mode 100644
index 0000000..765dcb7
--- /dev/null
+++ b/base/boot/menu.lst
@@ -0,0 +1,20 @@
+# Boot automatically after 30 secs.
+timeout 10
+
+# By default, boot the first entry.
+default 0
+
+# Fallback to the second entry.
+fallback 1
+
+# use LBA
+lba32
+
+# Splashimage, provides a nice image for the background
+splashimage  (hd0,0)/boot/grub/images/smgl-splash.xpm.gz
+
+# defines menu foreground/background, highlight foreground/background
+color  black/light-gray white/red
+
+title Source Mage GNU/Linux
+kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 ro



More information about the SM-Commit mailing list