|
Last change
on this file since 3473 was 3451, checked in by Bruno Cornec, 10 years ago |
- mr-device-mounted should be part of the boot env at restore time as it's called early by mondorestore.
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | # $Id$
|
|---|
| 2 | #
|
|---|
| 3 | # Base System Tools that are mandatory inside the initrd
|
|---|
| 4 | #
|
|---|
| 5 | /etc/fstab
|
|---|
| 6 | /etc/modules.conf
|
|---|
| 7 | # On ArchLinux
|
|---|
| 8 | /etc/modprobe.d/
|
|---|
| 9 |
|
|---|
| 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
|
|---|
| 19 | # On Debian
|
|---|
| 20 | /bin/afio
|
|---|
| 21 | /usr/bin/star
|
|---|
| 22 | /usr/sbin/ntfsclone
|
|---|
| 23 | /usr/bin/buffer
|
|---|
| 24 |
|
|---|
| 25 | /usr/sbin/parted
|
|---|
| 26 | /sbin/parted
|
|---|
| 27 | /usr/sbin/partprobe
|
|---|
| 28 | /sbin/partprobe
|
|---|
| 29 |
|
|---|
| 30 | /usr/bin/file
|
|---|
| 31 | /usr/share/misc/file/magic
|
|---|
| 32 | /usr/share/file/magic
|
|---|
| 33 | # On ArchLinux
|
|---|
| 34 | /usr/share/file/magic.mgc
|
|---|
| 35 | /usr/share/misc/magic.mgc
|
|---|
| 36 |
|
|---|
| 37 | /usr/bin/getfattr
|
|---|
| 38 | /usr/bin/setfattr
|
|---|
| 39 | /usr/bin/getfacl
|
|---|
| 40 | /usr/bin/setfacl
|
|---|
| 41 |
|
|---|
| 42 | #
|
|---|
| 43 | /bin/lsblk
|
|---|
| 44 |
|
|---|
| 45 | # On RHEL
|
|---|
| 46 | /usr/bin/bzip2
|
|---|
| 47 | # On Debian and ArchLinux
|
|---|
| 48 | /bin/bzip2
|
|---|
| 49 | # is a link => No additional place
|
|---|
| 50 | # On RHEL
|
|---|
| 51 | /usr/bin/bunzip2
|
|---|
| 52 | # On Debian and ArchLinux
|
|---|
| 53 | /bin/bunzip2
|
|---|
| 54 | /usr/bin/lzop
|
|---|
| 55 | /usr/bin/lzma
|
|---|
| 56 |
|
|---|
| 57 | /bin/date
|
|---|
| 58 | /sbin/ctrlaltdel
|
|---|
| 59 | /bin/dd
|
|---|
| 60 | /usr/bin/eject
|
|---|
| 61 | /usr/bin/wc
|
|---|
| 62 | /usr/bin/xargs
|
|---|
| 63 | /usr/bin/less
|
|---|
| 64 |
|
|---|
| 65 | /sbin/ldconfig
|
|---|
| 66 | /usr/bin/tee
|
|---|
| 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/
|
|---|
| 74 |
|
|---|
| 75 | # For swap uuid support, ia64 and probably then more in the future
|
|---|
| 76 | /usr/bin/perl
|
|---|
| 77 |
|
|---|
| 78 | # MondoRescue tools
|
|---|
| 79 | /usr/bin/mr-device-mounted
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.