source: MondoRescue/branches/3.0/mindi/deplist.d/base.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: 1.1 KB
RevLine 
[2409]1# $Id$
2#
3# Base System Tools that are mandatory inside the initrd
4#
5/etc/fstab
6/etc/modules.conf
[2750]7# On ArchLinux
8/etc/modprobe.d/
9
[2409]10/etc/hosts
11/etc/host.conf
12/etc/resolv.conf
13/etc/hosts.allow
14/etc/hosts.deny
15/etc/nsswitch.conf
16
17/usr/sbin/mondorestore
18/usr/bin/afio
[2455]19# On Debian
20/bin/afio
[2409]21/usr/bin/star
22/usr/sbin/ntfsclone
23/usr/bin/buffer
24
25/usr/sbin/parted
26/sbin/parted
27/usr/sbin/partprobe
[2582]28/sbin/partprobe
[2409]29
30/usr/bin/file
31/usr/share/misc/file/magic
32/usr/share/file/magic
[2750]33# On ArchLinux
34/usr/share/file/magic.mgc
35/usr/share/misc/magic.mgc
[2409]36
37/usr/bin/getfattr
38/usr/bin/setfattr
39/usr/bin/getfacl
40/usr/bin/setfacl
41
[2474]42# On RHEL
[2409]43/usr/bin/bzip2
[2750]44# On Debian and ArchLinux
[2464]45/bin/bzip2
[2436]46# is a link => No additional place
[2482]47# On RHEL
[2409]48/usr/bin/bunzip2
[2750]49# On Debian and ArchLinux
[2482]50/bin/bunzip2
[2409]51/usr/bin/lzop
[2436]52/usr/bin/lzma
[2409]53
54/bin/date
55/sbin/ctrlaltdel
56/bin/dd
57/usr/bin/eject
58/usr/bin/wc
59/usr/bin/xargs
60/usr/bin/less
[2964]61
[2409]62/sbin/ldconfig
[2615]63/usr/bin/tee
[2409]64
65# For swap uuid support, ia64 and probably then more in the future
66/usr/bin/perl
67
68# helps for debugging (optional)
69/usr/bin/ldd
70/usr/bin/strace
71#/usr/bin/valgrind
72#/usr/lib/valgrind/
73#/usr/lib64/valgrind/
Note: See TracBrowser for help on using the repository browser.