diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 08:27:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 08:27:20 +0000 |
commit | 380b8192e526f6c6734de3201c0850ca76f686ce (patch) | |
tree | 36aefc219dcebdd9ac52a37622edd3447da9b7d8 | |
parent | 1bcf4689c84f5a4c468bbb6b1afcf2ecd440b00e (diff) |
some architectures now need a etc/firmware on the install media (cheap enough all can have it)
-rw-r--r-- | distrib/miniroot/mtree.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/distrib/miniroot/mtree.conf b/distrib/miniroot/mtree.conf index 15052cc3d66..2ce2aec59eb 100644 --- a/distrib/miniroot/mtree.conf +++ b/distrib/miniroot/mtree.conf @@ -1,4 +1,4 @@ -# $OpenBSD: mtree.conf,v 1.8 2004/05/04 02:25:46 krw Exp $ +# $OpenBSD: mtree.conf,v 1.9 2004/11/22 08:27:19 deraadt Exp $ # $NetBSD: mtree.conf,v 1.1.4.2 1996/07/15 06:29:38 leo Exp $ /set type=dir uname=root gname=wheel mode=0755 @@ -24,6 +24,11 @@ ppp # ./etc/ppp .. +# ./etc/firmware +firmware +# ./etc/firmware +.. + # ./etc .. |