Skip to Content.
Sympa Menu

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

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 (7ff34b6f37facc440afc7cdb71b6de643fb6207d)
  • Date: Mon, 5 Jan 2009 09:03:42 -0600

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

iso/usr/share/doc/smgl.install/steps/compile-kernel | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7ff34b6f37facc440afc7cdb71b6de643fb6207d
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

steps/compile-kernel: missed some versions

Accidentally didn't replace all the hardcoded versions with VERSION.
Fixed now.

diff --git a/iso/usr/share/doc/smgl.install/steps/compile-kernel
b/iso/usr/share/doc/smgl.install/steps/compile-kernel
index cf1864c..d6a0b9c 100644
--- a/iso/usr/share/doc/smgl.install/steps/compile-kernel
+++ b/iso/usr/share/doc/smgl.install/steps/compile-kernel
@@ -13,9 +13,9 @@ manual install (change VERSION to what you have):
 cd /usr/src && tar jxvf linux-VERSION
 ln -sf /usr/src/linux-VERSION /usr/src/linux && cd /usr/src/linux
 make menuconfig && make && make modules_install
- cp -f arch/i386/boot/bzImage /boot/vmlinuz-2.6.22
- cp -f .config /boot/config-2.6.22
- cp -f System.map /boot/System.map-2.6.22
+ cp -f arch/i386/boot/bzImage /boot/vmlinuz-VERSION
+ cp -f .config /boot/config-VERSION
+ cp -f System.map /boot/System.map-VERSION

Exit the chroot:
exit



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (7ff34b6f37facc440afc7cdb71b6de643fb6207d), Justin Boffemmyer, 01/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page