Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by David Kowis (992f8321227c2a081fc717f32079d1f4abba6d08)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master cauldron by David Kowis (992f8321227c2a081fc717f32079d1f4abba6d08)
  • Date: Mon, 21 Jul 2008 17:14:59 -0500

GIT changes to master cauldron by David Kowis <dkowis AT shlrm.org>:

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

New commits:
commit 992f8321227c2a081fc717f32079d1f4abba6d08
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixing bug 14450
Added many examples to the menu.lst file :D

diff --git a/base/boot/menu.lst b/base/boot/menu.lst
index 765dcb7..ece93cf 100644
--- a/base/boot/menu.lst
+++ b/base/boot/menu.lst
@@ -18,3 +18,46 @@ color black/light-gray white/red

title Source Mage GNU/Linux
kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 ro
+
+
+##############################################################################
+# some examples
+# how to boot windows
+#############################
+# title Windows XP
+# root noverify (hd0,0)
+# makeactive
+# chainloader +1
+#############################
+
+### VGA values
+# you can use these (at your own risk) as possible vga=xxx values to pass to
the
+# kernel
+# 640x480 800x600 1024x768 1280x1024 1600x1200
+# ---------------+-------+-------+--------+---------+---------
+# 256 (8 bit) | 769 771 773 775 796
+# 32,768 (15 bit)| 784 787 790 793 797
+# 65,536 (16 bit)| 785 788 791 794 798
+# 16.8M (24 bit) | 786 789 792 795 799
+###
+
+# A remember last boot example
+# the savedefault line is the magic one, It'll remember where you were last
time
+# you booted.
+# so when you reboot in windows, it goes back into windows, same for linux.
+# not all of these lines may apply to every kernel.
+###################################################
+# # (0) SMGL Linux
+# title SMGL Linux
+# root (hd0,4)
+# kernel /vmlinuz root=/dev/sda6 ro noapic vga=0x318 quiet
+# initrd /kernel.img
+# savedefault
+
+# # (1) Windows XP
+# title Windows XP
+# rootnoverify (hd0,0)
+# makeactive
+# chainloader +1
+# savedefault
+



  • [SM-Commit] GIT changes to master cauldron by David Kowis (992f8321227c2a081fc717f32079d1f4abba6d08), David Kowis, 07/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page