Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-17 Thread Piotr Roszatycki
2008/2/17, Jonas Meurer <[EMAIL PROTECTED]>: > udev is not run in *LOCAL*-premount, but in *INIT*-premount, and the > init-{top,premount} scripts are invoked before local-* or nfs-* scripts: > > why do you think that rootdelay is called between local-top and > local-premount? do you have any eviden

Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-17 Thread Jonas Meurer
On 17/02/2008 Piotr Roszatycki wrote: > 2008/2/16, Jonas Meurer <[EMAIL PROTECTED]>: > > > But it doesn't work for USB devices, because cryptsetup is called too > > > early. In such case there is missing following step: > > > > > > 0. sleep $cryptsourcedelay > > > > If i got it right, your statemen

Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-17 Thread Piotr Roszatycki
2008/2/16, Jonas Meurer <[EMAIL PROTECTED]>: > > But it doesn't work for USB devices, because cryptsetup is called too > > early. In such case there is missing following step: > > > > 0. sleep $cryptsourcedelay > > If i got it right, your statement is untrue. rootdelay is implemented in > /usr/shar

Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-16 Thread Jonas Meurer
On 15/02/2008 Piotr Roszatycki wrote: > I'm talking exactly about booting from an encrypted usb volume. This > is implemented as following scenario: > > 1. cryptsetup luksOpen $cryptsource $root > 2. sleep $rootdelay > 3. mount $root > > But it doesn't work for USB devices, because cryptsetup is

Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-16 Thread Jonas Meurer
On 15/02/2008 Piotr Roszatycki wrote: > I'm talking exactly about booting from an encrypted usb volume. This > is implemented as following scenario: > > 1. cryptsetup luksOpen $cryptsource $root > 2. sleep $rootdelay > 3. mount $root > > But it doesn't work for USB devices, because cryptsetup is

Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-15 Thread Piotr Roszatycki
2008/2/15, Jonas Meurer <[EMAIL PROTECTED]>: > > The rootdelay parameter wait only for root device, not for source > > device for encrypted volume. > > So you're not talking about booting from an encrypted usb volume, but rather > about starting/mounting an encrypted usb volume during boot proc

Bug#465763: [Pkg-cryptsetup-devel] Bug#465763: Bug#465763: cryptsetup: can't boot from USB device

2008-02-15 Thread Jonas Meurer
On 15/02/2008 Piotr Roszatycki wrote: > 2008/2/14, David Härdeman <[EMAIL PROTECTED]>: > > >The attached patch tries to resolve this problem in the same way like > > >main initramfs' script: it just gives a little more time for > > >usb-storage driver. > > > > If I remember correctly, the initr