diff options
author | Frans Pop <elendil@planet.nl> | 2006-03-08 00:50:39 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-03-08 00:50:39 +0000 |
commit | a98a30da95a6435aed556f5003b00d9bf97e9630 (patch) | |
tree | 63e6944b40351fbadfcbfa2a8db66cf4477242a2 /build/arch-options/i386 | |
parent | a38c3920e0b6e3ee8c2654fc4a864d5889660785 (diff) | |
download | installation-guide-a98a30da95a6435aed556f5003b00d9bf97e9630.zip |
- Add listname entity because it is not the same as the arch name for all arches
- Update kernel versions
Diffstat (limited to 'build/arch-options/i386')
-rw-r--r-- | build/arch-options/i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/arch-options/i386 b/build/arch-options/i386 index 177d8fd6b..525bb3fa1 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -3,7 +3,8 @@ # It is sourced by the build scripts archspec="i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.14" +kernelversion="2.6.15" +arch_listname="devel" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" smp_config_option="Symmetric multi-processing support" |