Fw: update-initramfs -k all -u

2007-05-16 Thread Tim Dijkstra
[ Already send this to d-d before, maximilian asked me to send it here too. ] Hi, I maintain uswsusp. It is a package that relies on a binary on the initramfs that will start the resume process. This binary (and some other stuff) get installed via an update-initramfs call in the postinst. On some

Bug#425050: initramfs-tools: Ask if we should update all initramfses

2007-05-18 Thread Tim Dijkstra
On Fri, 18 May 2007 19:48:54 +0200 maximilian attems <[EMAIL PROTECTED]> wrote: > tags 425050 wontfix > stop > > On Fri, May 18, 2007 at 07:32:45PM +0200, Tim Dijkstra (tdykstra) wrote: > > > > I created a patch to ask a debconf question (medium priority) if >

Re: update-initramfs -k all -u

2007-05-19 Thread Tim Dijkstra
On Sat, 19 May 2007 00:23:08 +0200 David Härdeman <[EMAIL PROTECTED]> wrote: > On Fri, May 18, 2007 at 04:41:41PM +0200, Gabor Gombas wrote: > >On Fri, May 18, 2007 at 09:12:15AM +0200, martin f krafft wrote: > > > >> Good point. Thus it looks like there is no right way [...] > > > >How about maki

Bug#425050: initramfs-tools: Ask if we should update all initramfses

2007-05-19 Thread Tim Dijkstra
On Fri, 18 May 2007 23:17:50 +0200 maximilian attems <[EMAIL PROTECTED]> wrote: > ok, proposition is for example to change update_initramfs to all > and let the postinst of i-t, uswsusp, mdadm, usplash and so on > check against that setting before running -u or -u -k all. > file bug reports agains

Bug#425050: initramfs-tools: Ask if we should update all initramfses

2007-05-20 Thread Tim Dijkstra
Please cc: the bug report On Sun, 20 May 2007 16:35:27 +0200 David Härdeman <[EMAIL PROTECTED]> wrote: > On Sun, May 20, 2007 at 11:08:02AM +0200, martin f krafft wrote: > >They can set their debconf priority. It's not something to avoid, > >adding debconf questions > > > >Anyway, I propose that

update-initramfs -u in postinst

2006-12-25 Thread Tim Dijkstra
Hi, I'm the maintainer of uswsusp. uswsusp installs a initramfs-tools hook and calls update-initramfs in its postinst to get installed on the initramfs. Your packages (udev, cryptsetup, initramfs-tools itself) do the same. In all cases the exact command that is called is: update-initramf

loadkeys in early userspace (using initramfs-tools)

2007-01-09 Thread Tim Dijkstra
Hi, Just like cryptsetup the uswsusp package needs to interact with the user via the keyboard in early userspace. For people with non-us keyboards that can be problematic because loadkeys hasn't run yet. I found out that cryptsetup already solved the problem in its initramfs-{hook,script}. To not

Bug#337663: [Pkg-cryptsetup-devel] loadkeys in early userspace (using initramfs-tools)

2007-01-09 Thread Tim Dijkstra
ile themselves). > > or just setting it in /etc/initramfs-tools/conf.d/keymap or in > /etc/initramfs-tools/initramfs.conf. > > this code is good tested by uswsusp, but it's a feature enhancement. > i'll queue it up for the post-etch queue. Tested by cryptroot. But

Bug#425050: initramfs-tools: Ask if we should update all initramfses

2007-05-18 Thread Tim Dijkstra (tdykstra)
nitramfs-tools.config 2007-05-18 19:22:21.0 +0200 @@ -0,0 +1,13 @@ +#!/bin/sh -e +# +# initramfs-tools.config -- configure script for the initramfs-tools package +# +# Copyright 2007Tim Dijkstra <[EMAIL PROTECTED]> +# +# Released to the public domain + +. /usr/share/debco