|
Last change
on this file since 2636 was 2615, checked in by Bruno Cornec, 16 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
|
| Rev | Line | |
|---|
| [2409] | 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
|
|---|
| [2455] | 16 | # On Debian
|
|---|
| 17 | /bin/afio
|
|---|
| [2409] | 18 | /usr/bin/star
|
|---|
| 19 | /usr/sbin/ntfsclone
|
|---|
| 20 | /usr/bin/buffer
|
|---|
| 21 |
|
|---|
| 22 | /usr/sbin/parted
|
|---|
| 23 | /sbin/parted
|
|---|
| 24 | /usr/sbin/partprobe
|
|---|
| [2582] | 25 | /sbin/partprobe
|
|---|
| [2409] | 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 |
|
|---|
| [2474] | 36 | # On RHEL
|
|---|
| [2409] | 37 | /usr/bin/bzip2
|
|---|
| [2464] | 38 | # On Debian
|
|---|
| 39 | /bin/bzip2
|
|---|
| [2436] | 40 | # is a link => No additional place
|
|---|
| [2482] | 41 | # On RHEL
|
|---|
| [2409] | 42 | /usr/bin/bunzip2
|
|---|
| [2482] | 43 | # On Debian
|
|---|
| 44 | /bin/bunzip2
|
|---|
| [2409] | 45 | /usr/bin/lzop
|
|---|
| [2436] | 46 | /usr/bin/lzma
|
|---|
| [2409] | 47 |
|
|---|
| [2436] | 48 | /bin/bash
|
|---|
| [2409] | 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
|
|---|
| [2615] | 57 | /usr/bin/tee
|
|---|
| [2409] | 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.