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

Re: Bug#394871: cdebconf-gtk-udeb: Dead keys do not work with French keyboard (fr-latin9)



Le dimanche 29 octobre 2006 23:37, Frans Pop a écrit :
> Taking this to d-boot list as it is kind of OT for the original BR. Let me 
> know if I can drop the CC.

You can drop it. I'm subscribed now.

> On Sunday 29 October 2006 22:31, Jérôme Marant wrote:
> > The problem is that /dev entries need to be available in order for the
> > partition to be mounted, hence the problem. When are they created?
> 
> Not sure during boot, but I guess they must get created.
> They also get created during hw-detect by calling 'update-dev' which 
> trigers udev to do its stuff.

Alright. I used the following recipe
(packages/rootskel/src/lib/debian-installer/menu)
after adding scsi and sata modules to the image:

---------
modprobe sata_nv
modprobe ext3
mknod -m 0660 /dev/sda1 b 8 1
mount -t ext3 -o rw /dev/sda1 /mnt
strace -f -s 4096 -o /mnt/cdebconf.trace debconf -o d-i $MENU
umount /mnt
reboot
---------

I hit C-A-F2 at the very beginning, on the first menu item. 

I put the trace at:
http://people.debian.org/~jerome/d-i/cdebconf-broken-vt-switch.trace.bz2

Regards,

-- 
Jérôme Marant



Reply to: