diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-21 18:43:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-21 18:43:21 +0000 |
commit | f0a650b80cd202ec786389e282dcdf8289d4f28e (patch) | |
tree | 299eb3cfac2efb4722057d5812aab6787c8e868c /distrib/amd64/ramdisk_cd | |
parent | 8a6fad3c86f9956a28c3a50c3d96217e72e97901 (diff) |
dhclient on bsd.rd & cd*.iso
Diffstat (limited to 'distrib/amd64/ramdisk_cd')
-rw-r--r-- | distrib/amd64/ramdisk_cd/list.local | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/distrib/amd64/ramdisk_cd/list.local b/distrib/amd64/ramdisk_cd/list.local index 67882190307..a5ce84e64f7 100644 --- a/distrib/amd64/ramdisk_cd/list.local +++ b/distrib/amd64/ramdisk_cd/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list.local,v 1.1 2004/02/07 21:16:47 deraadt Exp $ +# $OpenBSD: list.local,v 1.2 2004/03/21 18:43:20 deraadt Exp $ # add local links; use bin/sh since instbin has already been unlinked #LINK instbin sbin/wicontrol @@ -6,3 +6,9 @@ #LINK instbin sbin/ccdconfig LINK instbin sbin/ping6 LINK instbin sbin/rtsol + +LINK instbin sbin/dhclient + +# dhcp things +SCRIPT ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script +SPECIAL chmod 755 sbin/dhclient-script |