~ubuntu-core-dev/debian-installer/xenial-proposed

« back to all changes in this revision

Viewing changes to doc/devel/anna-install.txt

  • Committer: Colin Watson
  • Date: 2007-11-28 18:32:20 UTC
  • mfrom: (664.2.2667)
  • Revision ID: cjwatson@canonical.com-20071128183220-ilixcc1n5fw1m2t6
Tags: 20061102ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Ubuntu branding of various kinds.
  - Use Ubuntu kernels. Various tweaks for different udeb splits.
  - Fetch distribution name and version number from lsb_release.
  - Use the full version number in image directories.
  - Build-depend on belocs-locales-bin.
  - Various boot screen text adjustments.
  - Add server boot options.
  - Add memtest boot option.
  - Add live CD boot screens.
  - Adjust memory size recommendations.
  - Document pci=noacpi.
  - Add translatable boot screen text for gfxboot.
  - Use ubuntu-keyring-udeb (and gpgv-udeb) instead of the Debian archive
    keyring.
  - Switch all images to initramfs.
  - Add netboot images suitable for USB memory sticks.
  - Remove floppy support, since it never used to work with 2.6. (This may
    be fixed in the future.)
  - Disable gtk frontend.
  - Add kickseed-common and initrd-kickseed to all images containing
    preseed-common and initrd-preseed.
  - Add nfs-modules to all netboot images except powerpc, for Kickstart.
  - kbd-chooser -> console-setup.
  - Include keymap decision tree in all.utf.
  - Replace cdebconf-newt-entropy with cdebconf-newt-detect-keys in
    EXTRAUDEBS.
  - Add bootchart-udeb to all images.
  - Add grepmap-udeb to all images.
  - Add hdparm-udeb to cdrom images.
  - Add nic-firmware to netboot images.
  - Ship elilo configuration on i386 for Intel-based Macs.
  - Use mkvmlinuz'\''s fallback object files on powerpc rather than relying
    on the kernel'\''s.
  - Remove sparc32.
  - Use ${RAMDISK_SIZE} in sparc'\''s silo.conf rather than a hardcoded size.
  - Add input-modules to the sparc netboot image.
* Set default suite to feisty.
* Fix server option to preseed "tasks=standard" instead of
  "pkgsel/install-pattern=~t^ubuntu-standard$".
* Move to 2.6.19-7 kernels. Handle various module udeb changes:
  ide-core-modules, loop-modules, scsi-core-modules, usb-storage-modules
  -> storage-core-modules; lots of filesystem modules -> fs-core-modules,
  fs-secondary-modules.
* Remove auto-install/ai-choosers targets, at least for now.
* Make nic-firmware optional, since it seems to have gone AWOL (filed
  #73896).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
----- Forwarded message from Joey Hess <joeyh@debian.org> -----
 
2
 
 
3
From: Joey Hess <joeyh@debian.org>
 
4
To: debian-boot@lists.debian.org
 
5
Subject: Re: r41007 - in trunk/packages/partman/partman-crypto: . debian
 
6
Date: Fri, 29 Sep 2006 11:39:41 -0400
 
7
User-Agent: Mutt/1.5.13 (2006-08-11)
 
8
 
 
9
David H�rdeman wrote:
 
10
> On a related note, Max indicated that it seems that anna-install *does*
 
11
> return an error if it fails to install dependencies, so it seems that most
 
12
> of the fixes that I committed to partman-crypto (except calling depmod)
 
13
> are redundant anyway?
 
14
 
 
15
anna-install returns:
 
16
 
 
17
0 if a package was installed successfully
 
18
0 if anna is not yet configured with a udeb source and the package
 
19
  installation was queued for later
 
20
0 if no package was installed (ie, package already installed)
 
21
1 if anna is configured with a udeb source but the requested udeb is not
 
22
  available there
 
23
10 if the Packages file download failed
 
24
5 if some memory allocations fail
 
25
6 or 7 if a retreiver fails to retreive a package and its internal error
 
26
  handler also fails to handle the error
 
27
8 if the package fails to unpack or configure
 
28
 
 
29
HTH
 
30
 
 
31
--
 
32
see shy jo
 
33
 
 
34
 
 
35
 
 
36
----- End forwarded message -----