Ajout régle udev pour monter automatiquement les disques USB
[hvlinux.git] / stage2 / pkg / udev
index 92d6e67..475748e 100644 (file)
@@ -14,7 +14,6 @@ hvconfig_pre()
 
 hvbuild_post()
 {
-    cd ${LFS_TMP}/${PACKAGE}
-
     install -m755 ${SCRDIR}/misc/udev-create-persistent-net.sh /usr/local/bin
+    install -m644 ${SCRDIR}/misc/udev-media-automount.rules /etc/udev/rules.d/10-media-automount.rules
 }