xref: /dragonfly/share/installer/cmdnames.conf (revision 9bd170a1)
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
25
26DHCLIENT=sbin/dhclient
27DISKLABEL64=sbin/disklabel64
28DISKLABEL=sbin/disklabel
29DUMPON=sbin/dumpon
30FDISK=sbin/fdisk
31HAMMER=sbin/hammer
32IFCONFIG=sbin/ifconfig
33MOUNT=sbin/mount
34MOUNTD=sbin/mountd
35MOUNT_HAMMER=sbin/mount_hammer
36MOUNT_MFS=sbin/mount_mfs
37MOUNT_NULL=sbin/mount_null
38NEWFS=sbin/newfs
39NEWFS_HAMMER=sbin/newfs_hammer
40NEWFS_MSDOS=sbin/newfs_msdos
41NFSD=sbin/nfsd
42ROUTE=sbin/route
43SWAPON=sbin/swapon
44SYSCTL=sbin/sysctl
45UMOUNT=sbin/umount
46
47AWK=usr/bin/awk
48BASENAME=usr/bin/basename
49BC=usr/bin/bc
50BUNZIP2=usr/bin/bunzip2
51COMM=usr/bin/comm
52GREP=usr/bin/grep
53KILLALL=usr/bin/killall
54SED=usr/bin/sed
55SORT=usr/bin/sort
56TOUCH=usr/bin/touch
57TR=usr/bin/tr
58YES=usr/bin/yes
59
60TFTPD=usr/libexec/tftpd
61
62BOOT0CFG=usr/sbin/boot0cfg
63CHROOT=usr/sbin/chroot
64FDFORMAT=usr/sbin/fdformat
65INETD=usr/sbin/inetd
66KBDCONTROL=usr/sbin/kbdcontrol
67PKG_ADD=usr/pkg/sbin/pkg_add
68PKG_CREATE=usr/pkg/sbin/pkg_create
69PKG_DELETE=usr/pkg/sbin/pkg_delete
70PKG_INFO=usr/pkg/sbin/pkg_info
71PW=usr/sbin/pw
72PWD_MKDB=usr/sbin/pwd_mkdb
73RPCBIND=usr/sbin/rpcbind
74SWAPINFO=usr/sbin/swapinfo
75VIDCONTROL=usr/sbin/vidcontrol
76
77DHCPD=usr/pkg/sbin/dhcpd
78
79CVSUP=usr/local/bin/cvsup
80MEMTEST=usr/local/bin/memtest
81
82# These aren't commands, but they're configurable here nonetheless.
83
84DMESG_BOOT=var/run/dmesg.boot
85INSTALLER_TEMP="/tmp/"
86