xref: /dragonfly/share/installer/cmdnames.conf (revision e293de53)
1# Command names for DragonFly installer backend.
2# $Id: cmdnames.conf,v 1.15 2005/04/08 02:29:17 cpressey Exp $
3# $DragonFly: src/share/installer/cmdnames.conf,v 1.3 2008/08/30 16:47:47 hasso Exp $
4
5# This is in Bourne shell syntax so that it is easily editable;
6# it is also sourced by the installer, a C program.
7
8# Note that file names here should all be relative to the
9# installation media.  They should NOT include leading slashes.
10# They may contain extra command-line options.
11
12CAT=bin/cat
13CHMOD=bin/chmod
14CP=bin/cp
15CPDUP="bin/cpdup -o -vvv -u"
16DATE=bin/date
17DD=bin/dd
18ECHO=bin/echo
19LN=bin/ln
20MKDIR=bin/mkdir
21MV=bin/mv
22RM=bin/rm
23SH=bin/sh
24TEST=bin/test
25TEST_DEV="$TEST -c"
26
27CHFLAGS=usr/bin/chflags
28DHCLIENT=sbin/dhclient
29DISKLABEL64=sbin/disklabel64
30DISKLABEL=sbin/disklabel
31DUMPON=sbin/dumpon
32FDISK=sbin/fdisk
33HAMMER=sbin/hammer
34IFCONFIG=sbin/ifconfig
35MOUNT=sbin/mount
36MOUNTD=sbin/mountd
37MOUNT_HAMMER=sbin/mount_hammer
38MOUNT_MFS=sbin/mount_mfs
39MOUNT_NULL=sbin/mount_null
40NEWFS=sbin/newfs
41NEWFS_HAMMER=sbin/newfs_hammer
42NEWFS_MSDOS=sbin/newfs_msdos
43NFSD=sbin/nfsd
44ROUTE=sbin/route
45SWAPON=sbin/swapon
46SYSCTL=sbin/sysctl
47UMOUNT=sbin/umount
48
49AWK=usr/bin/awk
50BASENAME=usr/bin/basename
51BC=usr/bin/bc
52BUNZIP2=usr/bin/bunzip2
53COMM=usr/bin/comm
54GREP=usr/bin/grep
55KILLALL=usr/bin/killall
56SED=usr/bin/sed
57SORT=usr/bin/sort
58TOUCH=usr/bin/touch
59TR=usr/bin/tr
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
69PKG_ADD=usr/pkg/sbin/pkg_add
70PKG_CREATE=usr/pkg/sbin/pkg_create
71PKG_DELETE=usr/pkg/sbin/pkg_delete
72PKG_INFO=usr/pkg/sbin/pkg_info
73PW=usr/sbin/pw
74PWD_MKDB=usr/sbin/pwd_mkdb
75RPCBIND=usr/sbin/rpcbind
76SWAPINFO=usr/sbin/swapinfo
77VIDCONTROL=usr/sbin/vidcontrol
78
79DHCPD=usr/pkg/sbin/dhcpd
80
81CVSUP=usr/local/bin/cvsup
82MEMTEST=usr/local/bin/memtest
83
84# These aren't commands, but they're configurable here nonetheless.
85
86DMESG_BOOT=var/run/dmesg.boot
87INSTALLER_TEMP="/tmp/"
88