Re: UUID updates for dmcrypt/luks

2011-08-19 Thread Christian Jaeger
PS. some random observations from my time spent with the above: - busybox (which is used in initrd) *does* respect "set -x", but (unlike bash) it does *not* pass it on to subshells. Could that be fixed? - because of this, you need to first add "set -x" just to ./init in the initrd, then you see t

Re: UUID updates for dmcrypt/luks

2011-08-19 Thread Christian Jaeger
2011/8/19 tv.deb...@googlemail.com : > Hi, maybe you should have updated the initramfs too (update-initramfs). I've done that, too, just forgot to mention it. So there's still some other problem. Well, found the problem now: I've been using "file -s /dev/XXX" to get the UUID. But that truncates

Re: UUID updates for dmcrypt/luks

2011-08-19 Thread tv.deb...@googlemail.com
Le 19/08/2011 11:24, Christian Jaeger a écrit : > Hi > > I've used the Debian installer (Sarge) for installing a system onto an > SSD, using this layout: > > /dev/sda1 /boot > /dev/sda5 luks, -> sda5_crypt with "/" > /dev/sda6 /usr > > After the installation finished, I realized that I sho