| 2 |
# the 'i386' architecture |
# the 'i386' architecture |
| 3 |
# It is sourced by the build scripts |
# It is sourced by the build scripts |
| 4 |
|
|
| 5 |
archspec="i386;not-s390;not-m68k;not-powerpc;not-alpha" |
archspec="i386;x86;not-s390;not-powerpc;not-alpha" |
| 6 |
kernelversion="2.6.14" |
arch_listname="boot" |
| 7 |
|
minimum_memory=44 |
| 8 |
|
minimum_memory_gtk=96 |
| 9 |
# These two options should be set if condition 'smp' is set below |
# These two options should be set if condition 'smp' is set below |
| 10 |
smp_config_section="Processor type and features" |
smp_config_section="Processor type and features" |
| 11 |
smp_config_option="Symmetric multi-processing support" |
smp_config_option="Symmetric multi-processing support" |
| 12 |
|
|
| 13 |
# Options below are assembled into one variable 'condition' |
# Options below are assembled into one variable 'condition' |
| 14 |
# in the build scripts |
# in the build scripts |
|
kernelpackage="common-kpkg" |
|
| 15 |
fdisk="fdisk.txt;cfdisk.txt" |
fdisk="fdisk.txt;cfdisk.txt" |
| 16 |
network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot" |
network="supports-tftp;supports-bootp;supports-nfsroot" |
| 17 |
boot="supports-floppy-boot;bootable-disk;bootable-usb" |
# For Lenny i386 does not have floppy images |
| 18 |
other="supports-pcmcia;supports-serial-console;rescue-needs-root-disk;workaround-bug-99926" |
#boot="supports-floppy-boot;bootable-disk;bootable-usb" |
| 19 |
smp="supports-smp-sometimes" |
boot="bootable-disk;bootable-usb" |
| 20 |
|
frontend="newt;gtk" |
| 21 |
|
other="supports-wireless;supports-pcmcia;supports-serial-console" |
| 22 |
|
smp="smp-alternatives" |
| 23 |
goodies="supports-lang-chooser" |
goodies="supports-lang-chooser" |
| 24 |
status="checked" |
status="checked" |