diff options
author | Frans Pop <elendil@planet.nl> | 2006-03-08 01:00:01 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-03-08 01:00:01 +0000 |
commit | ae09778cc06b3a2e43ea3abab9b35ee291c32b50 (patch) | |
tree | 04ddd78fdb0c5b5c1e4478435c0ebea070cce736 /build/arch-options | |
parent | 9e75151b05254545e3f5b5e27de04b63f21768f3 (diff) | |
download | installation-guide-ae09778cc06b3a2e43ea3abab9b35ee291c32b50.zip |
Better set d-boot as default although the variable is not actually used for i386
Diffstat (limited to 'build/arch-options')
-rw-r--r-- | build/arch-options/i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/i386 b/build/arch-options/i386 index 525bb3fa1..5d69b57b0 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -4,7 +4,7 @@ archspec="i386;not-s390;not-m68k;not-powerpc;not-alpha" kernelversion="2.6.15" -arch_listname="devel" +arch_listname="boot" # 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" |