[ubuntu/jaunty] rootskel 1.69ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Nov 4 21:02:14 GMT 2008


rootskel (1.69ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Provide the ability to choose a remote logging host and port if
      specified on the kernel command line.
    - init: Add support for disabling the shells on tty2 and tty3 by
      specifying a 'noshell' option on the kernel cmdline. Useful for
      unattended installations in a public place.

rootskel (1.69) unstable; urgency=low

  [ Frans Pop ]
  * reopen-console: ignore consoles found in boot messages for which no
    device file exists. Closes: #499030.

rootskel (1.68) unstable; urgency=low

  [ Martin Michlmayr ]
  * Load required udebs for the NSLU2 automatically (partman-auto,
    partman-ext3 and usb-storage-modules).   (Closes: #498795)
  * Load required udebs for the Cobalt automatically (partman-auto,
    partman-ext2r0 and partman-ext3).
  * Remove S40framebuffer-module-linux-mips since framebuffer on
    SB1 machines never worked.
  * Move S59cobalt-welcome from cobalt-scripts to rootskel since
    cobalt-scripts only contains this single script.

  [ Jérémy Bobbio ]
  * reopen-console: Save the console device found from kernel messages in
    /var/run/console-device as it is possible that those would be unavailable
    later on.
  * Move back the switch from /dev/console to the real console device in
    /etc/inittab as doing it before calling init does not really work.

rootskel (1.67) unstable; urgency=low

  [ Martin Michlmayr ]
  * Update the initrd init to use start-udev/reopen-console.

rootskel (1.66) unstable; urgency=low

  [ Jérémy Bobbio ]
  * Start udev before running init.
    Depends: udev-udeb (>= 0.125-6)
  * Rework the switch from /dev/console to the real console device
    (e.g. /dev/tty0).  (Closes: #484366)
    Breaks: cdebconf-gtk-udeb (<< 0.134)

rootskel (1.65) unstable; urgency=low

  [ Colin Watson ]
  * Add debian-installer/exit/poweroff to run poweroff rather than reboot or
    halt at the end of the installation. Requested by Crispin Flowerday.

  [ Martin Michlmayr ]
  * Only set DEBCONF_DROP_TRANSLATIONS=1 if it is not set yet.  This
    allows others (e.g. oldsys-preseed) to set the variable to 0 before
    S70menu is run.

rootskel (1.64) unstable; urgency=low

  [ Samuel Thibault ]
  * Add basic support for speakup (voice synthesis for accessibility).

  [ Martin Michlmayr ]
  * Add a startup script to change the LED on the HP mv2120 to indicate
    the status of d-i.

  [ Frams Pop ]
  * Stop the udev daemon before unmounting file systems when D-I is shut down.
    Not doing so results in errors with udev 0.124. Closes: #490924.

rootskel (1.63) unstable; urgency=low

  [ Joey Hess ]
  * Rename toplevel /floppy mountpoint to /media, as used by the newly
    renamed mountmedia.

  [ Frans Pop ]
  * Apply patch from Samuel Thibault to also expose the theme to the text
    frontend. Closes: #488493.

Date: Mon, 03 Nov 2008 12:24:43 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/rootskel/1.69ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 03 Nov 2008 12:24:43 +0000
Source: rootskel
Binary: rootskel rootskel-bootfloppy
Architecture: source
Version: 1.69ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 rootskel   - Skeleton root filesystem used by debian-installer (udeb)
 rootskel-bootfloppy - Skeleton root filesystem used by debian-installer boot floppy (udeb)
Closes: 484366 488493 490924 498795 499030
Changes: 
 rootskel (1.69ubuntu1) jaunty; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - Provide the ability to choose a remote logging host and port if
       specified on the kernel command line.
     - init: Add support for disabling the shells on tty2 and tty3 by
       specifying a 'noshell' option on the kernel cmdline. Useful for
       unattended installations in a public place.
 .
 rootskel (1.69) unstable; urgency=low
 .
   [ Frans Pop ]
   * reopen-console: ignore consoles found in boot messages for which no
     device file exists. Closes: #499030.
 .
 rootskel (1.68) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * Load required udebs for the NSLU2 automatically (partman-auto,
     partman-ext3 and usb-storage-modules).   (Closes: #498795)
   * Load required udebs for the Cobalt automatically (partman-auto,
     partman-ext2r0 and partman-ext3).
   * Remove S40framebuffer-module-linux-mips since framebuffer on
     SB1 machines never worked.
   * Move S59cobalt-welcome from cobalt-scripts to rootskel since
     cobalt-scripts only contains this single script.
 .
   [ Jérémy Bobbio ]
   * reopen-console: Save the console device found from kernel messages in
     /var/run/console-device as it is possible that those would be unavailable
     later on.
   * Move back the switch from /dev/console to the real console device in
     /etc/inittab as doing it before calling init does not really work.
 .
 rootskel (1.67) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * Update the initrd init to use start-udev/reopen-console.
 .
 rootskel (1.66) unstable; urgency=low
 .
   [ Jérémy Bobbio ]
   * Start udev before running init.
     Depends: udev-udeb (>= 0.125-6)
   * Rework the switch from /dev/console to the real console device
     (e.g. /dev/tty0).  (Closes: #484366)
     Breaks: cdebconf-gtk-udeb (<< 0.134)
 .
 rootskel (1.65) unstable; urgency=low
 .
   [ Colin Watson ]
   * Add debian-installer/exit/poweroff to run poweroff rather than reboot or
     halt at the end of the installation. Requested by Crispin Flowerday.
 .
   [ Martin Michlmayr ]
   * Only set DEBCONF_DROP_TRANSLATIONS=1 if it is not set yet.  This
     allows others (e.g. oldsys-preseed) to set the variable to 0 before
     S70menu is run.
 .
 rootskel (1.64) unstable; urgency=low
 .
   [ Samuel Thibault ]
   * Add basic support for speakup (voice synthesis for accessibility).
 .
   [ Martin Michlmayr ]
   * Add a startup script to change the LED on the HP mv2120 to indicate
     the status of d-i.
 .
   [ Frams Pop ]
   * Stop the udev daemon before unmounting file systems when D-I is shut down.
     Not doing so results in errors with udev 0.124. Closes: #490924.
 .
 rootskel (1.63) unstable; urgency=low
 .
   [ Joey Hess ]
   * Rename toplevel /floppy mountpoint to /media, as used by the newly
     renamed mountmedia.
 .
   [ Frans Pop ]
   * Apply patch from Samuel Thibault to also expose the theme to the text
     frontend. Closes: #488493.
Checksums-Sha1: 
 1084c56bb3a53e54f64e15954ed7786466996b5e 1109 rootskel_1.69ubuntu1.dsc
 83afa34485a94560bcee8352aaea923ea842297f 31163 rootskel_1.69ubuntu1.tar.gz
Checksums-Sha256: 
 d80bbb2975001ae5f7295ee66d83ee105331ef948c29758b8209c27db2aa1007 1109 rootskel_1.69ubuntu1.dsc
 9680a2c04646957d3f444d2375c9c35d10ea7dcbbd098af21a5e8b5972e998fd 31163 rootskel_1.69ubuntu1.tar.gz
Files: 
 b0c79a3b3a32c78a0c36bab9c1c529a1 1109 debian-installer standard rootskel_1.69ubuntu1.dsc
 7da248ff07664429b22cae385483ea90 31163 debian-installer standard rootskel_1.69ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iD8DBQFJDu5H9t0zAhD6TNERArFdAJ9+1xuXcNmrCetCueLqfQSL9Tr22wCfdsSZ
Lebq4Y6hZLRNHYxgLp9E49g=
=HzPD
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list