# List there all necessary files for initrd image.

# NOTE
#       All files will be recursivelly copied to initrd image.
#       Macross %_lib will be expanded to `lib' or `lib64'.
#       Listed binaries files will be copied with necessary libraries.
#       Listed symlinks will be copied with their targets.

# Hooks for DHCP client
/lib/dhcpcd

# Other necessary files
/etc/passwd
/etc/group
/etc/shadow
/etc/nsswitch.conf

# Some of network tools run in chroot environment
/etc/tcb/iputils

# Files necessary to name resolution work
/%_lib/libnss_files.so.2
/%_lib/libnss_nis.so.2
/%_lib/libnss_nisplus.so.2
/var/resolv

# Binaries
/sbin/iptables
/usr/bin/which
/sbin/ip
/sbin/dhcpcd
/usr/bin/wget
/bin/awk
/sbin/mount.nfs
/sbin/umount.nfs
/bin/mount
/bin/cpio
/bin/zcat
/bin/grep
/usr/bin/tr
/sbin/modprobe
/sbin/depmod
/bin/bash
/bin/sh
/bin/sleep
/bin/mkdir
/bin/cat
/bin/echo
/bin/touch
/usr/bin/rsync
/bin/mknod
/bin/kill
/bin/umount
/sbin/switch_root
/bin/ls
/sbin/lsmod
/bin/dmesg
/bin/ping
/bin/cp
/bin/rm
/sbin/switch_root
/bin/sed
/usr/bin/dirname
/bin/hostname
/bin/mv
/usr/bin/host
/bin/sort
/usr/bin/strace
/bin/cut
/bin/netstat
/sbin/arp
/usr/sbin/tcpdump
/sbin/udevd
/sbin/udevadm
/bin/ps
/bin/chmod

# Statelite binaries
/sbin/ifconfig
/usr/bin/clear
/bin/egrep
/bin/ln
/usr/bin/expr
/sbin/chroot
/sbin/insmod
/bin/gzip
/bin/uname
/usr/bin/test
/usr/bin/uniq
/bin/find
/bin/wc

# NFS
/etc/netconfig
/sbin/rpcbind
/var/lib/rpcbind
/etc/services
/etc/protocols
