Last change
on this file since 2464 was
2464,
checked in by Bruno Cornec, 11 years ago
|
bzip2 is under /bin on Debian
|
File size:
930 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 | /usr/bin/bzip2 |
---|
36 | # On Debian |
---|
37 | /bin/bzip2 |
---|
38 | # is a link => No additional place |
---|
39 | /usr/bin/bunzip2 |
---|
40 | /usr/bin/lzop |
---|
41 | /usr/bin/lzma |
---|
42 | |
---|
43 | /bin/bash |
---|
44 | /bin/date |
---|
45 | /sbin/ctrlaltdel |
---|
46 | /bin/dd |
---|
47 | /usr/bin/eject |
---|
48 | /usr/bin/wc |
---|
49 | /usr/bin/xargs |
---|
50 | /usr/bin/less |
---|
51 | /sbin/ldconfig |
---|
52 | |
---|
53 | # For swap uuid support, ia64 and probably then more in the future |
---|
54 | /usr/bin/perl |
---|
55 | |
---|
56 | # helps for debugging (optional) |
---|
57 | /usr/bin/ldd |
---|
58 | /usr/bin/strace |
---|
59 | #/usr/bin/valgrind |
---|
60 | #/usr/lib/valgrind/ |
---|
61 | #/usr/lib64/valgrind/ |
---|
Note: See
TracBrowser
for help on using the repository browser.