Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (50e98faca7162f7f9128db21012970a44f1dc9a9)

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 test cauldron by Justin Boffemmyer (50e98faca7162f7f9128db21012970a44f1dc9a9)
  • Date: Wed, 8 Oct 2008 11:35:00 -0500

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

scripts/add-sauce.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 50e98faca7162f7f9128db21012970a44f1dc9a9
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

add-sauce.sh: corrected typo in comment

Fixed a typo in the comment describing the adding of grub files to the
system chroot.

diff --git a/scripts/add-sauce.sh b/scripts/add-sauce.sh
index 708b3bf..b080e82 100755
--- a/scripts/add-sauce.sh
+++ b/scripts/add-sauce.sh
@@ -52,7 +52,7 @@ fi
# System Sauce
if [[ $TYPE == "system" ]]
then
- # make sure that grub the grub files are available in /boot
+ # make sure that the grub stage files are available in /boot
cp -a $CHROOTDIR/usr/lib/grub/i386-pc/* $TEMPDIR/boot/grub/
fi




  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (50e98faca7162f7f9128db21012970a44f1dc9a9), Justin Boffemmyer, 10/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page