~ubuntu-branches/ubuntu/lucid/installation-guide/lucid

« back to all changes in this revision

Viewing changes to build/arch-options/lpia

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-03-12 18:22:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100312182207-jpebxpr2jg9b4v4m
Tags: 20081208ubuntu6
* Bump kernelversion to 2.6.32.
* Bump x11ver to 7.5.
* Bump GNOME version to 2.30.
* Bump release version and names for Lucid (LP: #501572).
* Remove comments about automatic installation methods that have been
  removed from Ubuntu (LP: #496554).
* Remove documentation of
  base-installer/kernel/linux/initramfs-generators; setting this to
  anything other than the default will cause the installer to fail
  (LP: #415469).
* Stop building for lpia.

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
 
arch_listname="lpia"
7
 
minimum_memory=44
8
 
minimum_memory_gtk=96
9
 
# These two options should be set if condition 'smp' is set below
10
 
smp_config_section="Processor type and features"
11
 
smp_config_option="Symmetric multi-processing support"
12
 
 
13
 
# Options below are assembled into one variable 'condition'
14
 
# in the build scripts
15
 
fdisk="fdisk.txt;cfdisk.txt"
16
 
network="supports-tftp;supports-bootp;supports-nfsroot"
17
 
boot="bootable-disk;bootable-usb"
18
 
frontend="newt;gtk"
19
 
other="supports-wireless;supports-pcmcia;supports-serial-console"
20
 
smp="smp-alternatives"
21
 
goodies="supports-lang-chooser"