|
Last change
on this file since 2694 was 2594, checked in by Bruno Cornec, 16 years ago |
r3735@localhost: bruno | 2010-03-14 19:50:12 +0100
- Avoids remaining error messages at restore time in new mindi
- Adapt group file to include latest one needed by udev
- Explicitely add a dep on libnss_files.so.2 needed for uid resolution at restore time
|
|
File size:
1.9 KB
|
| Line | |
|---|
| 1 | # $Id$
|
|---|
| 2 | #
|
|---|
| 3 | # System Tools that are mandatory inside the initrd
|
|---|
| 4 | #
|
|---|
| 5 |
|
|---|
| 6 | /lib/ld-linux.so.2
|
|---|
| 7 |
|
|---|
| 8 | # Base Unix commands
|
|---|
| 9 | # Used by init
|
|---|
| 10 | /bin/sh
|
|---|
| 11 | /bin/awk
|
|---|
| 12 | /usr/bin/awk
|
|---|
| 13 | /bin/gawk
|
|---|
| 14 | # On Debian
|
|---|
| 15 | /usr/bin/awk
|
|---|
| 16 | /usr/bin/gawk
|
|---|
| 17 | /bin/dd
|
|---|
| 18 | /bin/grep
|
|---|
| 19 | /bin/uname
|
|---|
| 20 | /bin/df
|
|---|
| 21 | /usr/bin/loadkeys
|
|---|
| 22 | /sbin/pidof
|
|---|
| 23 | /sbin/reboot
|
|---|
| 24 | /sbin/openvt
|
|---|
| 25 | /usr/bin/openvt
|
|---|
| 26 | /usr/bin/tail
|
|---|
| 27 | /usr/bin/which
|
|---|
| 28 | /usr/bin/strings
|
|---|
| 29 | /usr/bin/test
|
|---|
| 30 | /usr/bin/[
|
|---|
| 31 | /usr/bin/tr
|
|---|
| 32 | /usr/bin/cut
|
|---|
| 33 | /usr/bin/basename
|
|---|
| 34 | /bin/basename
|
|---|
| 35 | /usr/bin/find
|
|---|
| 36 | /bin/stty
|
|---|
| 37 | /bin/echo
|
|---|
| 38 | /bin/chown
|
|---|
| 39 | /bin/mknod
|
|---|
| 40 | /bin/kill
|
|---|
| 41 | /bin/date
|
|---|
| 42 | /bin/cat
|
|---|
| 43 | /bin/ls
|
|---|
| 44 | /bin/ps
|
|---|
| 45 | /bin/umount
|
|---|
| 46 | /bin/dmesg
|
|---|
| 47 | /bin/ln
|
|---|
| 48 | /bin/pwd
|
|---|
| 49 | /bin/grep
|
|---|
| 50 | /bin/vi
|
|---|
| 51 | /bin/mv
|
|---|
| 52 | /bin/chmod
|
|---|
| 53 | /bin/more
|
|---|
| 54 | /bin/[
|
|---|
| 55 | /bin/true
|
|---|
| 56 | /bin/sed
|
|---|
| 57 | /bin/touch
|
|---|
| 58 | /bin/rmdir
|
|---|
| 59 | /bin/cp
|
|---|
| 60 | /bin/tar
|
|---|
| 61 | /bin/rm
|
|---|
| 62 | /bin/mkdir
|
|---|
| 63 | /bin/sleep
|
|---|
| 64 | /bin/uname
|
|---|
| 65 | /etc/services
|
|---|
| 66 | /etc/protocols
|
|---|
| 67 | /etc/shells
|
|---|
| 68 | /etc/termcap
|
|---|
| 69 | /etc/bashrc
|
|---|
| 70 | # For id resolution
|
|---|
| 71 | /etc/nsswitch.conf
|
|---|
| 72 | /lib/libnss_files.so.2
|
|---|
| 73 |
|
|---|
| 74 | # Compression
|
|---|
| 75 | /bin/gzip
|
|---|
| 76 |
|
|---|
| 77 | # Logs
|
|---|
| 78 | /sbin/klogd
|
|---|
| 79 | /sbin/syslogd
|
|---|
| 80 |
|
|---|
| 81 | # HW related
|
|---|
| 82 | /sbin/fdisk
|
|---|
| 83 | /sbin/hdparm
|
|---|
| 84 |
|
|---|
| 85 | # FS related
|
|---|
| 86 | /bin/mount
|
|---|
| 87 | /sbin/losetup
|
|---|
| 88 | /sbin/mount.ntfs
|
|---|
| 89 | /sbin/mount.ntfs-3g
|
|---|
| 90 | /sbin/fstab-decode
|
|---|
| 91 |
|
|---|
| 92 | # For udev/devfs
|
|---|
| 93 | /sbin/MAKEDEV
|
|---|
| 94 | /etc/init.d/functions
|
|---|
| 95 | /etc/services
|
|---|
| 96 | /sbin/devfsd
|
|---|
| 97 | /etc/udev
|
|---|
| 98 | /etc/hotplug.d
|
|---|
| 99 | /sbin/udev.static
|
|---|
| 100 | /sbin/udevsend
|
|---|
| 101 | /sbin/udevd
|
|---|
| 102 | /sbin/udevstart.static
|
|---|
| 103 | /sbin/udev_volume_id
|
|---|
| 104 | /sbin/start_udev
|
|---|
| 105 | /sbin/udev
|
|---|
| 106 | /sbin/udevstart
|
|---|
| 107 | /sbin/create_static_dev_nodes
|
|---|
| 108 | /etc/sysconfig/udev
|
|---|
| 109 | /sbin/consoletype
|
|---|
| 110 |
|
|---|
| 111 | # Modules
|
|---|
| 112 | /sbin/insmod
|
|---|
| 113 | /sbin/lsmod
|
|---|
| 114 | /sbin/modprobe
|
|---|
| 115 | /etc/modprobe.d
|
|---|
| 116 | /etc/modprobe.conf
|
|---|
| 117 | /etc/conf.modules
|
|---|
| 118 | /etc/modules.conf.local
|
|---|
| 119 |
|
|---|
| 120 | # For mdadm
|
|---|
| 121 | /sbin/mdadm
|
|---|
| 122 | /sbin/mdassemble
|
|---|
| 123 | /etc/mdadm.conf
|
|---|
| 124 | /etc/mdadm/mdadm.conf
|
|---|
| 125 |
|
|---|
| 126 | # Raid support
|
|---|
| 127 | /sbin/raidstart
|
|---|
| 128 | /etc/raidtab
|
|---|
| 129 |
|
|---|
| 130 | # Tools for multipath support
|
|---|
| 131 | /sbin/multipath
|
|---|
| 132 | /sbin/dmsetup
|
|---|
| 133 | /sbin/kpartx
|
|---|
| 134 | /sbin/dmraid
|
|---|
| 135 | /sbin/scsi_id
|
|---|
| 136 | /sbin/mpath_prio_alua
|
|---|
| 137 | /sbin/mpath_wait
|
|---|
| 138 | /sbin/mpath_ctl
|
|---|
| 139 | /sbin/mpath_prio_emc
|
|---|
| 140 | /sbin/mpath_prio_hds_modular
|
|---|
| 141 | /sbin/mpath_prio_netapp
|
|---|
| 142 | /sbin/mpath_prio_ontap
|
|---|
| 143 | /sbin/mpath_prio_rdac
|
|---|
| 144 | /sbin/mpath_prio_tpc
|
|---|
| 145 |
|
|---|
| 146 | # Not completely mandatory
|
|---|
| 147 | /usr/bin/tty
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.