[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#560187: marked as done (live-initramfs: Can't set keyboard option squeeze/sid)



Your message dated Sun, 31 Jan 2010 16:04:33 +0000
with message-id <E1NbcHp-00077u-24@ries.debian.org>
and subject line Bug#560187: fixed in live-initramfs 1.173.1-1
has caused the Debian Bug report #560187,
regarding live-initramfs: Can't set keyboard option squeeze/sid
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 owner@bugs.debian.org
immediately.)


-- 
560187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560187
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-initramfs
Version: 1.157.4-2
Severity: normal
Tags: l10n patch


Keyboard option is not set live-initramfs /etc/default/keyboard.
scripts/live-bottom/19keyboard does not seem to set.


-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-initramfs depends on:
ii  busybox                       1:1.14.2-2 Tiny utilities for small and embed
ii  file                          5.03-4     Determines file type using "magic"
ii  initramfs-tools               0.93.4     tools for generating an initramfs
ii  sudo                          1.7.2p1-1  Provide limited super user privile
ii  udev                          149-1      /dev/ and hotplug management daemo
ii  user-setup                    1.28       Set up initial user and password

Versions of packages live-initramfs recommends:
pn  cryptsetup      <none>                   (no description available)
ii  eject           2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  uuid-runtime    2.16.2-0                 runtime components for the Univers
ii  wget            1.12-1.1                 retrieves files from the web

Versions of packages live-initramfs suggests:
ii  curlftpfs                   0.9.2-1      filesystem to access FTP hosts bas
ii  genext2fs                   1.4.1-2.2    ext2 filesystem generator for embe
pn  httpfs2                     <none>       (no description available)
ii  loop-aes-utils              2.15.1~rc1-2 Tools for mounting and manipulatin
ii  mtd-tools                   20090606-1   dummy package for transition purpo
ii  mtd-utils [mtd-tools]       20090606-1   Memory Technology Device Utilities
ii  squashfs-tools              1:4.0-6      Tool to create and append to squas

-- no debconf information
--- scripts/live-bottom/19keyboard.orig	2009-10-17 15:01:37.000000000 +0900
+++ scripts/live-bottom/19keyboard	2009-12-09 20:50:57.000000000 +0900
@@ -61,17 +61,17 @@
 	csmodel="${KMODEL}"
 fi
 
-if [ -x /root/bin/setupcon ] && [ -f /root/etc/default/console-setup ]
+if [ -x /root/bin/setupcon ] && [ -f /root/etc/default/keyboard ]
 then
 	if [ "${cslayout}" ]
 	then
 		chroot /root sed -i "s/^XKBLAYOUT=.*/XKBLAYOUT=\"${cslayout}\"/" \
-		/etc/default/console-setup
+		/etc/default/keyboard
 
 		if [ "${csvariant}" ]
 		then
 			chroot /root sed -i "s/^XKBVARIANT=.*/XKBVARIANT=\"${csvariant}\"/" \
-			/etc/default/console-setup
+			/etc/default/keyboard
 		else
 			live-preseed /root console-setup/variantcode '' false
 		fi
@@ -79,7 +79,7 @@
 		if [ "${csmodel}" ]
 		then
 			chroot /root sed -i "s/^XKBMODEL=.*/XKBMODEL=\"${csmodel}\"/" \
-			/etc/default/console-setup
+			/etc/default/keyboard
 		else
 			live-preseed /root console-setup/modelcode '' false
 		fi

--- End Message ---
--- Begin Message ---
Source: live-initramfs
Source-Version: 1.173.1-1

We believe that the bug you reported is fixed in the latest version of
live-initramfs, which is due to be installed in the Debian FTP archive:

live-initramfs_1.173.1-1.diff.gz
  to main/l/live-initramfs/live-initramfs_1.173.1-1.diff.gz
live-initramfs_1.173.1-1.dsc
  to main/l/live-initramfs/live-initramfs_1.173.1-1.dsc
live-initramfs_1.173.1-1_all.deb
  to main/l/live-initramfs/live-initramfs_1.173.1-1_all.deb
