summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2001-04-17 05:49:03 +0000
committerdrahn <drahn@openbsd.org>2001-04-17 05:49:03 +0000
commit2a1cee4b77806e4244f1d730584de771c3f4a7d0 (patch)
tree917bcf98687916f83f1a1063ecf3d286b9b41879
parentDo not claim that a user will not be able to boot from the hard drive (diff)
downloadwireguard-openbsd-2a1cee4b77806e4244f1d730584de771c3f4a7d0.tar.xz
wireguard-openbsd-2a1cee4b77806e4244f1d730584de771c3f4a7d0.zip
Add eject to the powerpc ramdisk, mt is already there, so it is basically
free. Allows ejecting of CDROMs on slot loading systems without an eject button.
-rw-r--r--distrib/powerpc/ramdisk/instbin.conf3
-rw-r--r--distrib/powerpc/ramdisk/list4
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/powerpc/ramdisk/instbin.conf b/distrib/powerpc/ramdisk/instbin.conf
index 6be244d7e4e..3a8212af32a 100644
--- a/distrib/powerpc/ramdisk/instbin.conf
+++ b/distrib/powerpc/ramdisk/instbin.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: instbin.conf,v 1.3 2001/03/25 03:49:38 drahn Exp $
+# $OpenBSD: instbin.conf,v 1.4 2001/04/17 05:49:03 drahn Exp $
#
# instbin.conf - unified binary for the inst/upgr floppies
#
@@ -15,6 +15,7 @@ progs tip rm mt mkdir sed ksh sleep
progs mv expr test hostname
progs mg
+ln mt eject
ln chmod chgrp
ln chmod chown
ln pax tar
diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list
index 5d72984e93c..0aa9647fc77 100644
--- a/distrib/powerpc/ramdisk/list
+++ b/distrib/powerpc/ramdisk/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.18 2001/03/24 01:17:50 drahn Exp $
+# $OpenBSD: list,v 1.19 2001/04/17 05:49:03 drahn Exp $
SRCDIRS distrib/special
SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin
@@ -17,7 +17,7 @@ LINK instbin bin/hostname
LINK instbin bin/ln
LINK instbin bin/ls
LINK instbin bin/mkdir
-LINK instbin bin/mt
+LINK instbin bin/mt bin/eject
LINK instbin bin/mv
LINK instbin bin/pax bin/tar bin/cpio
LINK instbin bin/rm