~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to build/arch-options/mipsel

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file contains architecture specific variables for
 
2
# the 'mipsel' architecture
 
3
# It is sourced by the build scripts
 
4
 
 
5
archspec="mipsel;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
 
6
kernelversion="2.4.27"
 
7
# These two options should be set if condition 'smp' is set below
 
8
smp_config_section="N/A"
 
9
smp_config_option="N/A"
 
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-dhcp;supports-bootp;supports-nfsroot"
 
15
boot=""
 
16
other="supports-serial-console;rescue-needs-root-disk"
 
17
smp=""
 
18
goodies=""
 
19
status="not-checked"