xref: /dflybsd-src/share/installer/cmdnames.conf (revision b435182d5838da4fb7425466263df898641247dc)
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
24
25CHFLAGS=usr/bin/chflags
26DHCLIENT=sbin/dhclient
27DISKLABEL64=sbin/disklabel64
28DUMPON=sbin/dumpon
29FDISK=sbin/fdisk
30HAMMER=sbin/hammer
31IFCONFIG=sbin/ifconfig
32MOUNT=sbin/mount
33MOUNTD=sbin/mountd
34MOUNT_HAMMER=sbin/mount_hammer
35MOUNT_MFS=sbin/mount_mfs
36MOUNT_NULL=sbin/mount_null
37NEWFS=sbin/newfs
38NEWFS_HAMMER=sbin/newfs_hammer
39NEWFS_MSDOS=sbin/newfs_msdos
40NFSD=sbin/nfsd
41ROUTE=sbin/route
42SWAPON=sbin/swapon
43UMOUNT=sbin/umount
44
45AWK=usr/bin/awk
46BUNZIP2=usr/bin/bunzip2
47GREP=usr/bin/grep
48KILLALL=usr/bin/killall
49SED=usr/bin/sed
50TOUCH=usr/bin/touch
51YES=usr/bin/yes
52
53TFTPD=usr/libexec/tftpd
54
55BOOT0CFG=usr/sbin/boot0cfg
56CHROOT=usr/sbin/chroot
57FDFORMAT=usr/sbin/fdformat
58INETD=usr/sbin/inetd
59KBDCONTROL=usr/sbin/kbdcontrol
60PKG_ADD=usr/pkg/sbin/pkg_add
61PKG_CREATE=usr/pkg/sbin/pkg_create
62PKG_DELETE=usr/pkg/sbin/pkg_delete
63PKG_INFO=usr/pkg/sbin/pkg_info
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/pkg/sbin/dhcpd
71
72CVSUP=usr/local/bin/cvsup
73MEMTEST=usr/local/bin/memtest
74
75# These aren't commands, but they're configurable here nonetheless.
76
77DMESG_BOOT=var/run/dmesg.boot
78INSTALLER_TEMP="/tmp/"
79