Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (ce4a531638bf7561b05791ca25d3961a939d2565)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (ce4a531638bf7561b05791ca25d3961a939d2565)
  • Date: Tue, 13 Nov 2007 12:26:55 -0600

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

kernels/linux/HISTORY | 7 +++++++
kernels/linux/templates/README | 6 +++---
kernels/linux/templates/lilo.conf.tmplt | 1 -
kernels/linux/templates/menu.lst.tmplt | 2 +-
kernels/linux/templates/silo.conf.tmplt | 1 -
kernels/linux/templates/yaboot.conf.tmplt | 1 -
6 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit ce4a531638bf7561b05791ca25d3961a939d2565
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

linux applied patch from bug 14101 good back

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 46a5e5b..4401ae8 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,10 @@
+2007-11-12 Dale E. Edmons<demaillists AT comcast.net>
+ * templates/README: Corrected minor typos
+ * templates/menu.lst.tmplt: removed vga=791, prevents boot, default
okay
+ * templates/yaboot.conf.tmplt: removed vga=791, prevents boot
+ * templates/lilo.conf.tmplt: removed vga=791, prevents boot
+ * templates/silo.conf.tmplt: removed vga=791, prevents boot
+
2007-11-08 David Brown <dmlb2000 AT gmail.com>
* latest.defaults: updated latest to patch-2.6.23.1-rt11
* info/patches/realtime_patches/patch-2.6.23.1-rt11: added
diff --git a/kernels/linux/templates/README b/kernels/linux/templates/README
index b617fee..0d3ad3c 100644
--- a/kernels/linux/templates/README
+++ b/kernels/linux/templates/README
@@ -1,4 +1,4 @@
These templates are for the update bootloader script
-To customize these templates simple copy this file to the same location
-as the appropriate config file for your bootloader modify accordingly
-to obtain a custom bootloader entery for which linux-new will update
+To customize these templates simply copy this file to the same location
+as the appropriate config file for your bootloader. Modify accordingly
+to obtain a custom bootloader entry for which linux will update
diff --git a/kernels/linux/templates/lilo.conf.tmplt
b/kernels/linux/templates/lilo.conf.tmplt
index 70a7218..7d485eb 100755
--- a/kernels/linux/templates/lilo.conf.tmplt
+++ b/kernels/linux/templates/lilo.conf.tmplt
@@ -1,6 +1,5 @@
cat << EOF
image=/boot/vmlinuz-$VERSION
label=$VERSION
- vga=791
read-only
EOF
diff --git a/kernels/linux/templates/menu.lst.tmplt
b/kernels/linux/templates/menu.lst.tmplt
index 4938fac..cf50255 100755
--- a/kernels/linux/templates/menu.lst.tmplt
+++ b/kernels/linux/templates/menu.lst.tmplt
@@ -1,4 +1,4 @@
cat << EOF
title Source Mage GNU/Linux $VERSION
-kernel /vmlinuz-$VERSION root=/dev/${ROOT_DEV} ro vga=791
+kernel /vmlinuz-$VERSION root=/dev/${ROOT_DEV} ro
EOF
diff --git a/kernels/linux/templates/silo.conf.tmplt
b/kernels/linux/templates/silo.conf.tmplt
index 70a7218..7d485eb 100755
--- a/kernels/linux/templates/silo.conf.tmplt
+++ b/kernels/linux/templates/silo.conf.tmplt
@@ -1,6 +1,5 @@
cat << EOF
image=/boot/vmlinuz-$VERSION
label=$VERSION
- vga=791
read-only
EOF
diff --git a/kernels/linux/templates/yaboot.conf.tmplt
b/kernels/linux/templates/yaboot.conf.tmplt
index c2a58ea..6f63da8 100755
--- a/kernels/linux/templates/yaboot.conf.tmplt
+++ b/kernels/linux/templates/yaboot.conf.tmplt
@@ -1,6 +1,5 @@
cat << EOF
image=/boot/vmlinux-$VERSION
label=$VERSION
- vga=791
read-only
EOF



  • [SM-Commit] GIT changes to master grimoire by David Brown (ce4a531638bf7561b05791ca25d3961a939d2565), David Brown, 11/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page