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