Re: Debian installer weblate translation
On Tue, Jul 02, 2019 at 10:07:30PM +0200, Holger Wansing wrote: > Do you have some specific changings in mind? > (Croatian is 100% translated in the installer, just for your info.) > > Valentin (in CC) as previous translator did not use the Weblate service > in the past. > > @Valentin: what do you think about activating Croatian at > https://hosted.weblate.org/projects/debian-installer/ ? > > Any objections? No problem for me, there is always room for improvement in the translation :) What I noticed is that dpkg and apt are not translated so english messages still appear during package installation stage. But this is something we should work on for bullseye release. -- Valentin
Bug#961056: debian-installer: qemu-system-s390x installation fails due to incorrect serial device
On Tue, May 19, 2020 at 07:23:21PM +0200, John Paul Adrian Glaubitz wrote: > Please see #926539 [1]. Thanks, I have sent the patch for the driver instead: https://lkml.org/lkml/2020/5/19/854 -- Valentin
Bug#961057: Acknowledgement (debian-installer: qemu-system-s390x installation fails due to missing modules)
It seems that virtio_scsi might also be required for cdrom: # lsmod Module Size Used by rng_core 20480 0 aes_s390 24576 0 des_s390 20480 0 des_generic28672 1 des_s390 sha_common 16384 0 virtio_balloon 20480 0 sr_mod 28672 0 cdrom 57344 1 sr_mod virtio_scsi24576 0 scsi_mod 225280 2 virtio_scsi,sr_mod virtio_blk 24576 0 virtio_net 49152 0 net_failover 20480 1 virtio_net failover 16384 1 net_failover -- Valentin
Bug#926539: rootskel: steal-ctty no longer works on s390x
Similar change for console name on s390x was not accepted: https://lkml.org/lkml/2020/5/19/854 so please fix in rootskel. -- Valentin
Bug#926539: rootskel: steal-ctty no longer works on s390x
On Wed, May 20, 2020 at 11:19:53AM +0200, John Paul Adrian Glaubitz wrote: > Ah, sorry. I was seeing the cached version of the thread, refreshing helped. > > In any case, the SPARC kernel maintainer (Dave Miller) had the same argument > that it would potentially break existing setups but eventually I could > convince him that the change was right. > > Not sure which distributions he has in mind. It is hard to tell, but it seems the current state is hardcoded in different places: https://www.redhat.com/archives/libguestfs/2017-May/msg00068.html https://www.ibm.com/support/knowledgecenter/linuxonibm/com.ibm.linux.z.lhdd/lhdd_r_console_sum.html I think it would be better to make debian-installer smarter about this since we will probably run into the same problem again with a different architecture/driver. -- Valentin