Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (0725ca63f50b02990d137b8eb29109ef03e23897)
  • Date: Sat, 31 Mar 2007 20:21:09 -0500

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

kernels/boot-theme/FINAL | 8 ++++++++
kernels/boot-theme/HISTORY | 4 ++++
kernels/boot-theme/POST_INSTALL | 21 ---------------------
3 files changed, 12 insertions(+), 21 deletions(-)

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

boot-theme moved POST_INSTALL to FINAL and changed the comment for a
better solution that might need to happen

diff --git a/kernels/boot-theme/FINAL b/kernels/boot-theme/FINAL
new file mode 100755
index 0000000..e29aa1c
--- /dev/null
+++ b/kernels/boot-theme/FINAL
@@ -0,0 +1,8 @@
+message "${MESSAGE_COLOR}Remember to add \"initrd=/boot/initrd.splash\" to
your bootloader${DEFAULT_COLOR}"
+
+#####################
+# We should probably update the bootloader configs after this but there needs
+# to be an official script to do that for every bootloader out there and for
+# multiple spells to use and potentially the user (an installed script would
be
+# nice to do this).
+#####################
diff --git a/kernels/boot-theme/HISTORY b/kernels/boot-theme/HISTORY
index 614ee0f..209e861 100644
--- a/kernels/boot-theme/HISTORY
+++ b/kernels/boot-theme/HISTORY
@@ -1,3 +1,7 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to FINAL and removed commented out update_lilo
for
+ a better explination of what could happen
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/kernels/boot-theme/POST_INSTALL b/kernels/boot-theme/POST_INSTALL
deleted file mode 100755
index e1bda98..0000000
--- a/kernels/boot-theme/POST_INSTALL
+++ /dev/null
@@ -1,21 +0,0 @@
-message "${MESSAGE_COLOR}Remember to add \"initrd=/boot/initrd.splash\" to
your bootloader${DEFAULT_COLOR}"
-
-## I'm just putting this back in here temporarily for a place holder.
-## I will add options for doing it & for not doing it and for grub & lilo
later.
-## Please don't remove it. -- Jason Flatt
-#update_lilo()
-#{
-# cp /etc/lilo.conf /etc/lilo.conf.old || return 1
-# grep -q initrd /etc/lilo.conf
-#
-# if [ $? -ne "0" ]; then
-# echo -e "initrd=/boot/initrd.splash" > /etc/lilo.conf &&
-# cat /etc/lilo.conf.old >> /etc/lilo.conf
-# else
-# echo "** lilo already has an initrd directive **"
-# fi
-#}
-#
-#update_lilo &&
-#lilo
-



  • [SM-Commit] GIT changes to master grimoire by David Brown (0725ca63f50b02990d137b8eb29109ef03e23897), David Brown, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page