diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-07-08 15:42:48 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-07-08 15:42:48 +0000 |
commit | f3570cbd21432fb34e2d7f4dc91e2ab29a1f812a (patch) | |
tree | 04336672849f728f1f54c772bd94ec4ddcbfc447 /distrib/hppa | |
parent | a1a36478f569779c739b5f1b580efbb300be3590 (diff) |
hook up slaacd to the installer on media where we have INET6
Diffstat (limited to 'distrib/hppa')
-rw-r--r-- | distrib/hppa/ramdisk/list.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/hppa/ramdisk/list.local b/distrib/hppa/ramdisk/list.local index 2e6b4f0fe13..d2130f3bbde 100644 --- a/distrib/hppa/ramdisk/list.local +++ b/distrib/hppa/ramdisk/list.local @@ -1,10 +1,11 @@ -# $OpenBSD: list.local,v 1.4 2016/09/04 09:54:22 rpe Exp $ +# $OpenBSD: list.local,v 1.5 2017/07/08 15:42:46 florian Exp $ # hppa extra's LINK instbin sbin/disklabel LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/more usr/bin/less LINK instbin sbin/bioctl +LINK instbin sbin/slaacd # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV |