source: MondoRescue/branches/3.0/mindi/deplist.d/udev.conf@ 2995

Last change on this file since 2995 was 2995, checked in by Bruno Cornec, 12 years ago
  • Solve #610 by adding a --nolog option to mindi, which needs to be the first one, and used in analyze-my-lvm with a rdirection of errors to /dev/null.
  • Improve udev.conf file for Mageia by adding some required files
  • Improve logs generation in mindi by removing remaining oddities
File size: 609 bytes
Line 
1# This file should contain the list of all executables needed at restore time
2# for udev support for all distributions and udev versions
3# (config files are already taken by mindi)
4#
5# Pathnames should be absolute
6#
7# $Id$
8#
9/sbin/udevd
10/sbin/udevstart
11/sbin/udevcontrol
12/sbin/udevtrigger
13/sbin/udevsettle
14/sbin/udevadm
15/sbin/udev.static
16/sbin/udevsend
17/etc/udev
18/etc/hotplug.d
19
20# On ArchLinux
21/usr/bin/udevadm
22/usr/bin/udevd
23
24/sbin/udevstart.static
25/sbin/udev_volume_id
26/sbin/start_udev
27/sbin/udev
28/sbin/create_static_dev_nodes
29/sbin/consoletype
30
31# On Mandriva/Mageia at least
32/etc/makedev.d
33/sbin/makedev
Note: See TracBrowser for help on using the repository browser.