Skip to Content.
Sympa Menu

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

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 (92ae9d989691019f40f0d97c3fd563857b20b987)
  • Date: Sun, 10 Aug 2008 22:23:14 -0500

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

base/boot/grub/menu.lst | 63
++++++++++++++++++++++++++++++++++++++
base/boot/menu.lst | 63
--------------------------------------
iso/usr/share/smgl.install/bashrc | 0
3 files changed, 63 insertions(+), 63 deletions(-)

New commits:
commit 92ae9d989691019f40f0d97c3fd563857b20b987
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

menu.lst: moved to boot/grub/menu.lst

commit 95eeeb2ace35e622a1586caf14533518a2278a15
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

bashrc: chmod 0644

No need for bashrc to be executable.

diff --git a/base/boot/grub/menu.lst b/base/boot/grub/menu.lst
new file mode 100644
index 0000000..ece93cf
--- /dev/null
+++ b/base/boot/grub/menu.lst
@@ -0,0 +1,63 @@
+# 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
+
+
+##############################################################################
+# 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
+
diff --git a/base/boot/menu.lst b/base/boot/menu.lst
deleted file mode 100644
index ece93cf..0000000
--- a/base/boot/menu.lst
+++ /dev/null
@@ -1,63 +0,0 @@
-# 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
-
-
-##############################################################################
-# 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
-
diff --git a/iso/usr/share/smgl.install/bashrc
b/iso/usr/share/smgl.install/bashrc
old mode 100755
new mode 100644



  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (92ae9d989691019f40f0d97c3fd563857b20b987), Justin Boffemmyer, 08/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page