1# Command names for DragonFly installer backend. 2# $Id: cmdnames.conf,v 1.15 2005/04/08 02:29:17 cpressey Exp $ 3 4# This is in Bourne shell syntax so that it is easily editable; 5# it is also sourced by the installer, a C program. 6 7# Note that file names here should all be relative to the 8# installation media. They should NOT include leading slashes. 9# They may contain extra command-line options. 10 11CAT=bin/cat 12CHMOD=bin/chmod 13CP=bin/cp 14CPDUP="bin/cpdup -o -vvv -u" 15DATE=bin/date 16DD=bin/dd 17ECHO=bin/echo 18LN=bin/ln 19LS=bin/ls 20MKDIR=bin/mkdir 21MV=bin/mv 22RM=bin/rm 23SH=bin/sh 24TEST=bin/test 25 26CRYPTSETUP=sbin/cryptsetup 27DHCLIENT=sbin/dhclient 28DISKLABEL64=sbin/disklabel64 29DUMPON=sbin/dumpon 30FDISK=sbin/fdisk 31GPT=sbin/gpt 32HAMMER=sbin/hammer 33HAMMER2=sbin/hammer2 34IFCONFIG=sbin/ifconfig 35MOUNT=sbin/mount 36MOUNTD=sbin/mountd 37MOUNT_HAMMER=sbin/mount_hammer 38MOUNT_HAMMER2=sbin/mount_hammer2 39MOUNT_MSDOS=sbin/mount_msdos 40MOUNT_NULL=sbin/mount_null 41MOUNT_TMPFS=sbin/mount_tmpfs 42NEWFS=sbin/newfs 43NEWFS_HAMMER=sbin/newfs_hammer 44NEWFS_HAMMER2=sbin/newfs_hammer2 45NEWFS_MSDOS=sbin/newfs_msdos 46NFSD=sbin/nfsd 47ROUTE=sbin/route 48SWAPOFF=sbin/swapoff 49SWAPON=sbin/swapon 50UMOUNT=sbin/umount 51 52AWK=usr/bin/awk 53BUNZIP2=usr/bin/bunzip2 54CHFLAGS=usr/bin/chflags 55GREP=usr/bin/grep 56KILLALL=usr/bin/killall 57SED=usr/bin/sed 58TOUCH=usr/bin/touch 59XARGS=usr/bin/xargs 60YES=usr/bin/yes 61 62TFTPD=usr/libexec/tftpd 63 64BOOT0CFG=usr/sbin/boot0cfg 65CHROOT=usr/sbin/chroot 66FDFORMAT=usr/sbin/fdformat 67INETD=usr/sbin/inetd 68KBDCONTROL=usr/sbin/kbdcontrol 69MTREE=usr/sbin/mtree 70PW=usr/sbin/pw 71PWD_MKDB=usr/sbin/pwd_mkdb 72RPCBIND=usr/sbin/rpcbind 73SWAPINFO=usr/sbin/swapinfo 74VIDCONTROL=usr/sbin/vidcontrol 75 76DHCPD=usr/local/sbin/dhcpd 77 78# These aren't commands, but they're configurable here nonetheless. 79 80DMESG_BOOT=var/run/dmesg.boot 81INSTALLER_TEMP="/tmp/" 82