git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@568
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# 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
#!/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.
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"