Remove doscmd(1).
[dragonfly.git] / etc / defaults / mkinitrd.conf
1 # Default configuration for mkinitrd(8)
2 #
3 BIN_TOOLS="mkdir rm sh kill"
4 BOOT_DIR="/boot"
5 CONTENT_DIRS="/usr/share/initrd"
6 INITRD_DIRS="bin boot dev etc mnt proc sbin tmp var new_root"
7 INITRD_SIZE="15m"
8 SBIN_TOOLS="mount mount_devfs mount_hammer mount_nfs mount_null mount_procfs \
9         mount_tmpfs umount iscontrol cryptsetup lvm sysctl udevd tcplay"
10 TMP_DIR="/tmp"