Your message dated Mon, 27 Oct 2008 18:02:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486907: fixed in debian-installer 20081027
has caused the Debian Bug report #486907,
regarding pass default_desktop parameter to win32-loader
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
486907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486907
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debian-installer
Severity: wishlist
Tags: patch
Please make desktop selection in win32-loader explicit by passing it the
default_desktop parameter. Attached patch doesn't change current behaviour,
but has two advantages:
- Makes it obvious what change would be required for win32-loader to
default to kde or xfce.
- Makes it easier to do that change via sed invocation (line mangling
instead of insertion).
With this change, win32-loader can be fixed on Xfce or KDE CDs with less
hassle.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Index: config/x86.cfg
===================================================================
--- config/x86.cfg (revision 53653)
+++ config/x86.cfg (working copy)
@@ -98,6 +98,7 @@
\
(echo -en "[installer]\n"; \
echo -en "arch=$(ARCH)\n"; \
+ echo -en "default_desktop=gnome\n"; \
if [ -n "$(INITRD_GTK)" ]; then \
echo -en
"$(ARCH)/linux=linux\n$(ARCH)/initrd=initrd.gz\n"; \
echo -en
"$(ARCH)/gtk/linux=linux\n$(ARCH)/gtk/initrd=initrdg.gz\n"; \
@@ -172,6 +173,7 @@
# win32-loader.ini
(echo -en "[installer]\n"; \
echo -en "arch=$(ARCH)\n"; \
+ echo -en "default_desktop=gnome\n"; \
if [ -n "$(INITRD_GTK)" ]; then \
echo -en
"$(ARCH)/linux=install/vmlinuz\n$(ARCH)/initrd=install/initrd.gz\n"; \
echo -en
"$(ARCH)/gtk/linux=install/vmlinuz\n$(ARCH)/gtk/initrd=install/gtk/initrd.gz\n";
\
@@ -227,6 +229,7 @@
# win32-loader.ini
(echo -en "[installer]\n"; \
echo -en "arch=$(ARCH)\n"; \
+ echo -en "default_desktop=gnome\n"; \
if [ "$(TYPE)" = "netboot/gtk" ]; then \
echo -en "user_interface=graphical\n"; \
echo -en
"$(ARCH)/gtk/linux=linux\n$(ARCH)/gtk/initrd=initrd.gz\n"; \
--- End Message ---
--- Begin Message ---
Source: debian-installer
Source-Version: 20081027
We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive:
debian-installer-images_20081027_amd64.tar.gz byhand
debian-installer_20081027.dsc
to pool/main/d/debian-installer/debian-installer_20081027.dsc
debian-installer_20081027.tar.gz
to pool/main/d/debian-installer/debian-installer_20081027.tar.gz
debian-installer_20081027_amd64.deb
to pool/main/d/debian-installer/debian-installer_20081027_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated debian-installer
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 27 Oct 2008 08:52:06 -0200
Source: debian-installer
Binary: debian-installer
Architecture: source amd64
Version: 20081027
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description:
debian-installer - Debian installer
Closes: 486907 498568 500464
Changes:
debian-installer (20081027) unstable; urgency=low
.
[ Frans Pop ]
* Test that a mirror supports the target suite before it's added to
sources.list.udeb. Should fix build failures on lxdebian for s390,
which includes an incomplete mirror in its /etc/apt/sources.list.
* config/s390.cfg: avoid loading partman-auto during anna as guided
partitioning is not very useful for DASDs.
* Include isofs-modules in hd-media images now that the isofs module has
been split out of the ide-modules udeb (kernels >=2.6.25).
.
[ Martin Michlmayr ]
* nslu2: Make sure the whole ramdisk partition is padded now that
APEX tells the kernel to look at the whole partition.
* Remove delo from Build-Depends since DECstations are no longer
supported.
* Move arm, armel, mips and mipsel to 2.6.25.
* Enable the netwinder image again.
* Add images for QNAP TS-109, TS-209 and TS-409.
* Add an image for the HP Media Vault mv2120.
* Add an image for the Buffalo Kurobox Pro. Patch from Per Andersson
as part of his Google Summer of Code project.
* Move arm, armel and mipsel to 2.6.26.
* Move mips to 2.6.26.
* Add a README to the arm images saying that the arm port is not
recommended for new installations.
.
[ Joey Hess ]
* Use menu default64 support added to syslinux 2:3.63+dfsg-2 to
automatically select the amd64 installation option on multiarch images.
.
[ Colin Watson ]
* Test OMIT_WIN32_LOADER in arch_cd_info_dir and arch_miniiso targets as
well as arch_boot.
.
[ Joey Hess ]
* mountfloppy renamed to mountmedia
* floppy-retriever renamed to media-retriever
* Add usb-storage-modules to all netboot images that use mountmedia.
This will allow loading NIC drivers/firmware from a USB stick.
.
[ Otavio Salvador ]
* Include firewire-core-modules on cdrom images (i386 and amd64) to allow
usage of firewire dockstations (as found on some VAIO laptops). See
#488267 for reference.
* Move alpha, amd64, i386 and powerpc to 2.6.25.
.
[ Frans Pop ]
* Add ext2-modules for i386 boot floppy as ext2 is no longer built in.
* Move hppa, ia64 and sparc to 2.6.25.
* Add 3 characters that are directly accessible from Dutch and British
keyboards to needed-characters/nl.utf.
.
[ Ian Campbell ]
* Add i386 netboot-xen flavour using PAE enabled kernel compatible with PAE
and 64 bit hypervisors.
.
[ Robert Millan ]
* config/x86.cfg: Make desktop selection explicit in win32-loader.ini.
Closes: #486907.
.
[ Joey Hess ]
* Disable upx for all images due to bug #490149.
* Version newt build dependencies to ensure that buggy old versions are not
used.
.
[ Jérémy Bobbio ]
* Add cdebconf-gtk-terminal to graphical images.
* Move powerpc kernel to 2.6.26.
* Add virtio-modules to amd64 and i386 netboot images.
.
[ Otavio Salvador ]
* Move alpha, amd64, i386, ia64, hppa and sparc to 2.6.26.
.
[ Samuel Thibault ]
* Optionally add a beep to the x86 syslinux menu, controlled by
BOOTMENU_BEEP.
This is enabled by default only for release builds.
.
[ Bastian Blank ]
* Move s390 to 2.6.26-1.
.
[ Stephen R. Marenka ]
* Move m68k to 2.6.26-1.
* Add modules to cdrom.
* Rename atari bootstra.prg to bootstra.tos.
.
[ Frans Pop ]
* Apply patch from Samuel Thibault to add Speakup accessibility support to
Graphical Installer images for i386 and amd64.
* Rename syslinux config files (ad)amd.cfg to (ad)amdtext.cfg for
consistency.
* Drop languages that require a graphical installer for all arm and armel
images to reduce image size.
* x86: set correct default entries in the isolinux config for booting the
installer from the help screens. Closes: #500464.
* x86: add support for installing to and loading drivers/firmware from
MMC/SD cards. Closes: #498568.
Checksums-Sha1:
800a50e14a501dabe082b7c1ae51ba842806583f 2419 debian-installer_20081027.dsc
5655393db44702b851d75cd3918a241bab701b97 2608543
debian-installer_20081027.tar.gz
113a028ae7f0b455be168c50922f1a28f5df3c38 1500098
debian-installer_20081027_amd64.deb
102a6b31c178f583d530f6f8566e413b354def6a 136410581
debian-installer-images_20081027_amd64.tar.gz
Checksums-Sha256:
5f782379bb4f94b26570bc7888ff4a46e8c2189006d1b38e071c6f624ef25f27 2419
debian-installer_20081027.dsc
6e5d778c59d0480e00d68d6a286f3892bd7d067d4fdecf68db401ba6885808c9 2608543
debian-installer_20081027.tar.gz
08fc1db0d3839359c74adf3db1a22b9fa89b553836b13beb827c625e9e3446fd 1500098
debian-installer_20081027_amd64.deb
7a56b6da685da9f7ebd8dccc1f7300cc05d67446514911966cef3eeee176e261 136410581
debian-installer-images_20081027_amd64.tar.gz
Files:
75e308e542639e3fa0928f6aafed0f01 2419 devel optional
debian-installer_20081027.dsc
b9ea2667ca02d32c6e58a3da854d3fa2 2608543 devel optional
debian-installer_20081027.tar.gz
2ad37412ec351b317e30dc73429b2c29 1500098 devel optional
debian-installer_20081027_amd64.deb
4b642f0ed156234e6f38720934f8e10d 136410581 raw-installer -
debian-installer-images_20081027_amd64.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkF8QsACgkQLqiZQEml+FXlNACfa3H+Y4OkRIIgn81lE23VseIs
1GUAn03XZA/ZDPzHTO4A7TtP3RtaJdWM
=NoHb
-----END PGP SIGNATURE-----
--- End Message ---