Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (589323159d8ba5e206a41d193f3865f16f2a2daf)
  • Date: Sun, 20 Jul 2008 20:15:19 -0500

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



  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (589323159d8ba5e206a41d193f3865f16f2a2daf), Justin Boffemmyer, 07/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page