fpgetround.3: Replace references to the former fenv.3 manual page.
[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
4 # This is in Bourne shell syntax so that it is easily editable;
5 # it is also sourced by the installer, a C program.
6
7 # Note that file names here should all be relative to the
8 # installation media.  They should NOT include leading slashes.
9 # They may contain extra command-line options.
10
11 CAT=bin/cat
12 CHMOD=bin/chmod
13 CP=bin/cp
14 CPDUP="bin/cpdup -o -vvv -u"
15 DATE=bin/date
16 DD=bin/dd
17 ECHO=bin/echo
18 LN=bin/ln
19 LS=bin/ls
20 MKDIR=bin/mkdir
21 MV=bin/mv
22 RM=bin/rm
23 SH=bin/sh
24 TEST=bin/test
25
26 CRYPTSETUP=sbin/cryptsetup
27 DHCLIENT=sbin/dhclient
28 DISKLABEL64=sbin/disklabel64
29 DUMPON=sbin/dumpon
30 FDISK=sbin/fdisk
31 GPT=sbin/gpt
32 HAMMER=sbin/hammer
33 HAMMER2=sbin/hammer2
34 IFCONFIG=sbin/ifconfig
35 MOUNT=sbin/mount
36 MOUNTD=sbin/mountd
37 MOUNT_HAMMER=sbin/mount_hammer
38 MOUNT_HAMMER2=sbin/mount_hammer2
39 MOUNT_MSDOS=sbin/mount_msdos
40 MOUNT_NULL=sbin/mount_null
41 MOUNT_TMPFS=sbin/mount_tmpfs
42 NEWFS=sbin/newfs
43 NEWFS_HAMMER=sbin/newfs_hammer
44 NEWFS_HAMMER2=sbin/newfs_hammer2
45 NEWFS_MSDOS=sbin/newfs_msdos
46 NFSD=sbin/nfsd
47 ROUTE=sbin/route
48 SWAPOFF=sbin/swapoff
49 SWAPON=sbin/swapon
50 UMOUNT=sbin/umount
51
52 AWK=usr/bin/awk
53 BUNZIP2=usr/bin/bunzip2
54 CHFLAGS=usr/bin/chflags
55 GREP=usr/bin/grep
56 KILLALL=usr/bin/killall
57 SED=usr/bin/sed
58 TOUCH=usr/bin/touch
59 XARGS=usr/bin/xargs
60 YES=usr/bin/yes
61
62 TFTPD=usr/libexec/tftpd
63
64 BOOT0CFG=usr/sbin/boot0cfg
65 CHROOT=usr/sbin/chroot
66 FDFORMAT=usr/sbin/fdformat
67 INETD=usr/sbin/inetd
68 KBDCONTROL=usr/sbin/kbdcontrol
69 MTREE=usr/sbin/mtree
70 PW=usr/sbin/pw
71 PWD_MKDB=usr/sbin/pwd_mkdb
72 RPCBIND=usr/sbin/rpcbind
73 SWAPINFO=usr/sbin/swapinfo
74 VIDCONTROL=usr/sbin/vidcontrol
75
76 DHCPD=usr/local/sbin/dhcpd
77
78 # These aren't commands, but they're configurable here nonetheless.
79
80 DMESG_BOOT=var/run/dmesg.boot
81 INSTALLER_TEMP="/tmp/"