This is still a problem in Gutsy.
My first partition in /etc/crypttab (root) is set up properly but my
second isn't.
I think I fixed it with a similar solution as in bug 85640. In
/lib/cryptsetup/cryptsetup.functions:
--- /a/cryptdisks.functions 2008-01-05 20:56:31.000000000 +0100
+++ /b/cryptdisks.functions 2008-01-05 20:58:06.000000000 +0100
@@ -289,6 +289,10 @@ do_luks () {
return 1
fi
+ if [ -x /sbin/udevsettle ]; then
+ /sbin/udevsettle --timeout=30
+ fi
+
return 0
}
--
crypted disks are not set up
https://bugs.launchpad.net/bugs/131829
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs