Last change
on this file since 2710 was 2615, checked in by Bruno Cornec, 15 years ago |
- Adds tee to deplist
- Fix #412 by supporting grub-install.unsupported for OpenSuSE and solving an issue with the parameter passed to grub for device which should be a device name, not a partition.
|
File size:
1004 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 | /sbin/partprobe
|
---|
26 |
|
---|
27 | /usr/bin/file
|
---|
28 | /usr/share/misc/file/magic
|
---|
29 | /usr/share/file/magic
|
---|
30 |
|
---|
31 | /usr/bin/getfattr
|
---|
32 | /usr/bin/setfattr
|
---|
33 | /usr/bin/getfacl
|
---|
34 | /usr/bin/setfacl
|
---|
35 |
|
---|
36 | # On RHEL
|
---|
37 | /usr/bin/bzip2
|
---|
38 | # On Debian
|
---|
39 | /bin/bzip2
|
---|
40 | # is a link => No additional place
|
---|
41 | # On RHEL
|
---|
42 | /usr/bin/bunzip2
|
---|
43 | # On Debian
|
---|
44 | /bin/bunzip2
|
---|
45 | /usr/bin/lzop
|
---|
46 | /usr/bin/lzma
|
---|
47 |
|
---|
48 | /bin/bash
|
---|
49 | /bin/date
|
---|
50 | /sbin/ctrlaltdel
|
---|
51 | /bin/dd
|
---|
52 | /usr/bin/eject
|
---|
53 | /usr/bin/wc
|
---|
54 | /usr/bin/xargs
|
---|
55 | /usr/bin/less
|
---|
56 | /sbin/ldconfig
|
---|
57 | /usr/bin/tee
|
---|
58 |
|
---|
59 | # For swap uuid support, ia64 and probably then more in the future
|
---|
60 | /usr/bin/perl
|
---|
61 |
|
---|
62 | # helps for debugging (optional)
|
---|
63 | /usr/bin/ldd
|
---|
64 | /usr/bin/strace
|
---|
65 | #/usr/bin/valgrind
|
---|
66 | #/usr/lib/valgrind/
|
---|
67 | #/usr/lib64/valgrind/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.