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