Your message dated Fri, 11 Jul 2014 21:49:23 +0000
with message-id <e1x5ih1-0007zh...@franck.debian.org>
and subject line Bug#752408: fixed in finish-install 2.48
has caused the Debian Bug report #752408,
regarding finish-install: ppc64el support
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 ow...@bugs.debian.org
immediately.)
--
752408: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752408
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: finish-install
Version: 2.46
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
Dear Maintainer,
here is a patch from Ubuntu so that console is handled properly on the ppc64le
architecture
in a guest or in the host.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.14-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru finish-install-2.46/finish-install.d/90console finish-install-2.46/finish-install.d/90console
--- finish-install-2.46/finish-install.d/90console 2011-08-01 01:00:32.000000000 +0000
+++ finish-install-2.46/finish-install.d/90console 2014-06-06 10:11:36.000000000 +0000
@@ -93,7 +93,7 @@
if [ -e $DT_ROOT/chosen/linux,stdout-path ]; then
chosen_dev=$(cat $DT_ROOT/chosen/linux,stdout-path)
case $chosen_dev in
- /vdevice/vty@30000000)
+ /vdevice/vty@30000000|/vdevice/vty@71000000)
case $(cat ${DT_ROOT}${chosen_dev}/compatible) in
hvterm-protocol)
console=hvsi0 ;;
@@ -109,6 +109,12 @@
console=hvsi1 ;;
/spider/serial)
console=hvc0 ;;
+ /ibm,opal/consoles/serial@0)
+ console=hvc0 ;;
+ /ibm,opal/consoles/serial@1)
+ console=hvc1 ;;
+ /ibm,opal/consoles/serial@2)
+ console=hvc2 ;;
*)
exit 0 ;;
esac
--- End Message ---
--- Begin Message ---
Source: finish-install
Source-Version: 2.48
We believe that the bug you reported is fixed in the latest version of
finish-install, which is due to be installed in the Debian FTP archive.
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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Conrad <adcon...@debian.org> (supplier of updated finish-install 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 11 Jul 2014 15:22:25 -0600
Source: finish-install
Binary: finish-install
Architecture: all source
Version: 2.48
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Adam Conrad <adcon...@debian.org>
Closes: 752408
Description:
finish-install - Finish the installation and reboot (udeb)
Changes:
finish-install (2.48) unstable; urgency=medium
.
* Add support for POWER8 OPAL and OF consoles (closes: #752408)
Checksums-Sha1:
f9699558e0b36a56f47c3b3a065ec678511b0d40 984 finish-install_2.48.dsc
d910ff0c45dbf5ce44cde9db348963abca621c0f 52256 finish-install_2.48.tar.xz
8a8b9f70252954129e0eaa3e76456dc4dd5a48f0 29132 finish-install_2.48_all.udeb
Checksums-Sha256:
c3d63993d2739fffcc6312023e53702311900957b1b356f1dd7b72880a8229d5 984
finish-install_2.48.dsc
23fec29713647a1d710f769a00b846e6c5638d4ba477d6120da1089a0b4257ad 52256
finish-install_2.48.tar.xz
f33767d8e4e2861b16a85f653e0b75a566362b37b93409e48d49b6786a60200c 29132
finish-install_2.48_all.udeb
Files:
5c7a9bb89da4d75e0fcbf445efc357a7 984 debian-installer required
finish-install_2.48.dsc
eb42df6547bcfc0b7e05853cc0d4eac3 52256 debian-installer required
finish-install_2.48.tar.xz
bc6c166785f46eb0b19aa89eddfeedda 29132 debian-installer required
finish-install_2.48_all.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlPAWysACgkQvjztR8bOoMko5QCggiF+6nzs7PzelkBM/YCk8OW5
LuIAn0zDVmtMqStmjKnSPCkorXqSNOJK
=GKN9
-----END PGP SIGNATURE-----
--- End Message ---