diff options
author | 2014-07-24 19:23:51 +0000 | |
---|---|---|
committer | 2014-07-24 19:23:51 +0000 | |
commit | ad97b629e332765770ee52299b07be9a108d5fe2 (patch) | |
tree | 51f1053214272446ec6aaa0690b4f0097735a35d | |
parent | + eeprom (diff) | |
download | wireguard-openbsd-ad97b629e332765770ee52299b07be9a108d5fe2.tar.xz wireguard-openbsd-ad97b629e332765770ee52299b07be9a108d5fe2.zip |
Provide eeprom(8) on the sparc installation media. Intended to help diagnosing
installation problems.
``if it fits go for it'' deraadt@ (and it fits)
-rw-r--r-- | distrib/sparc/ramdisk/list.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc/ramdisk/list.local b/distrib/sparc/ramdisk/list.local index 189780897e5..f051e3874d8 100644 --- a/distrib/sparc/ramdisk/list.local +++ b/distrib/sparc/ramdisk/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list.local,v 1.5 2014/01/08 21:53:35 deraadt Exp $ +# $OpenBSD: list.local,v 1.6 2014/07/24 19:23:51 miod Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -6,6 +6,7 @@ LINK instbin sbin/disklabel #LINK instbin sbin/restore LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/less usr/bin/more +LINK instbin usr/sbin/eeprom SYMLINK /tmp var/tmp |