7e8726e151a07efbf165247e5a516b68a7658a40
[dragonfly.git] / share / installer / cmdnames.conf
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
12 CAT=bin/cat
13 CHMOD=bin/chmod
14 CP=bin/cp
15 CPDUP="bin/cpdup -o -vvv -u"
16 DATE=bin/date
17 DD=bin/dd
18 ECHO=bin/echo
19 LN=bin/ln
20 LS=bin/ls
21 MKDIR=bin/mkdir
22 MV=bin/mv
23 RM=bin/rm
24 SH=bin/sh
25 TEST=bin/test
26
27 DHCLIENT=sbin/dhclient
28 DISKLABEL64=sbin/disklabel64
29 DUMPON=sbin/dumpon
30 FDISK=sbin/fdisk
31 HAMMER=sbin/hammer
32 IFCONFIG=sbin/ifconfig
33 MOUNT=sbin/mount
34 MOUNTD=sbin/mountd
35 MOUNT_HAMMER=sbin/mount_hammer
36 MOUNT_NULL=sbin/mount_null
37 MOUNT_TMPFS=sbin/mount_tmpfs
38 NEWFS=sbin/newfs
39 NEWFS_HAMMER=sbin/newfs_hammer
40 NEWFS_MSDOS=sbin/newfs_msdos
41 NFSD=sbin/nfsd
42 ROUTE=sbin/route
43 SYSCTL=sbin/sysctl
44 SWAPOFF=sbin/swapoff
45 SWAPON=sbin/swapon
46 UMOUNT=sbin/umount
47
48 AWK=usr/bin/awk
49 BUNZIP2=usr/bin/bunzip2
50 CHFLAGS=usr/bin/chflags
51 DIRNAME=usr/bin/dirname
52 GREP=usr/bin/grep
53 KILLALL=usr/bin/killall
54 SED=usr/bin/sed
55 TOUCH=usr/bin/touch
56 XARGS=usr/bin/xargs
57 YES=usr/bin/yes
58
59 TFTPD=usr/libexec/tftpd
60
61 BOOT0CFG=usr/sbin/boot0cfg
62 CHROOT=usr/sbin/chroot
63 FDFORMAT=usr/sbin/fdformat
64 INETD=usr/sbin/inetd
65 KBDCONTROL=usr/sbin/kbdcontrol
66 PW=usr/sbin/pw
67 PWD_MKDB=usr/sbin/pwd_mkdb
68 RPCBIND=usr/sbin/rpcbind
69 SWAPINFO=usr/sbin/swapinfo
70 VIDCONTROL=usr/sbin/vidcontrol
71
72 DHCPD=usr/pkg/sbin/dhcpd
73 PKG_ADD=usr/pkg/sbin/pkg_add
74 PKG_CREATE=usr/pkg/sbin/pkg_create
75 PKG_DELETE=usr/pkg/sbin/pkg_delete
76 PKG_INFO=usr/pkg/sbin/pkg_info
77
78 # These aren't commands, but they're configurable here nonetheless.
79
80 DMESG_BOOT=var/run/dmesg.boot
81 INSTALLER_TEMP="/tmp/"