Bug#266226: locales: @euro support should again be supported for _all_ euro countries

2004-08-16 Thread Frans Pop
Package: debian-installer
Severity: important

NOTE: I strongly feel this should be fixed before RC2 is released.

HISTORY
===
With the introduction of the new languagechooser, support for @euro locales 
was lost for a lot of countries which had that support before.
This was noted at the time [1], but ignored because the relevance was unclear.

Now it looks as if proper @euro support _should_ be present [2].

[1] http://lists.debian.org/debian-boot/2004/06/msg01818.html
[2] http://lists.debian.org/debian-boot/2004/08/msg01145.html

PROBLEM
===
Currently only a few locales have proper @euro support. For these it is set in 
the 3rd field in languagelist in languagechooser, but this solution does not 
work for all relevant language/country combinations.

In languagelist only primary language/country combinations (e.g. French - 
[EMAIL PROTECTED], Spanish - [EMAIL PROTECTED], Catalan - [EMAIL PROTECTED]) are 
present, but not 
secondary combinations (e.g. French in Belgium - fr_BE, German in Austria - 
ge_AT).
Currently not even all of the primary combinations have @euro support in 
languagelist (e.g. Dutch - nl_NL, Danish - da_DK).

The current code in the postinst for countrychooser that keeps a suffix if any 
is present in the 3rd field of languagelist could provide a solution for some 
situations, but not for all [a] and even leads to undesired results in other 
situations [b].

[a] English (en_US) does not have a @euro suffix, but en_IR needs one 
[b] AFAICT French in Canada would currently 'inherrit' a @euro suffix
from [EMAIL PROTECTED], but because [EMAIL PROTECTED] is unsupported the locale
will fall back to [EMAIL PROTECTED] even though a fr_CA locale does exist

SOLUTION

I think the solution would be to include code (probably in postinst for 
countrychooser).
This script should roughly check whether the previously generated locale 
concerns an euro country, adds the @euro suffix and checks to see if the new 
locale is supported. There would have to be some exceptions e.g. for 
combinations that prefer UTF8 encoding.

Another (maybe the best in the long run) solution could be remove suffixes 
from the languagelist altogether and to have a table in countrychooser of 
preferred locales for any xx_YY combinations where a suffix (or another 
locale than can be automatically generated from the selected language and 
country) is wanted.

The relevant countrycodes for euro are: AT BE DE FI FR GR IR IT LU NL PT SP.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#264964: OldWorld PowerMac Debian-Install floppys

2004-08-16 Thread Rick_Thomas
On Mon, 2004-08-16 at 14:08, Sven Luther wrote:

 
 Can you try the following boot img :
 
   http://people.debian.org/~luther/miboot/boot-2.6.img

I tried it.  After the usual struggle to get a clean and verified write
to a physical floppy... It wouldn't boot.  The reason seems to be that
the usual miboot components are missing...  As can be seen from the
following listing...

Enjoy!

Rick
= listing follows ===

# mount -v -t hfs -o loop boot-2.6.img /mnt/floppy/
mount: going to use the loop device /dev/loop0
/tmp/DebianFloppys/boot-2.6.img on /mnt/floppy type hfs
(rw,loop=/dev/loop0)
# ls -lAR /mnt/floppy/
/mnt/floppy/:
total 1211
dr-xr--r--2 root root6 Aug 16 19:40 .finderinfo
dr-xr--r--2 root root6 Aug 16 19:40 .resource
-rw-r--r--1 root root  300 Aug 16 19:40 .rootinfo
-rwxr--r--1 root root  1239735 Aug 16 19:40 vmlinuz
 
/mnt/floppy/.finderinfo:
total 0
-rw-r--r--1 root root  300 Aug 16 19:40 vmlinuz
 
/mnt/floppy/.resource:
total 0
-rw-r--r--1 root root0 Aug 16 19:40 vmlinuz
# umount /mnt/floppy/
# mount -v -t hfs -o loop boot.img /mnt/floppy/
mount: going to use the loop device /dev/loop0
/tmp/DebianFloppys/boot.img on /mnt/floppy type hfs (rw,loop=/dev/loop0)
# ls -lAR /mnt/floppy/
/mnt/floppy/:
total 1166
dr-xr--r--2 root root8 Aug 16 02:48 .finderinfo
dr-xr--r--2 root root8 Aug 16 02:48 .resource
-rw-r--r--1 root root  300 Aug 16 02:48 .rootinfo
-rwxr--r--1 root root0 Aug 16 02:48 Finder
-rwxr--r--1 root root0 Aug 16 02:48 System
-rwxr--r--1 root root  1193284 Aug 16 02:48 zImage
 
/mnt/floppy/.finderinfo:
total 0
-rw-r--r--1 root root  300 Aug 16 02:48 Finder
-rw-r--r--1 root root  300 Aug 16 02:48 System
-rw-r--r--1 root root  300 Aug 16 02:48 zImage
 
/mnt/floppy/.resource:
total 78
-rw-r--r--1 root root0 Aug 16 02:48 Finder
-rw-r--r--1 root root79593 Aug 16 02:48 System
-rw-r--r--1 root root0 Aug 16 02:48 zImage
# 

==



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



<    1   2