Re: SVN problem: committing a file named s...@latin

2010-07-18 Thread Bastian Blank
On Sat, Jul 17, 2010 at 07:36:07PM +0200, Christian PERRIER wrote: I need to add such a file, but svn add apparently chokes on it: bubu...@mykerinos:~/src/debian/debian-installer/installer/build/needed-characters LC_ALL=C svn add s...@latin svn: warning: 'sr' not found

Bug#589528: installation-report: hurd-i386 d-i installation successful!

2010-07-18 Thread Samuel Thibault
Package: installation-reports Severity: normal Tags: d-i Hello, This is just to report about a successful d-i installation of the hurd-i386 port using Jeremy Koenig's current image :D -- Package-specific info: Boot method: CD Image version: http://jk.fr.eu.org/debian/hurd-installer/mini.iso

Bug#589528: marked as done (installation-report: hurd-i386 d-i installation successful!)

2010-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 Jul 2010 18:07:13 +0200 with message-id 20100718160713.gt3...@mykerinos.kheops.frmug.org and subject line Re: Bug#589528: installation-report: hurd-i386 d-i installation successful! has caused the Debian Bug report #589528, regarding installation-report: hurd-i386 d-i

Bug#589579: debian-installer: i386 kernel flavour selection is poor

2010-07-18 Thread Ben Hutchings
Package: debian-installer Tags: squeeze patch There are several problems with the current selection: 1. 686-bigmem is not preferred when there is RAM above 4GB 2. 686-bigmem is not always offered where it is usable, and amd64 is never offered 3. The 686 flavour is considered unsuitable for some

Bug#589579: debian-installer: i386 kernel flavour selection is poor

2010-07-18 Thread Frans Pop
On Sunday 18 July 2010, Ben Hutchings wrote: 3. The 686 flavour is considered unsuitable for some AMD K7 processors Problem 3 appears to be due to a workaround for an incorrect kernel configuration.  The comment on this exclusion is 'May not have SSE support', but this has never been a

Bug#589579: debian-installer: i386 kernel flavour selection is poor

2010-07-18 Thread Frans Pop
On Sunday 18 July 2010, Ben Hutchings wrote: +   if grep -q '^flags.*\blm\b' $CPUINFO; then Has this been tested with busybox shell? Does busybox' grep understand '\b'? I don't recall us using it anywhere else in D-I. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with

Bug#589579: debian-installer: i386 kernel flavour selection is poor

2010-07-18 Thread Ben Hutchings
On Sun, 2010-07-18 at 23:08 +0200, Frans Pop wrote: On Sunday 18 July 2010, Ben Hutchings wrote: 3. The 686 flavour is considered unsuitable for some AMD K7 processors Problem 3 appears to be due to a workaround for an incorrect kernel configuration. The comment on this exclusion is 'May

Bug#589579: debian-installer: i386 kernel flavour selection is poor

2010-07-18 Thread Ben Hutchings
On Sun, 2010-07-18 at 23:11 +0200, Frans Pop wrote: On Sunday 18 July 2010, Ben Hutchings wrote: + if grep -q '^flags.*\blm\b' $CPUINFO; then Has this been tested with busybox shell? Does busybox' grep understand '\b'? I don't recall us using it anywhere else in D-I. This works

Bug#589579: debian-installer: i386 kernel flavour selection is poor

2010-07-18 Thread Frans Pop
On Sunday 18 July 2010, Ben Hutchings wrote: On Sun, 2010-07-18 at 23:11 +0200, Frans Pop wrote: On Sunday 18 July 2010, Ben Hutchings wrote: + if grep -q '^flags.*\blm\b' $CPUINFO; then Has this been tested with busybox shell? Does busybox' grep understand '\b'? I don't recall