diff --git a/README.md b/README.md index c1b1173..c6c9d25 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # NodeOS initramfs +[![Greenkeeper badge](https://badges.greenkeeper.io/NodeOS/nodeos-initramfs.svg)](https://greenkeeper.io/) + This package generate a initramfs image that will try to mount the users filesystem, set on the `root=` flag on Linux command line. If it fails to do so, it boots to a Node.js [REPL](http://nodejs.org/api/repl.html) prompt using an diff --git a/package.json b/package.json index 4816cfb..e83de96 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ci-publish": "^1.3.0", "exclfs": "piranna/exclfs", "jocker": "^0.0.1", - "libfuse": "^2.9.8-3", + "libfuse": "^3.0.0", "nodeos-barebones": "^1.0.0-RC3.1", "nodeos-boot-multiUser": "^0.4.3", "nodeos-cross-toolchain": "^1.0.0-RC3.1",