|
Last change
on this file since 3748 was 3147, checked in by Bruno Cornec, 13 years ago |
- First pass on svn merge -r 2935:3146 ../3.0
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | # $Id$
|
|---|
| 2 | #
|
|---|
| 3 | # Base System Tools that are mandatory inside the data disk
|
|---|
| 4 | #
|
|---|
| 5 | #
|
|---|
| 6 | # Conf files
|
|---|
| 7 | /etc/fstab
|
|---|
| 8 | /etc/modules.conf
|
|---|
| 9 | # On ArchLinux
|
|---|
| 10 | /etc/modprobe.d/
|
|---|
| 11 |
|
|---|
| 12 | /etc/hosts
|
|---|
| 13 | /etc/host.conf
|
|---|
| 14 | /etc/resolv.conf
|
|---|
| 15 | /etc/hosts.allow
|
|---|
| 16 | /etc/hosts.deny
|
|---|
| 17 | /etc/nsswitch.conf
|
|---|
| 18 |
|
|---|
| 19 | # Mondorescue requirements
|
|---|
| 20 | /usr/sbin/mondorestore
|
|---|
| 21 | /usr/bin/afio
|
|---|
| 22 | # On Debian
|
|---|
| 23 | /bin/afio
|
|---|
| 24 | /usr/bin/star
|
|---|
| 25 | /usr/sbin/ntfsclone
|
|---|
| 26 |
|
|---|
| 27 | # HW
|
|---|
| 28 | /usr/sbin/parted
|
|---|
| 29 | /sbin/parted
|
|---|
| 30 | /usr/sbin/partprobe
|
|---|
| 31 | /sbin/partprobe
|
|---|
| 32 |
|
|---|
| 33 | # File
|
|---|
| 34 | /usr/bin/file
|
|---|
| 35 | /usr/share/misc/file/magic
|
|---|
| 36 | /usr/share/file/magic
|
|---|
| 37 | # On ArchLinux
|
|---|
| 38 | /usr/share/file/magic.mgc
|
|---|
| 39 | /usr/share/misc/magic.mgc
|
|---|
| 40 |
|
|---|
| 41 | # ACLs
|
|---|
| 42 | /usr/bin/getfattr
|
|---|
| 43 | /usr/bin/setfattr
|
|---|
| 44 | /usr/bin/getfacl
|
|---|
| 45 | /usr/bin/setfacl
|
|---|
| 46 |
|
|---|
| 47 | # Compressors
|
|---|
| 48 | # On RHEL
|
|---|
| 49 | /usr/bin/bzip2
|
|---|
| 50 | # On Debian and ArchLinux
|
|---|
| 51 | /bin/bzip2
|
|---|
| 52 | # is a link => No additional place
|
|---|
| 53 | # On RHEL
|
|---|
| 54 | /usr/bin/bunzip2
|
|---|
| 55 | # On Debian and ArchLinux
|
|---|
| 56 | /bin/bunzip2
|
|---|
| 57 | /usr/bin/lzop
|
|---|
| 58 | /usr/bin/lzma
|
|---|
| 59 |
|
|---|
| 60 | # Unix commands
|
|---|
| 61 | /bin/chroot
|
|---|
| 62 | /usr/sbin/chroot
|
|---|
| 63 | /usr/bin/cmp
|
|---|
| 64 | /sbin/ctrlaltdel
|
|---|
| 65 | /bin/dd
|
|---|
| 66 | /usr/bin/eject
|
|---|
| 67 | /usr/bin/env
|
|---|
| 68 | /sbin/halt
|
|---|
| 69 | /usr/bin/halt
|
|---|
| 70 | /sbin/ldconfig
|
|---|
| 71 | /usr/bin/wc
|
|---|
| 72 |
|
|---|
| 73 | # Status ???
|
|---|
| 74 | #
|
|---|
| 75 | /usr/bin/du
|
|---|
| 76 | /usr/bin/xargs
|
|---|
| 77 | /usr/bin/head
|
|---|
| 78 | /usr/bin/less
|
|---|
| 79 |
|
|---|
| 80 | /usr/bin/sort
|
|---|
| 81 | /usr/bin/uniq
|
|---|
| 82 | /usr/bin/reset
|
|---|
| 83 | /sbin/ldconfig
|
|---|
| 84 | /usr/bin/tee
|
|---|
| 85 |
|
|---|
| 86 | # For swap uuid support, ia64 and probably then more in the future
|
|---|
| 87 | /usr/bin/perl
|
|---|
| 88 |
|
|---|
| 89 | # helps for debugging (optional)
|
|---|
| 90 | /usr/bin/ldd
|
|---|
| 91 | /usr/bin/strace
|
|---|
| 92 | #/usr/bin/valgrind
|
|---|
| 93 | #/usr/lib/valgrind/
|
|---|
| 94 | #/usr/lib64/valgrind/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.