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

Justin Boffemmyer scm at sourcemage.org
Wed Oct 8 12:35:00 EDT 2008


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
 



More information about the SM-Commit mailing list