Last change
on this file since 3274 was
3274,
checked in by Bruno Cornec, 7 years ago
|
- Improves systemd support at startup of the restore media when the system uses it (new user, groups, files included from /usr/lib/systemd, dbus,
- Moves mindi to a bash script to try to get more debug info by redirecting into the LOGFILE. Not working yet.
- Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it.
- End of renaming of mondo-restore?cfg into mondorestore.cfg
|
File size:
1.5 KB
|
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 | # Systemd |
---|
25 | /etc/systemd |
---|
26 | /usr/lib/systemd |
---|
27 | /usr/lib/kernel |
---|
28 | /usr/lib/tmpfiles.d |
---|
29 | /var/lib/systemd |
---|
30 | /usr/share/systemd |
---|
31 | /usr/sbin/runlevel |
---|
32 | /usr/sbin/udevadm |
---|
33 | /usr/sbin/halt |
---|
34 | /usr/bin/bootctl |
---|
35 | /usr/bin/halt |
---|
36 | /usr/bin/hostnamectl |
---|
37 | /usr/bin/journalctl |
---|
38 | /usr/bin/kernel-install |
---|
39 | /usr/bin/localectl |
---|
40 | /usr/bin/loginctl |
---|
41 | /usr/bin/machinectl |
---|
42 | /usr/bin/poweroff |
---|
43 | /usr/bin/reboot |
---|
44 | /usr/bin/systemd |
---|
45 | /usr/bin/systemd-analyze |
---|
46 | /usr/bin/systemd-ask-password |
---|
47 | /usr/bin/systemd-cat |
---|
48 | /usr/bin/systemd-cgls |
---|
49 | /usr/bin/systemd-cgtop |
---|
50 | /usr/bin/systemd-coredumpctl |
---|
51 | /usr/bin/systemd-delta |
---|
52 | /usr/bin/systemd-detect-virt |
---|
53 | /usr/bin/systemd-inhibit |
---|
54 | /usr/bin/systemd-machine-id-setup |
---|
55 | /usr/bin/systemd-notify |
---|
56 | /usr/bin/systemd-nspawn |
---|
57 | /usr/bin/systemd-run |
---|
58 | /usr/bin/systemd-stdio-bridge |
---|
59 | /usr/bin/systemd-tmpfiles |
---|
60 | /usr/bin/systemd-tty-ask-password-agent |
---|
61 | /usr/bin/timedatectl |
---|
62 | |
---|
63 | # systemd needs dbus |
---|
64 | /usr/bin/dbus-daemon |
---|
65 | /usr/bin/dbus-launch |
---|
66 | /etc/dbus-1 |
---|
67 | |
---|
68 | /sbin/udevstart.static |
---|
69 | /sbin/udev_volume_id |
---|
70 | /sbin/start_udev |
---|
71 | /sbin/udev |
---|
72 | /sbin/create_static_dev_nodes |
---|
73 | /sbin/consoletype |
---|
74 | |
---|
75 | # On Mandriva/Mageia at least |
---|
76 | /etc/makedev.d |
---|
77 | /sbin/makedev |
---|
Note: See
TracBrowser
for help on using the repository browser.