~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to build/arch-options/alpha

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# These two options should be set if condition 'smp' is set below
 
8
smp_config_section="General setup"
 
9
smp_config_option="Symmetric multi-processing support"
 
10
 
 
11
# Options below are assembled into one variable 'condition'
 
12
# in the build scripts
 
13
fdisk="fdisk.txt;cfdisk.txt"
 
14
network="supports-tftp;supports-nfsroot"
 
15
boot=""
 
16
other="supports-serial-console;rescue-needs-root-disk"
 
17
smp="supports-smp"
 
18
goodies=""
 
19
status="checked"