X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=blobdiff_plain;f=usr_sbin%2Fgrml-chroot;h=3b2750549765bd47f3c55309f4b36ac6954863e4;hp=a894e39040e8f753f3c65b5c690312f131529697;hb=74367b9f37596ec5c775c4e44a3ecf45366a2232;hpb=a3ca36c5b03b6d0d795b843a60240b2fa976e1ce diff --git a/usr_sbin/grml-chroot b/usr_sbin/grml-chroot index a894e39..3b27505 100755 --- a/usr_sbin/grml-chroot +++ b/usr_sbin/grml-chroot @@ -98,6 +98,9 @@ else mountit "sysfs" "sys" mountit "/dev" "dev" "--bind" mountit "devpts" "dev/pts" + if [ -d "$DEST_"/run/udev ] && [ -d /run/udev ] ; then + mountit "/run/udev" "/run/udev" "--bind" + fi fi WROTE_DEBIAN_CHROOT=""