diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-06-02 14:58:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-06-02 14:58:45 +0000 |
commit | 5be683660ff4f174e8e860de136db57176555655 (patch) | |
tree | f69f8bfb45cf75ee93cef2369d255db56a8be852 /distrib/landisk/ramdisk/list | |
parent | b06275c7a52e1cfc31649e5b8c56fe01e4c51118 (diff) |
first few small steps towards unification
Diffstat (limited to 'distrib/landisk/ramdisk/list')
-rw-r--r-- | distrib/landisk/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/list b/distrib/landisk/ramdisk/list index a647bf77379..5347e314309 100644 --- a/distrib/landisk/ramdisk/list +++ b/distrib/landisk/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.48 2019/05/13 23:18:21 naddy Exp $ +# $OpenBSD: list,v 1.49 2019/06/02 14:58:44 deraadt Exp $ SRCDIRS distrib/special @@ -102,10 +102,11 @@ SPECIAL pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd COPY ${DESTDIR}/etc/signify/openbsd-${OSrev}-base.pub etc/signify/openbsd-${OSrev}-base.pub COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services +TERMCAP vt100,vt220,dumb usr/share/misc/termcap + SYMLINK /tmp/i/fstab.shadow etc/fstab SYMLINK /tmp/i/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/i/hosts etc/hosts -TERMCAP vt100,vt220,dumb usr/share/misc/termcap # and the installation tools SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile |