nrelease - fix/improve livecd
[dragonfly.git] / share / installer / cmdnames.conf
CommitLineData
dc861544
DH
1# Command names for DragonFly installer backend.
2# $Id: cmdnames.conf,v 1.15 2005/04/08 02:29:17 cpressey Exp $
dc861544
DH
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
1e0793e3 11CAT=bin/cat
dc861544 12CHMOD=bin/chmod
dc861544 13CP=bin/cp
1e0793e3 14CPDUP="bin/cpdup -o -vvv -u"
dc861544 15DATE=bin/date
dc861544 16DD=bin/dd
1e0793e3
SW
17ECHO=bin/echo
18LN=bin/ln
f59b7dfa 19LS=bin/ls
1e0793e3 20MKDIR=bin/mkdir
dc861544 21MV=bin/mv
1e0793e3
SW
22RM=bin/rm
23SH=bin/sh
f59b7dfa 24TEST=bin/test
dc861544 25
88cfb1f7 26CRYPTSETUP=sbin/cryptsetup
1e0793e3
SW
27DHCLIENT=sbin/dhclient
28DISKLABEL64=sbin/disklabel64
1e0793e3
SW
29DUMPON=sbin/dumpon
30FDISK=sbin/fdisk
7b1aa074 31GPT=sbin/gpt
1e0793e3 32HAMMER=sbin/hammer
e90c1ebb 33HAMMER2=sbin/hammer2
1e0793e3 34IFCONFIG=sbin/ifconfig
dc861544 35MOUNT=sbin/mount
1e0793e3 36MOUNTD=sbin/mountd
dcea93a0 37MOUNT_HAMMER=sbin/mount_hammer
e90c1ebb 38MOUNT_HAMMER2=sbin/mount_hammer2
7b1aa074 39MOUNT_MSDOS=sbin/mount_msdos
dcea93a0 40MOUNT_NULL=sbin/mount_null
761cad2f 41MOUNT_TMPFS=sbin/mount_tmpfs
dc861544 42NEWFS=sbin/newfs
dcea93a0 43NEWFS_HAMMER=sbin/newfs_hammer
e90c1ebb 44NEWFS_HAMMER2=sbin/newfs_hammer2
dc861544 45NEWFS_MSDOS=sbin/newfs_msdos
1e0793e3 46NFSD=sbin/nfsd
dc861544 47ROUTE=sbin/route
9687cd27 48SWAPOFF=sbin/swapoff
1e0793e3 49SWAPON=sbin/swapon
1e0793e3 50UMOUNT=sbin/umount
dc861544 51
1e0793e3 52AWK=usr/bin/awk
dc861544 53BUNZIP2=usr/bin/bunzip2
ddc99fb4 54CHFLAGS=usr/bin/chflags
dc861544
DH
55GREP=usr/bin/grep
56KILLALL=usr/bin/killall
dc861544 57SED=usr/bin/sed
1e0793e3 58TOUCH=usr/bin/touch
9687cd27 59XARGS=usr/bin/xargs
1e0793e3
SW
60YES=usr/bin/yes
61
62TFTPD=usr/libexec/tftpd
dc861544 63
dc861544 64BOOT0CFG=usr/sbin/boot0cfg
1e0793e3 65CHROOT=usr/sbin/chroot
dc861544 66FDFORMAT=usr/sbin/fdformat
1e0793e3
SW
67INETD=usr/sbin/inetd
68KBDCONTROL=usr/sbin/kbdcontrol
d4c25c30 69MTREE=usr/sbin/mtree
1e0793e3
SW
70PW=usr/sbin/pw
71PWD_MKDB=usr/sbin/pwd_mkdb
72RPCBIND=usr/sbin/rpcbind
73SWAPINFO=usr/sbin/swapinfo
74VIDCONTROL=usr/sbin/vidcontrol
dc861544 75
c36c5990 76DHCPD=usr/local/sbin/dhcpd
dc861544 77
dc861544
DH
78# These aren't commands, but they're configurable here nonetheless.
79
80DMESG_BOOT=var/run/dmesg.boot
81INSTALLER_TEMP="/tmp/"