debian-installer 20061102ubuntu1 source package in Ubuntu

Changelog

debian-installer (20061102ubuntu1) feisty; urgency=low

  * 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).

debian-installer (20061102) unstable; urgency=low

  [ Joey Hess ]
  * Increased hardcoded ramdisk_size in aboot.conf to 20 mb, 16 mb is just
    barely too small with current images.

  [ Martin Michlmayr ]
  * Add input-modules to the ixp4xx initrd.

  [ Frans Pop ]
  * Fix the generation of MANIFEST.udebs for extra floppy images.
  * Add boot option "auto" for i386, amd64, powerpc and sparc to support the
    new auto-install functionality.

debian-installer (20061022) unstable; urgency=low

  [ Joey Hess ]
  * Remove some leftover 2.4+2.6 support in the ia64 configs.
  * Make amd64 consitently use initramfs images.
  * Drop 2.4 support for i386.
  * Merge most differences between i386 and amd64 configs. Only remaining
    difference is that floppy support is still desirable (though not
    present) for i386.
  * Build gtk isolinux initrd as part of the build process for the
    regular isolinux image, so that it will be included properly in the
    isolinux files.
  * Switch i386 to 2.6.17-2.
  * Remove root=/dev/ram from syslinux configs, turns out not to be needed for
    the kernel to find initramfs.
  * Remove ramdisk_size= and "rw" settings, also not needed.
  * Which means that ramdisk-size-subst is not needed for x86; removed
    calls to it.

  [ Martin Michlmayr ]
  * Switch arm to 2.6.17-2.
  * Clean-up arm config now that 2.4 is gone.
  * Use mknettrom from the nwutil package instead of our own local copy.
  * Add images for iop32x with support for GLAN Tank.
  * Add images for ixp4xx.
  * Switch mips to 2.6.17-2.
  * Switch mipsel to 2.6.17-2.

  [ Frans Pop ]
  * Switch hppa and sparc to 2.6.17-2.
  * Switch s390 to 2.6.17-2 and re-enable the tape target.

  [ Joey Hess ]
  * Remove pcmcia kernel modules from ads cf image; provided by monolithic
    kernels.

  [ Wouter Verhelst ]
  * Nuke 2.2/2.4 for m68k.

  [ Stephen R. Marenka ]
  * Nuke non-rc subarchs for m68k.

  [ Joey Hess ]
  * Fix ads image builds, need to turn off globally set KERNELVERSION.
  * Remove leftover stuff for speakup/access floppy images.

  [ Frans Pop ]
  * Clean up pkg-lists for removal of 2.2/2.4 support.

  [ Dann Frazier ]
  * Switch IA64 to 2.6.17-2.

  [ Otavio Salvador ]
  * Fix gtk isolinux.cfg building.

  [ Kurt Roeckx ]
  * Siwtch amd64 to 2.6.17-2.

  [ Joey Hess ]
  * Switch alpha to 2.6.17-2 to keep it building. (Untested by me.)

  [ Colin Watson ]
  * Use pcmciautils on mips/mipsel monolithic 2.6 builds.

  [ Sven Luther ]
  * Get rid of cdrom64/netboot64/gtk-miniiso64 for the powerpc64
    subarchitecture (closes: #385145).
  * Switch powerpc 2.6 images to initramfs (closes: #385175).

  [ Joey Hess ]
  * Switch KERNELMAJOR to 2.6 for ads images, since that the most likely
    kernel used.
  * Include pcmciautils on ads cf image, but keep pcmcia-cs on there too, on
    the off chance that a 2.4 kernel is used with it.
  * Add X_INSTALLATION_MEDIUM to lsb-release file.

  [ Colin Watson ]
  * Switch powerpc to 2.6.17-2. Closes: #385164

  [ Frans Pop ]
  * Switch to using initramfs for sparc (except for floppy images); remove no
    longer needed boot parameters from silo.conf.
  * Switch to using initramfs for hppa; remove no longer needed palo
    parameters.

  [ Wouter Verhelst ]
  * Don't build powerpc floppy targets in the "regular" builds; they're of no
    use there except to confuse the user. Which is not useful at all.
    Closes: #323182, #315308

  [ Martin Michlmayr ]
  * Add a firmware image for Linksys NSLU2 for the new ixp4xx flavour.
  * Put oldsys-preseed on the iop32x image.

  [ Frans Pop ]
  * Add support for ppc64 based on patch from Andreas Jochens. Closes: #382628.
  * Switch default INITRD_FS to initramfs; configs for individual
    architectures modified so there are no actual changes.
  * Add sata-modules for cdrom images on alpha.

  [ Sylvain Ferriol ]
  * Add support for 2.6 based floppy installation for i386.

debian-installer (20060806) unstable; urgency=low

  * Add ttf-bpg-georgian fonts for graphical installer.
  * As that was the last missing font udeb, remove support for including
    fontfiles from tarballs.
  * Remove 2.4 images for sparc.
  * Update arches in build depends for module-init-tools and modutils.

debian-installer (20060726.1) unstable; urgency=low

  * pkg-lists/exclude: update to libnewt0.52.
  * Add build dependency on wget for arches that support the graphical
    installer; this is needed while we still have font tarballs.

debian-installer (20060726) unstable; urgency=low

  [ Martin Michlmayr ]
  * Make sure the Netwinder image doesn't exceed NeTTrom's size limit.
    Closes: #345319.
  * Include essential kernel modules on the Netwinder cdrom initrd.
  * Fix a typo in the Cobalt preseed file.
  * Rename sb1-swarm-bn to sb1-bcm91250a for consistency.
  * Add 2.6 images on mips and mipel.
  * Add support for the Broadcom BCM91480B evaluation board (aka "BigSur").
  * Add support for the SGI O2 (IP32) machines (with R5000 CPU).
  * Put beep-udeb on the NSLU2 initrd so we can notify people when SSH is
    ready.
  * Switch to 2.6.16 kernel on arm.
  * Put the input-modules udeb on the NSLU2 image so the beeper will work.
  * Remove (incomplete) LART and BAST support.
  * Remove 2.4 images on arm.

  [ Joey Hess ]
  * Split off PRESEED_SUITE from PRESEED, use this for the suite setting
    for development builds, and no longer unset PRESEED for release builds.
    Should fix cobalt issues.
  * Audited the x86 kernel parameter docs in the boot screens vs the 2.6.15
    kernel. Removed documentation for parameters that are not listed in the
    kernel's kernel-parameters.txt, and to a certian extent read the source
    to find places where kernel-parameters.txt is wrong, and removed those
    too. It's probably better to not document things than to document them
    incorrectly.
  * Modified kernel parameter docs to use the module.param=value syntax
    for all parameters that are owned by a loadable kernel module. The old
    param=value at the boot line won't work, since d-i doesn't pass kernel
    command line to modules. The new syntax requires rootskel 1.30 to work.
    (Not sure what module(s) own hd=, didn't change it yet.)
  * Remove docs for how to disable gdth, which harks back to a non-modular
    kernel.

  [ Christian Perrier ]
  * Rename Punjabi related files from pa_IN to pa.
  * Add the list of needed characters for Northern Sami
  * Add the list of needed characters for Thai

  [ Frans Pop ]
  * Remove no longer used graphical characters from graphic.utf (formerly used
    in partman).
  * Move graphic.utf to needed-characters.
  * Rename all needed-character files to *.utf to simplify Makefile.
  * Remove 2.6 references from hppa config as 2.6 is now default; keep
    EXTRANAME=2.6/ for now in order to not break debian-cd.

  [ Joey Hess ]
  * Remove build dep on libdebian-installer4 now that all udeb deps are fixed
  * Update i386 to 2.6.16.
  * Copy library .so links from library-providing udebs into the udeblib
    directory along with the library files, otherwise mklibs doesn't see them.
    (Crossing fingers that this change, which has been tried once before,
    doesn't break something..)
  * Remove build dep on libdebconfclient0 since all relevant udeb deps are
    fixed.
  * Remove libdebconfclient0 from pkg-list/exclude too.
  * Remove build dep on libdiscover1 now that there's a libdiscover1-udeb
    and proper deps. Remove it from pkg-list/exclude too.
  * Correct comment for libbogl-dev build dep.
  * Add mips mipsel arm and armeb to arch list for the module-init-tools build
    dep since they all use 2.6 kernels now.
  * Limit modutils build dep to the arches that still use 2.4 [arm i386 mips
    mipsel powerpc s390 sparc].

  [ Frans Pop ]
  * Update sparc to 2.6.16; re-enable 2.6 for sparc32.
  * kbd-chooser 1.25 will no longer use usb-mac keymaps for 2.6 based
    installations if AT keymaps are defined; therefore, no longer include
    usb-mac keymaps in images using a 2.6 kernel. Not touching pkg-lists files
    for mips(el) sb1-bcm91250a as they currently don't include AT keymaps.

  [ Joey Hess ]
  * Can't find any uses of cdrom-minimal and netboot-minimal, so removing
    those directories from pkg-lists.

  [ Colin Watson ]
  * Update powerpc to 2.6.16.
  * Pass -r $(KERNELVERSION) to mkvmlinuz rather than -r $(KERNELMAJOR), so
    that it can tell the difference between 2.6.16 and earlier releases.
  * Build chrp initrds for powerpc64.
  * Restore usb-discover on 2.6 images; according to Martin-Éric Racine it's
    still needed to load usbhid et al on some systems. Plus, it's tiny.
  * Add support for OS-specific pkg-lists entries: use lines like
    "gnumach-udeb [hurd]".

  [ Joey Hess ]
  * Comment out nano-udeb and save-logs in the access floppy list to try to
    save space.
  * New usb-serial-modules package added to access floppy, although that
    floppy will now be well oversize.
  * Add kfreebsd and some missing hurd stuff to build dependency info.
    Closes: #363661
  * Remove ide stuff from access floppy, fixing its size problem. Don't know
    why ide stuff was ever on there.
  * Remove USB floppy and keychain support from boot floppy as it was out of
    space.

  [ Kyle McMartin ]
  * Update hppa to 2.6.16.

  [ Frans Pop ]
  * Also include libs named *.so.* when calling mklibs. Not including those
    results in missing symbols when building the graphical installer.
    Closes: #366441.

  [ Joey Hess ]
  * Patch from Samuel Thibault to support testing CD-ROM images in qemu.
    Closes: #367068
  * Add documentation for brltty= boot parameter (hope I got it right).
  * Apply Samuel Thibault's patch to add brltty-udeb to the cdrom, netboot,
    nativehd, and hd-media images. Closes: #355851
  * Mark usb-serial-modules added by brltty patch as optional, since they're
    not yet available on all arches.
  * Increase size of the hd-media images from 128 mb to 256 mb to make more
    room for the netinst.
  * Put modutils udebs back on 2.4/2.2 images since new busybox has dropped
    all support for that.
  * Stop building el-torito i386 image, it's too big due to above busybox
    change.
  * i386 floppy is full due to above busybox change, moved half the network
    stuff the the net-drivers floppy, which now must be used for all network
    installs.
  * i386 bootfloppy is broken:
    mount: Couldn't setup loop device
    No idea why. Disabled i386 root and boot floppies. :-(
  * Add EXTRAUDEBS variable which can be used to pull in extra udebs for
    library reduction that are not on boot images.
  * Include cdebconf-newt-entropy in EXTRAUDEBS so that its symbols are in the
    boot images; since it is linked into cdebconf which uses the reduced libc.
  * No more parted build dep; those udeb deps are fixed.

  [ Frans Pop ]
  * Integrate graphical installer. Closes: #228808.

  [ Steve Langasek ]
  * Drop serial-modules from the alpha images, since this package is empty
    now in 2.6.16 apparently due to drivers being built into the kernel

  [ Colin Watson ]
  * Integrate graphical installer on powerpc.

  [ Joey Hess ]
  * Workaround syslinux weirdness on hd-media images; when asked to boot
    2.6/linux, it tries to boot "2.6/l". Rename files out of directories to
    avoid this; the gtk initrd has the unappetizing name "initrdg.gz".
  * Fix amd64 gtk miniiso build.
  * Switch i386 to 2.6.16-2.

  [ Sven luther ]
  * Switch powerpc to 2.6.16-2 and disable non-working powerpc subarches.
    Closes: #373264.

  [ Martin Michlmayr ]
  * Switch mips to 2.6.16-2.
  * Switch arm to 2.6.16-2.
  * Switch mipsel to 2.6.16-2.
  * Add images for RiscPC (rpc).
  * Remove 2.4 images on mips.
  * Add 2.6 images for DECstation.
  * Remove 2.4 images on mipsel.

  [ Frans Pop ]
  * Switch sparc and amd64 to 2.6.16-2.
  * graphic.utf: add arrow characters needed for scrollbar display; remove
    unused/duplicate characters.
  * Remove needed_characters files for "level 4" languages (are not supported
    in newt frontend).
  * Rename needed_characters files for prospective languages so they're not
    included yet.
  * Switch hppa to 2.6.16-2.
  * Switch ia64 to 2.6.16-2.
  * Include USB-MAC keymaps again for powerpc with 2.6 kernels; they've been
    re-enabled in kbd-chooser for that architecture.

  [ Joey Hess ]
  * Switch from using DEBCONF_PRIORITY and sometimes debconf/priority to
    consistently using priority=low to boot to expert mode. Needs preseed
    1.17.
  * Change x86 help screen to document fb=false alias.
  * Remove libtextwrap1 from build deps and pkg-lists/exclude; cdebconf
    now uses the library udeb.

  [ Christian Perrier ]
  * Remove all *.prospective files as all these languages are only used in
    the graphical installer.

  [ Joey Hess ]
  * Remove mountfloppy from netboot/common list, add it to only arches that
    support floppies.
  * Don't include brltty on the netboot image for nslu2 machines,
    which uses network-console. Actually, I removed it from images for arches
    except for alpha, amd64, i386, ia64, and powerpc, since the other netboot
    images seem to lack serial-modules.
  * Remove local copy of slugimage and use the debian package.

  [ Frans Pop ]
  * Disable powerpc/apus as the 2.4 kernels it currently uses were removed
    from the archive.

  [ Colin Watson ]
  * Only try upx compression if UPX is defined; avoids build noise on amd64.

 -- Colin Watson <email address hidden>   Thu, 30 Nov 2006 12:10:47 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Feisty
Original maintainer:
Debian Install System Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
debian-installer_20061102ubuntu1.tar.gz 1.3 MiB c4f753f300f7b4b553ff4b3fb7ef1f4564695822df15c7f00b48ea45708f6a34
debian-installer_20061102ubuntu1.dsc 2.0 KiB 0fb9b23a1f2ce7fa01e745312a89cdb1edff039baee0b669ed7b1b827ae0ca17

View changes file

Binary packages built by this source

debian-installer: No summary available for debian-installer in ubuntu feisty.

No description available for debian-installer in ubuntu feisty.