|
Last change
on this file since 3705 was 3147, checked in by Bruno Cornec, 13 years ago |
- First pass on svn merge -r 2935:3146 ../3.0
|
|
File size:
3.2 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/bash
|
|---|
| 12 | /bin/mt
|
|---|
| 13 | /bin/awk
|
|---|
| 14 | /usr/bin/awk
|
|---|
| 15 | /bin/gawk
|
|---|
| 16 | # On Debian
|
|---|
| 17 | /usr/bin/awk
|
|---|
| 18 | /usr/bin/gawk
|
|---|
| 19 | /bin/dd
|
|---|
| 20 | /bin/grep
|
|---|
| 21 | /bin/uname
|
|---|
| 22 | /bin/df
|
|---|
| 23 | /usr/bin/loadkeys
|
|---|
| 24 | # On ArchLinux
|
|---|
| 25 | /bin/loadkeys
|
|---|
| 26 | /bin/pidof
|
|---|
| 27 | /sbin/pidof
|
|---|
| 28 | #On Archlinux
|
|---|
| 29 | /usr/bin/reboot
|
|---|
| 30 | /sbin/reboot
|
|---|
| 31 | /sbin/openvt
|
|---|
| 32 | /usr/bin/openvt
|
|---|
| 33 | /usr/bin/tail
|
|---|
| 34 | /usr/bin/which
|
|---|
| 35 | /usr/bin/strings
|
|---|
| 36 | /usr/bin/test
|
|---|
| 37 | /usr/bin/[
|
|---|
| 38 | /usr/bin/tr
|
|---|
| 39 | /usr/bin/cut
|
|---|
| 40 | /usr/bin/basename
|
|---|
| 41 | /bin/basename
|
|---|
| 42 | /usr/bin/find
|
|---|
| 43 | /bin/stty
|
|---|
| 44 | /bin/echo
|
|---|
| 45 | /bin/chown
|
|---|
| 46 | /bin/mknod
|
|---|
| 47 | /bin/kill
|
|---|
| 48 | /bin/date
|
|---|
| 49 | /bin/cat
|
|---|
| 50 | /bin/ls
|
|---|
| 51 | /bin/ps
|
|---|
| 52 | /bin/umount
|
|---|
| 53 | /bin/dmesg
|
|---|
| 54 | /bin/ln
|
|---|
| 55 | /bin/pwd
|
|---|
| 56 | /bin/grep
|
|---|
| 57 | /bin/vi
|
|---|
| 58 | /bin/mv
|
|---|
| 59 | /bin/chmod
|
|---|
| 60 | /bin/more
|
|---|
| 61 | /bin/[
|
|---|
| 62 | /bin/true
|
|---|
| 63 | /bin/sed
|
|---|
| 64 | /bin/touch
|
|---|
| 65 | /bin/rmdir
|
|---|
| 66 | /bin/cp
|
|---|
| 67 | /bin/tar
|
|---|
| 68 | /bin/rm
|
|---|
| 69 | /bin/mkdir
|
|---|
| 70 | /bin/sleep
|
|---|
| 71 | /bin/uname
|
|---|
| 72 | /etc/services
|
|---|
| 73 | /etc/protocols
|
|---|
| 74 | /etc/shells
|
|---|
| 75 | /etc/termcap
|
|---|
| 76 | /etc/bashrc
|
|---|
| 77 | # For id resolution
|
|---|
| 78 | /etc/nsswitch.conf
|
|---|
| 79 | /lib/libnss_files.so.2
|
|---|
| 80 | /sbin/shutdown
|
|---|
| 81 | /etc/init.d/functions
|
|---|
| 82 | /etc/init.d/functions
|
|---|
| 83 | /etc/rc.d/functions
|
|---|
| 84 | /usr/bin/grep
|
|---|
| 85 |
|
|---|
| 86 | # Compression
|
|---|
| 87 | /bin/gzip
|
|---|
| 88 |
|
|---|
| 89 | # Logs
|
|---|
| 90 | /sbin/klogd
|
|---|
| 91 | /sbin/syslogd
|
|---|
| 92 | /sbin/rsyslogd
|
|---|
| 93 | # On ArchLinux
|
|---|
| 94 | /usr/sbin/syslog-ng
|
|---|
| 95 |
|
|---|
| 96 | # HW related
|
|---|
| 97 | /sbin/fdisk
|
|---|
| 98 | /sbin/hdparm
|
|---|
| 99 |
|
|---|
| 100 | # FS related
|
|---|
| 101 | /bin/mount
|
|---|
| 102 | /sbin/losetup
|
|---|
| 103 | /sbin/mount.nfs
|
|---|
| 104 | /sbin/mount.nfs4
|
|---|
| 105 | /etc/rpc
|
|---|
| 106 | /etc/netconfig
|
|---|
| 107 | /usr/bin/sshfs
|
|---|
| 108 | /sbin/mount.fuse
|
|---|
| 109 | /usr/bin/fusermount
|
|---|
| 110 | # On ArchLinux
|
|---|
| 111 | /bin/fusermount
|
|---|
| 112 | /usr/bin/ssh
|
|---|
| 113 | # Required by ssh as dlopened
|
|---|
| 114 | /lib/libnss_compat.so
|
|---|
| 115 | /usr/lib/libnss_compat.so
|
|---|
| 116 | /usr/lib64/libnss_compat.so
|
|---|
| 117 | /lib/libnss_compat.so.2
|
|---|
| 118 | /usr/lib/libnss_compat.so.2
|
|---|
| 119 | /usr/lib64/libnss_compat.so.2
|
|---|
| 120 | /lib/libnss_files.so
|
|---|
| 121 | /usr/lib/libnss_files.so
|
|---|
| 122 | /usr/lib64/libnss_files.so
|
|---|
| 123 | /lib/libnss_files.so.2
|
|---|
| 124 | /usr/lib/libnss_files.so.2
|
|---|
| 125 | /usr/lib64/libnss_files.so.2
|
|---|
| 126 | /etc/ssh
|
|---|
| 127 | /usr/bin/ulockmgr_server
|
|---|
| 128 | #On ArchLinux
|
|---|
| 129 | /bin/ulockmgr_server
|
|---|
| 130 | /sbin/mount.cifs
|
|---|
| 131 | /sbin/mount.cifs3
|
|---|
| 132 | /sbin/mount.smb
|
|---|
| 133 | /sbin/mount.smb3
|
|---|
| 134 | /sbin/mount.smbfs
|
|---|
| 135 | /sbin/mount.smbfs3
|
|---|
| 136 | /sbin/mount.ntfs
|
|---|
| 137 | /sbin/mount.ntfs-3g
|
|---|
| 138 | /sbin/fstab-decode
|
|---|
| 139 |
|
|---|
| 140 | # For devfs
|
|---|
| 141 | /sbin/MAKEDEV
|
|---|
| 142 | # On ArchLinux
|
|---|
| 143 | /etc/rc.d/functions
|
|---|
| 144 | /etc/services
|
|---|
| 145 | /sbin/devfsd
|
|---|
| 146 | /sbin/hwup
|
|---|
| 147 | /sbin/path_id
|
|---|
| 148 | /sbin/scsi_tur
|
|---|
| 149 | # On ArchLinux
|
|---|
| 150 | /sbin/udevadm
|
|---|
| 151 | /sbin/udevstart.static
|
|---|
| 152 | /sbin/udev_volume_id
|
|---|
| 153 | /sbin/start_udev
|
|---|
| 154 | /sbin/udev
|
|---|
| 155 | /sbin/udevstart
|
|---|
| 156 | /sbin/create_static_dev_nodes
|
|---|
| 157 | /etc/sysconfig/udev
|
|---|
| 158 | /sbin/consoletype
|
|---|
| 159 | # On SLES 10
|
|---|
| 160 | /sbin/path_id
|
|---|
| 161 | /sbin/scsi_id
|
|---|
| 162 | /sbin/scsi_tur
|
|---|
| 163 | /sbin/hwup
|
|---|
| 164 |
|
|---|
| 165 | /sbin/usb_id
|
|---|
| 166 | /sbin/vol_id
|
|---|
| 167 | /sbin/pam_console_apply
|
|---|
| 168 |
|
|---|
| 169 | # For upstart/systemd
|
|---|
| 170 | /etc/init
|
|---|
| 171 | /sbin/start
|
|---|
| 172 | /sbin/stop
|
|---|
| 173 | /sbin/status
|
|---|
| 174 | /sbin/shutdown
|
|---|
| 175 | /sbin/initctl
|
|---|
| 176 |
|
|---|
| 177 | # Modules
|
|---|
| 178 | /sbin/insmod
|
|---|
| 179 | /sbin/lsmod
|
|---|
| 180 | /sbin/kmod
|
|---|
| 181 | # On SLES 11 SP2
|
|---|
| 182 | /bin/lsmod
|
|---|
| 183 | # On ArchLinux
|
|---|
| 184 | /usr/bin/lsmod
|
|---|
| 185 | /usr/bin/insmod
|
|---|
| 186 | /usr/bin/kmod
|
|---|
| 187 | /sbin/modprobe
|
|---|
| 188 | /etc/modprobe.d
|
|---|
| 189 | /etc/modprobe.conf
|
|---|
| 190 | /etc/conf.modules
|
|---|
| 191 | /etc/modules.conf.local
|
|---|
| 192 |
|
|---|
| 193 | # For mdadm
|
|---|
| 194 | /sbin/mdadm
|
|---|
| 195 | /sbin/mdassemble
|
|---|
| 196 | /etc/mdadm.conf
|
|---|
| 197 | /etc/mdadm/mdadm.conf
|
|---|
| 198 |
|
|---|
| 199 | # Raid support
|
|---|
| 200 | /sbin/raidstart
|
|---|
| 201 | /etc/raidtab
|
|---|
| 202 |
|
|---|
| 203 | # Tools for multipath support
|
|---|
| 204 | /sbin/multipath
|
|---|
| 205 | /sbin/dmsetup
|
|---|
| 206 | /sbin/kpartx
|
|---|
| 207 | /sbin/dmraid
|
|---|
| 208 | /sbin/scsi_id
|
|---|
| 209 | /sbin/mpath_prio_alua
|
|---|
| 210 | /sbin/mpath_wait
|
|---|
| 211 | /sbin/mpath_ctl
|
|---|
| 212 | /sbin/mpath_prio_emc
|
|---|
| 213 | /sbin/mpath_prio_hds_modular
|
|---|
| 214 | /sbin/mpath_prio_netapp
|
|---|
| 215 | /sbin/mpath_prio_ontap
|
|---|
| 216 | /sbin/mpath_prio_rdac
|
|---|
| 217 | /sbin/mpath_prio_tpc
|
|---|
| 218 |
|
|---|
| 219 | # Not completely mandatory
|
|---|
| 220 | /usr/bin/tty
|
|---|
| 221 | # Network System Tools
|
|---|
| 222 | /bin/ping
|
|---|
| 223 | /sbin/ifconfig
|
|---|
| 224 | /sbin/route
|
|---|
| 225 | /sbin/rpcbind
|
|---|
| 226 |
|
|---|
| 227 | # Busybox
|
|---|
| 228 | /usr/lib/mindi/rootfs/bin/busybox
|
|---|
| 229 | /usr/lib64/mindi/rootfs/bin/busybox
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.