blob: 13a1b1f3d191b5d433af9951793c0e6d58c40e40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: list,v 1.4 1997/05/03 07:50:16 tholo Exp $
# the disktab explanation file
COPY disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY dot.profile .profile
COPY dot.instutils .instutils
COPY resolv.conf etc/resolv.conf
COPY install.md install.md
COPY ${CURDIR}/../../../miniroot/install.sh install
COPY ${CURDIR}/../../../miniroot/upgrade.sh upgrade
SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
SPECIAL chmod 755 install
|