summaryrefslogtreecommitdiff
path: root/distrib/landisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-01-05 15:10:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-01-05 15:10:44 +0000
commit1af9970686f04bad58682eac55a1e831cefe8147 (patch)
tree7550141fa0d416afd47d519d024a150b983aa2e3 /distrib/landisk
parent9315669cfa803bcc285de26b56c529e556caa98a (diff)
distribute the gzip'd version of bsd.rd on platforms where we all boot
methods support it. if anyone finds a method which does not work, please speak up.
Diffstat (limited to 'distrib/landisk')
-rw-r--r--distrib/landisk/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile
index 526a9dbc833..a2edf62159f 100644
--- a/distrib/landisk/ramdisk/Makefile
+++ b/distrib/landisk/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 2020/05/18 06:20:43 otto Exp $
+# $OpenBSD: Makefile,v 1.33 2021/01/05 15:10:43 deraadt Exp $
FS= miniroot${OSrev}.img
FSSIZE= 5120
@@ -70,7 +70,7 @@ unconfig:
.ifdef RELEASEDIR
install:
- cp bsd.rd ${RELEASEDIR}/bsd.rd
+ cp bsd.gz ${RELEASEDIR}/bsd.rd
chmod a+r ${RELEASEDIR}/bsd.rd
cp ${FS} ${RELEASEDIR}
.endif