|
Last change
on this file since 2577 was 2482, checked in by Bruno Cornec, 16 years ago |
|
Fix bunzip2 on debian as well
|
|
File size:
975 bytes
|
| Line | |
|---|
| 1 | # $Id$
|
|---|
| 2 | #
|
|---|
| 3 | # Base System Tools that are mandatory inside the initrd
|
|---|
| 4 | #
|
|---|
| 5 | /etc/fstab
|
|---|
| 6 | /etc/modules.conf
|
|---|
| 7 | /etc/hosts
|
|---|
| 8 | /etc/host.conf
|
|---|
| 9 | /etc/resolv.conf
|
|---|
| 10 | /etc/hosts.allow
|
|---|
| 11 | /etc/hosts.deny
|
|---|
| 12 | /etc/nsswitch.conf
|
|---|
| 13 |
|
|---|
| 14 | /usr/sbin/mondorestore
|
|---|
| 15 | /usr/bin/afio
|
|---|
| 16 | # On Debian
|
|---|
| 17 | /bin/afio
|
|---|
| 18 | /usr/bin/star
|
|---|
| 19 | /usr/sbin/ntfsclone
|
|---|
| 20 | /usr/bin/buffer
|
|---|
| 21 |
|
|---|
| 22 | /usr/sbin/parted
|
|---|
| 23 | /sbin/parted
|
|---|
| 24 | /usr/sbin/partprobe
|
|---|
| 25 |
|
|---|
| 26 | /usr/bin/file
|
|---|
| 27 | /usr/share/misc/file/magic
|
|---|
| 28 | /usr/share/file/magic
|
|---|
| 29 |
|
|---|
| 30 | /usr/bin/getfattr
|
|---|
| 31 | /usr/bin/setfattr
|
|---|
| 32 | /usr/bin/getfacl
|
|---|
| 33 | /usr/bin/setfacl
|
|---|
| 34 |
|
|---|
| 35 | # On RHEL
|
|---|
| 36 | /usr/bin/bzip2
|
|---|
| 37 | # On Debian
|
|---|
| 38 | /bin/bzip2
|
|---|
| 39 | # is a link => No additional place
|
|---|
| 40 | # On RHEL
|
|---|
| 41 | /usr/bin/bunzip2
|
|---|
| 42 | # On Debian
|
|---|
| 43 | /bin/bunzip2
|
|---|
| 44 | /usr/bin/lzop
|
|---|
| 45 | /usr/bin/lzma
|
|---|
| 46 |
|
|---|
| 47 | /bin/bash
|
|---|
| 48 | /bin/date
|
|---|
| 49 | /sbin/ctrlaltdel
|
|---|
| 50 | /bin/dd
|
|---|
| 51 | /usr/bin/eject
|
|---|
| 52 | /usr/bin/wc
|
|---|
| 53 | /usr/bin/xargs
|
|---|
| 54 | /usr/bin/less
|
|---|
| 55 | /sbin/ldconfig
|
|---|
| 56 |
|
|---|
| 57 | # For swap uuid support, ia64 and probably then more in the future
|
|---|
| 58 | /usr/bin/perl
|
|---|
| 59 |
|
|---|
| 60 | # helps for debugging (optional)
|
|---|
| 61 | /usr/bin/ldd
|
|---|
| 62 | /usr/bin/strace
|
|---|
| 63 | #/usr/bin/valgrind
|
|---|
| 64 | #/usr/lib/valgrind/
|
|---|
| 65 | #/usr/lib64/valgrind/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.