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

Last change on this file since 2964 was 2964, checked in by Bruno Cornec, 12 years ago

r4563@localhost: bruno | 2012-03-13 00:29:34 +0100

  • Fix partly #589 by improving Arch Linux support (MC)
  • mv udev.files to udev.conf under deplist.d to be more coherent
File size: 532 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
Note: See TracBrowser for help on using the repository browser.