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

« back to all changes in this revision

Viewing changes to build/arch-options/lpia

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-08-18 08:25:33 UTC
  • Revision ID: james.westby@ubuntu.com-20080818082533-5mxs9mx2mahtx5r3
Tags: 20080520ubuntu2
* Don't recommend passing http://archive.ubuntu.com/ubuntu to debootstrap;
  it can figure out a good default for itself, and that URL is wrong for
  ports architectures (see
  https://answers.launchpad.net/ubuntu/+source/debian-installer/+question/38180).
* Document partman/early_command.
* Build installation-guide-lpia package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file contains architecture specific variables for
 
2
# the 'i386' architecture
 
3
# It is sourced by the build scripts
 
4
 
 
5
archspec="lpia;x86;not-s390;not-m68k;not-powerpc;not-alpha"
 
6
kernelversion="2.6.26"
 
7
arch_listname="lpia"
 
8
minimum_memory=44
 
9
minimum_memory_gtk=96
 
10
# These two options should be set if condition 'smp' is set below
 
11
smp_config_section="Processor type and features"
 
12
smp_config_option="Symmetric multi-processing support"
 
13
 
 
14
# Options below are assembled into one variable 'condition'
 
15
# in the build scripts
 
16
fdisk="fdisk.txt;cfdisk.txt"
 
17
network="supports-tftp;supports-bootp;supports-nfsroot"
 
18
boot="bootable-disk;bootable-usb"
 
19
frontend="newt;not-gtk"
 
20
other="supports-wireless;supports-pcmcia;supports-serial-console"
 
21
smp="smp-alternatives"
 
22
goodies="supports-lang-chooser"