xref: /dragonfly/share/installer/cmdnames.conf (revision 9348a738)
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
33IFCONFIG=sbin/ifconfig
34MOUNT=sbin/mount
35MOUNTD=sbin/mountd
36MOUNT_HAMMER=sbin/mount_hammer
37MOUNT_MSDOS=sbin/mount_msdos
38MOUNT_NULL=sbin/mount_null
39MOUNT_TMPFS=sbin/mount_tmpfs
40NEWFS=sbin/newfs
41NEWFS_HAMMER=sbin/newfs_hammer
42NEWFS_MSDOS=sbin/newfs_msdos
43NFSD=sbin/nfsd
44ROUTE=sbin/route
45SWAPOFF=sbin/swapoff
46SWAPON=sbin/swapon
47UMOUNT=sbin/umount
48
49AWK=usr/bin/awk
50BUNZIP2=usr/bin/bunzip2
51CHFLAGS=usr/bin/chflags
52GREP=usr/bin/grep
53KILLALL=usr/bin/killall
54SED=usr/bin/sed
55TOUCH=usr/bin/touch
56XARGS=usr/bin/xargs
57YES=usr/bin/yes
58
59TFTPD=usr/libexec/tftpd
60
61BOOT0CFG=usr/sbin/boot0cfg
62CHROOT=usr/sbin/chroot
63FDFORMAT=usr/sbin/fdformat
64INETD=usr/sbin/inetd
65KBDCONTROL=usr/sbin/kbdcontrol
66MTREE=usr/sbin/mtree
67PW=usr/sbin/pw
68PWD_MKDB=usr/sbin/pwd_mkdb
69RPCBIND=usr/sbin/rpcbind
70SWAPINFO=usr/sbin/swapinfo
71VIDCONTROL=usr/sbin/vidcontrol
72
73DHCPD=usr/local/sbin/dhcpd
74
75# These aren't commands, but they're configurable here nonetheless.
76
77DMESG_BOOT=var/run/dmesg.boot
78INSTALLER_TEMP="/tmp/"
79