xref: /openbsd/distrib/amd64/ramdiskA/list (revision 73471bf0)
1#	$OpenBSD: list,v 1.4 2021/07/18 15:18:48 deraadt Exp $
2
3SRCDIRS distrib/special
4
5# copy the crunched binary, link to it, and kill it
6COPY	${OBJDIR}/instbin			instbin
7LINK	instbin					bin/arch
8LINK	instbin					bin/cat
9LINK	instbin					bin/chmod bin/chgrp sbin/chown
10LINK	instbin					bin/cp
11LINK	instbin					bin/date
12LINK	instbin					bin/dd
13LINK	instbin					bin/df
14LINK	instbin					bin/ed
15LINK	instbin					bin/hostname
16LINK	instbin					bin/ksh bin/sh
17LINK	instbin					bin/ln
18LINK	instbin					bin/ls
19LINK	instbin					bin/md5 bin/sha256 bin/sha512
20LINK	instbin					bin/mkdir
21LINK	instbin					bin/mt bin/eject
22LINK	instbin					bin/mv
23LINK	instbin					bin/pax bin/tar
24LINK	instbin					bin/rm
25LINK	instbin					bin/sleep
26LINK	instbin					bin/stty
27LINK	instbin					bin/sync
28LINK	instbin					sbin/disklabel
29LINK	instbin					sbin/dmesg
30LINK	instbin					sbin/fdisk
31LINK	instbin					sbin/fsck
32LINK	instbin					sbin/fsck_ffs
33LINK	instbin					sbin/ifconfig
34LINK	instbin					sbin/init
35LINK	instbin					sbin/kbd
36LINK	instbin					sbin/mknod
37LINK	instbin					sbin/mount
38LINK	instbin					sbin/mount_ffs
39LINK	instbin					sbin/newfs
40LINK	instbin					sbin/ping sbin/ping6
41LINK	instbin					sbin/reboot sbin/halt
42LINK	instbin					sbin/route
43LINK	instbin					sbin/sysctl
44LINK	instbin					sbin/umount
45LINK	instbin					usr/bin/doas
46LINK	instbin					usr/bin/encrypt
47LINK	instbin					usr/bin/ftp
48LINK	instbin					usr/bin/grep usr/bin/egrep usr/bin/fgrep
49LINK	instbin					usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
50LINK	instbin					usr/bin/more usr/bin/less
51LINK	instbin					usr/bin/sed
52LINK	instbin					usr/bin/signify
53LINK	instbin					usr/bin/tee
54LINK	instbin					usr/sbin/chroot
55LINK	instbin					usr/sbin/installboot
56LINK	instbin					usr/sbin/pwd_mkdb
57ARGVLINK ksh					-sh
58SPECIAL	rm bin/md5
59
60# for fdisk(8)
61COPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
62
63# copy the MAKEDEV script and make some devices
64SCRIPT	${DESTDIR}/dev/MAKEDEV			dev/MAKEDEV
65SPECIAL	cd dev; sh MAKEDEV ramdisk
66
67# various files that we need in /etc for the install
68COPY	${CURDIR}/../../miniroot/group		etc/group
69COPY	${CURDIR}/../../miniroot/master.passwd	etc/master.passwd
70SPECIAL	pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd
71COPY	${DESTDIR}/etc/signify/openbsd-${OSrev}-base.pub	etc/signify/openbsd-${OSrev}-base.pub
72COPY	${CURDIR}/../../miniroot/protocols	etc/protocols
73COPY	${CURDIR}/../../miniroot/services	etc/services
74TERMCAP	vt100,vt220,dumb			usr/share/misc/termcap
75
76SYMLINK	/tmp/i/fstab.shadow			etc/fstab
77SYMLINK	/tmp/i/hosts				etc/hosts
78
79# and the installation tools
80SCRIPT	${CURDIR}/../../miniroot/dot.profile	.profile
81SCRIPT	${CURDIR}/../../miniroot/install.sub	install.sub
82SCRIPT	${CURDIR}/../common/install.md		install.md
83SPECIAL	chmod 755 install.sub
84SYMLINK	install.sub				autoinstall
85SYMLINK	install.sub				install
86SYMLINK	install.sub				upgrade
87
88#TZ		# this does not fit on the floppy
89