]> xenbits.xensource.com Git - osstest/rumprun.git/commit
Add a librumprunfs_base component.
authorAntti Kantee <pooka@iki.fi>
Thu, 4 Feb 2016 01:28:43 +0000 (01:28 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 4 Feb 2016 01:37:43 +0000 (01:37 +0000)
commit774ea40c788bfc76388ea81e0ff9a3fee6291e88
treea1b85fa0e9b51885e79aa9da4ee5f421a0c9fe62
parent093072ae23ec8dd4a87d8c2de985a233bacb5bec
Add a librumprunfs_base component.

It is built by genfs and contains the /etc files required by
most Rumprun unikernels.
lib/librumprunfs_base/Makefile [new file with mode: 0644]
lib/librumprunfs_base/etc/group [new file with mode: 0644]
lib/librumprunfs_base/etc/master.passwd [new file with mode: 0644]
lib/librumprunfs_base/etc/nsswitch.conf [new file with mode: 0644]
lib/librumprunfs_base/etc/protocols [new file with mode: 0644]
lib/librumprunfs_base/etc/pwd.db [new file with mode: 0644]
lib/librumprunfs_base/etc/resolv.conf [new file with mode: 0644]
lib/librumprunfs_base/etc/services [new file with mode: 0644]
lib/librumprunfs_base/etc/spwd.db [new file with mode: 0644]
platform/Makefile.inc