|
Last change
on this file since 2446 was 2436, checked in by Bruno Cornec, 17 years ago |
- Improve deplist.d/* files
- adds libnss for ssh support in boot disk
- Solve a memory management issue in DSF module (strtok => mr_strtok)
- DSF now also supports partitions in addition to full disks
- Adds debug in open_and_list_dir
|
|
File size:
885 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
|
|---|
| 16 | /usr/bin/star
|
|---|
| 17 | /usr/sbin/ntfsclone
|
|---|
| 18 | /usr/bin/buffer
|
|---|
| 19 |
|
|---|
| 20 | /usr/sbin/parted
|
|---|
| 21 | /sbin/parted
|
|---|
| 22 | /usr/sbin/partprobe
|
|---|
| 23 |
|
|---|
| 24 | /usr/bin/file
|
|---|
| 25 | /usr/share/misc/file/magic
|
|---|
| 26 | /usr/share/file/magic
|
|---|
| 27 |
|
|---|
| 28 | /usr/bin/getfattr
|
|---|
| 29 | /usr/bin/setfattr
|
|---|
| 30 | /usr/bin/getfacl
|
|---|
| 31 | /usr/bin/setfacl
|
|---|
| 32 |
|
|---|
| 33 | /usr/bin/bzip2
|
|---|
| [2436] | 34 | # is a link => No additional place
|
|---|
| [2409] | 35 | /usr/bin/bunzip2
|
|---|
| 36 | /usr/bin/lzop
|
|---|
| [2436] | 37 | /usr/bin/lzma
|
|---|
| [2409] | 38 |
|
|---|
| [2436] | 39 | /bin/bash
|
|---|
| [2409] | 40 | /bin/date
|
|---|
| 41 | /sbin/ctrlaltdel
|
|---|
| 42 | /bin/dd
|
|---|
| 43 | /usr/bin/eject
|
|---|
| 44 | /usr/bin/wc
|
|---|
| 45 | /usr/bin/xargs
|
|---|
| 46 | /usr/bin/less
|
|---|
| 47 | /sbin/ldconfig
|
|---|
| 48 |
|
|---|
| 49 | # For swap uuid support, ia64 and probably then more in the future
|
|---|
| 50 | /usr/bin/perl
|
|---|
| 51 |
|
|---|
| 52 | # helps for debugging (optional)
|
|---|
| 53 | /usr/bin/ldd
|
|---|
| 54 | /usr/bin/strace
|
|---|
| 55 | #/usr/bin/valgrind
|
|---|
| 56 | #/usr/lib/valgrind/
|
|---|
| 57 | #/usr/lib64/valgrind/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.