live-initramfs_1.173.1.orig.tar.gz
  to main/l/live-initramfs/live-initramfs_1.173.1.orig.tar.gz



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 560187@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <daniel@debian.org> (supplier of updated live-initramfs 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 31 Jan 2010 16:44:08 +0100
Source: live-initramfs
Binary: live-initramfs
Architecture: source all
Version: 1.173.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <debian-live@lists.debian.org>
Changed-By: Daniel Baumann <daniel@debian.org>
Description: 
 live-initramfs - Debian Live initramfs hook
Closes: 560187 565456
Changes: 
 live-initramfs (1.173.1-1) unstable; urgency=medium
 .
   [ intrigeri ]
   * Taking noprompt into account for USB flash drives as well.
   * Restoring opt-in behavior for local swap partitions.
 .
   [ Daniel Baumann ]
   * Updating package to debhelper 7.
   * Updating package to standards 3.8.3.
   * Don't use dh_clean in favour of dh_prep.
 .
   [ Luigi Capriotti ]
   * Also allowing hook= to specify files inside the image through
     file:// prefix.
 .
   [ Daniel Baumann ]
   * Forwardporting and extending usage of rsync when booting with toram
     based on a patch from Michael Prokop <mika@grml.org>.
 .
   [ Michael Prokop ]
   * Adding support for isofrom/fromiso bootoption.
 .
   [ Daniel Baumann ]
   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
     harddisk devices to read-only mode for forensics investigations.
 .
   [ Michael Prokop ]
   * Adding support for ethdevice bootoption.
 .
   [ Daniel Baumann ]
   * Merging casper 1.158.
   * Merging casper 1.159.
   * Merging casper 1.160.
   * Merging casper 1.161.
   * Merging casper 1.162.
   * Merging casper 1.163.
   * Merging casper 1.164.
   * Merging casper 1.165.
   * Merging casper 1.166.
   * Merging casper 1.167.
   * Merging casper 1.168.
   * Merging casper 1.169.
   * Merging casper 1.170.
   * Merging casper 1.171.
   * Merging casper 1.172.
   * Merging casper 1.173.
   * Adding skipconfig parameter to disable most customization.
 .
   [ Marco Amadori ]
   * cpio snapshots: eval commands fix.
 .
   [ Daniel Baumann ]
   * Updating defaults file of console-setup for squeeze, thanks to Jun
     NOGATA <nogajun@gmail.com> (Closes: #560187).
   * Adding explicit debian source version 1.0 until switch to 3.0.
   * Adding select_eth_device script from Frederic Boiteux
     <fboiteux@calistel.com>.
   * Including rsync conditionally.
   * Updating year in copyright file.
   * Don't panic with persistency when we can't correctly mount the
     filesystem (Closes: #565456).
 .
   [ Ben Armstrong ]
   * Correcting keyboard handling for squeeze.
   * Only edit usplash init script if it exists.
   * Use klayout= for layout instead of kbd=.
 .
   [ Daniel Baumann ]
   * Updating to standards version 3.8.4.
Checksums-Sha1: 
 e8258a5a69c09f5a075ae63674e29d5329c2f352 1287 live-initramfs_1.173.1-1.dsc
 a3d1e51d3923f77c2d27a112e04ecadf2aedca47 87730 live-initramfs_1.173.1.orig.tar.gz
 8b67c779efb988dcdff203356e049cd4ec456f38 13987 live-initramfs_1.173.1-1.diff.gz
 1cc706ae2c5c3a72a8493f50958df64eba285a13 99542 live-initramfs_1.173.1-1_all.deb
Checksums-Sha256: 
 232119c57c078798500cf8ea6b4166a95906867881d455f3162762b11b3b3a7d 1287 live-initramfs_1.173.1-1.dsc
 534fa83d0c74f88a9348b89410fa3a622b5e492ed327ca0c11fcc8dd1ebc54ab 87730 live-initramfs_1.173.1.orig.tar.gz
 762b98592730033e71d9db54b04648698d0402535a12b6a0a6fd40172024d378 13987 live-initramfs_1.173.1-1.diff.gz
 1e0d8ab760f501dda05ff81df233dee1f5628901755706452bafca3f70ab9d66 99542 live-initramfs_1.173.1-1_all.deb
Files: 
 b7240a2cbe2fb5f86c739d5d974f7d13 1287 misc optional live-initramfs_1.173.1-1.dsc
 b82f086906500e36a40fca32c116cd44 87730 misc optional live-initramfs_1.173.1.orig.tar.gz
 005f7d7250d4f95f3f4613c7fb74a58f 13987 misc optional live-initramfs_1.173.1-1.diff.gz
 9dadb60b2e6913dc288ec6431f4919dc 99542 misc optional live-initramfs_1.173.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAktlpfIACgkQ+C5cwEsrK55LSACfS58i+6N23J2LKsIXKOgzU18g
7rQAn2bGkqvQfaWSbW+I/ZkLhpLUcu5d
=YthY
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: