Skip to content
Snippets Groups Projects
Commit 1eb0425c authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

update README

Mention all package that need to be installed on a bare bones Fedora system,
make sure service zfs-fuse start is done using sudo.
parent 5beb27df
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,11 @@ To build OSv
0) Install perquisite packages:
On Fedora:
yum install boost-static genromfs libvirt zfs-fuse
yum install autoconf automake boost-static genromfs libvirt libtool \
zfs-fuse
On Debian:
apt-get install libboost-all-dev genromfs libvirt-fuse
apt-get install libboost-all-dev genromfs libvirt-fuse autoconf
1) make sure all git submodules are uptodate
-----------------------------------------
......@@ -35,7 +36,7 @@ To build OSv
----------------------------------------
On Fedora:
service zfs-fuse start
sudo service zfs-fuse start
On Debian the daemon should be started automatically.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment