diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-14 00:40:15 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-14 00:40:15 +0000 |
commit | c205eaa040c2c4496badb85a67727b01977a6b78 (patch) | |
tree | 033bffa5acd78e8c11edcd11eb95260d3b36e9f5 /genkernel | |
parent | Stick CONFIG_INITRAMFS_ROOT_GID in the .config, too (diff) | |
download | genkernel-c205eaa040c2c4496badb85a67727b01977a6b78.tar.gz genkernel-c205eaa040c2c4496badb85a67727b01977a6b78.tar.bz2 genkernel-c205eaa040c2c4496badb85a67727b01977a6b78.zip |
Clean up the modules_load files and add qla2xxx. This is genkernel 3.4.10_pre6 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@652 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'genkernel')
-rwxr-xr-x | genkernel | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.10_pre5' +GK_V='3.4.10_pre6' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. |