~barry/ubuntu/lucid/update-manager/fix-511628

« back to all changes in this revision

Viewing changes to utils/base-installer-1.102ubuntu1/debian/templates-arch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-10-14 22:28:26 UTC
  • Revision ID: james.westby@ubuntu.com-20091014222826-28rcff8dvof6t63s
Tags: 1:0.126.3
* UpdateManager/UpdateManager.py:
  - refresh "last updated" text periodically to ensure its
    not stale (LP: #450286)
* DistUpgrade/DistUpgradeViewGtk.py:
  - deal with io errors when writing the log (LP: #447693)
* debian/control:
  - add or-dependency to qemu-kvm
* DistUpgrade/DistUpgrade.cfg:
  - add policykit-gnome and gnome-mount to the forced obsoleted
    packages (thanks to seb128) 
* merge translations from rosetta
* DistUpgrade/DistUpgradeQuirks.py:
  - stop docvert-converter when the upgrade starts, otherwise
    OOo will not upgrade at all (LP: #450569)
* pre-build.sh:
  - fix bug in the demoted.cfg generation
  - fixes in cleanup handling
* UpdateManager/backend/__init__.py:
  - honor UPDATE_MANAGER_FORCE_BACKEND_APTDAEMON environment
* DistUpgrade/DistUpgrade.cfg.hardy:
  - updated to include demoted.cfg.hardy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Template: base-installer/kernel/override-image
2
 
Type: string
3
 
Description: always use this kernel image (for preseeding)
4
 
 
5
 
Template: base-installer/kernel/linux/initrd-2.6
6
 
Type: boolean
7
 
Default: true
8
 
Default[mips]: false
9
 
Default[mipsel]: false
10
 
Default[m68k]: false
11
 
Description: for internal use only
12
 
 Use an (initramfs) initrd (linux 2.6 only)
13
 
 
14
 
Template: base-installer/kernel/linux/initramfs-generators
15
 
Type: string
16
 
Default: initramfs-tools yaird
17
 
Default[s390]: initramfs-tools
18
 
# Space separated list of initrd generator packages to use. If you list more
19
 
# than one for an architecture, the user will be asked to select one
20
 
# (depending on priority). The generator listed first will be the default.
21
 
# Note: if you add a new one, don't forget to support it in the postinst.
22
 
Description: for internal use; can be preseeded
23
 
 Package to use to generate initramfs
24
 
 
25
 
Template: base-installer/kernel/linux/initramfs-tools/driver-policy
26
 
Type: string
27
 
Default: most
28
 
Default[armel]: dep
29
 
Description: for internal use
30
 
 Default driver inclusion policy for initramfs-tools
31
 
 
32
 
Template: base-installer/kernel/linux/extra-packages
33
 
Type: string
34
 
Default:
35
 
Description: for internal use; can be preseeded
36
 
 Extra packages to install with init*-tools (linux only)
37
 
 
38
 
Template: base-installer/kernel/linux/extra-packages-2.6
39
 
Type: string
40
 
Default:
41
 
Description: for internal use; can be preseeded
42
 
 Extra packages to install with init*-tools (linux 2.6 only)
43
 
 
44
 
Template: base-installer/kernel/linux/link_in_boot
45
 
Type: boolean
46
 
Default: true
47
 
Default[alpha]: false
48
 
Default[i386]: false
49
 
Default[amd64]: false
50
 
Default[lpia]: false
51
 
Default[ia64]: false
52
 
Default[mips]: false
53
 
Default[mipsel]: false
54
 
Default[m68k]: false
55
 
Default[hppa]: true
56
 
Description: for internal use only
57
 
 Kernel needs a link in /boot/ (linux only)