installer: GC some dead code.
[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 MKDIR=bin/mkdir
21 MV=bin/mv
22 RM=bin/rm
23 SH=bin/sh
24
25 CHFLAGS=usr/bin/chflags
26 DHCLIENT=sbin/dhclient
27 DISKLABEL64=sbin/disklabel64
28 DUMPON=sbin/dumpon
29 FDISK=sbin/fdisk
30 HAMMER=sbin/hammer
31 IFCONFIG=sbin/ifconfig
32 MOUNT=sbin/mount
33 MOUNTD=sbin/mountd
34 MOUNT_HAMMER=sbin/mount_hammer
35 MOUNT_MFS=sbin/mount_mfs
36 MOUNT_NULL=sbin/mount_null
37 NEWFS=sbin/newfs
38 NEWFS_HAMMER=sbin/newfs_hammer
39 NEWFS_MSDOS=sbin/newfs_msdos
40 NFSD=sbin/nfsd
41 ROUTE=sbin/route
42 SWAPON=sbin/swapon
43 UMOUNT=sbin/umount
44
45 AWK=usr/bin/awk
46 BUNZIP2=usr/bin/bunzip2
47 GREP=usr/bin/grep
48 KILLALL=usr/bin/killall
49 SED=usr/bin/sed
50 TOUCH=usr/bin/touch
51 YES=usr/bin/yes
52
53 TFTPD=usr/libexec/tftpd
54
55 BOOT0CFG=usr/sbin/boot0cfg
56 CHROOT=usr/sbin/chroot
57 FDFORMAT=usr/sbin/fdformat
58 INETD=usr/sbin/inetd
59 KBDCONTROL=usr/sbin/kbdcontrol
60 PKG_ADD=usr/pkg/sbin/pkg_add
61 PKG_CREATE=usr/pkg/sbin/pkg_create
62 PKG_DELETE=usr/pkg/sbin/pkg_delete
63 PKG_INFO=usr/pkg/sbin/pkg_info
64 PW=usr/sbin/pw
65 PWD_MKDB=usr/sbin/pwd_mkdb
66 RPCBIND=usr/sbin/rpcbind
67 SWAPINFO=usr/sbin/swapinfo
68 VIDCONTROL=usr/sbin/vidcontrol
69
70 DHCPD=usr/pkg/sbin/dhcpd
71
72 CVSUP=usr/local/bin/cvsup
73 MEMTEST=usr/local/bin/memtest
74
75 # These aren't commands, but they're configurable here nonetheless.
76
77 DMESG_BOOT=var/run/dmesg.boot
78 INSTALLER_TEMP="/tmp/"