This is genkernel 3.4.9_pre11 for testing.
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 3 Dec 2007 23:18:32 +0000 (23:18 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 3 Dec 2007 23:18:32 +0000 (23:18 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@568 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
genkernel

index b4281dbb26095619f7778e66151b3edb62096c02..b27aa1338ef1b068b1f09971fb95af9ffdbfad5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
+  This is genkernel 3.4.9_pre11 for testing.
+
   29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
   gen_initrd.sh:
   s/elsif/elif/ because I use too many languages and random bash tutorials
index 3f1e6f624405df9070f85afcb4f0e57bc4cd1f6e..c37c6af6d61bd65c58634ce6f66a65ab40b16115 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 PATH="/bin:/usr/bin:/sbin:/usr/sbin"
-GK_V='3.4.9_pre10'
+GK_V='3.4.9_pre11'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.
@@ -32,6 +32,7 @@ esac
 
 source ${CMD_GK_CONFIG:-/etc/genkernel.conf} || small_die "Could not read /etc/genkernel.conf"
 
+# Start sourcing other scripts
 source ${GK_SHARE}/gen_funcs.sh || small_die "Could not read ${GK_SHARE}/gen_funcs.sh"
 source ${GK_SHARE}/gen_cmdline.sh || gen_die "Could not read ${GK_SHARE}/gen_cmdline.sh"
 source ${GK_SHARE}/gen_arch.sh || gen_die "Could not read ${GK_SHARE}/gen_arch.sh"