| 1 |
# This file contains architecture specific variables for
|
| 2 |
# the 'i386' architecture
|
| 3 |
# It is sourced by the build scripts
|
| 4 |
|
| 5 |
archspec="i386;x86;not-s390;not-m68k;not-powerpc;not-alpha"
|
| 6 |
kernelversion="2.6.16"
|
| 7 |
arch_listname="boot"
|
| 8 |
# These two options should be set if condition 'smp' is set below
|
| 9 |
smp_config_section="Processor type and features"
|
| 10 |
smp_config_option="Symmetric multi-processing support"
|
| 11 |
|
| 12 |
# Options below are assembled into one variable 'condition'
|
| 13 |
# in the build scripts
|
| 14 |
kernelpackage="common-kpkg"
|
| 15 |
fdisk="fdisk.txt;cfdisk.txt"
|
| 16 |
network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
|
| 17 |
boot="supports-floppy-boot;bootable-disk;bootable-usb"
|
| 18 |
other="supports-pcmcia;supports-serial-console;rescue-needs-root-disk"
|
| 19 |
smp="smp-alternatives"
|
| 20 |
goodies="supports-lang-chooser"
|
| 21 |
status="checked"
|