Hello, 

I did experience a bit more, and this one should work :

--- /var/lib/dpkg/info/udev.postinst    2005-05-29 19:36:20.000000000 +0200
+++ udev.postinst       2006-11-09 19:25:28.118104583 +0100
@@ -68,7 +68,8 @@
     return 0
   fi
 
-  if [ ! -r /proc/1/root ]; then
+  version=`uname -r`
+  if `dpkg --compare-versions $version ge 2.6.18` && [ "$(stat -c "%d/%i" /)" 
= "$(stat -Lc "%d/%i" /proc/1/root)" ]; then
     echo "A chroot environment has been detected, udev not started."
     return 0
   fi

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to