| 1 |
# This file contains architecture specific variables for
|
| 2 |
# the 'alpha' architecture
|
| 3 |
# It is sourced by the build scripts
|
| 4 |
|
| 5 |
archspec="alpha;not-i386;not-s390;not-m68k;not-powerpc"
|
| 6 |
kernelversion="2.4.27"
|
| 7 |
|
| 8 |
# Options below are assembled into one variable 'condition'
|
| 9 |
# in the build scripts
|
| 10 |
fdisk="fdisk.txt;cfdisk.txt"
|
| 11 |
network="supports-tftp;supports-nfsroot"
|
| 12 |
boot=""
|
| 13 |
other="supports-serial-console;rescue-needs-root-disk"
|
| 14 |
smp="supports-smp"
|
| 15 |
goodies=""
|
| 16 |
status="checked"
|