summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2015-06-30 14:37:18 -0700
committerKent Overstreet <kent.overstreet@gmail.com>2015-06-30 14:37:18 -0700
commitae4805e528a6848d085e92093a026ef4993b8363 (patch)
tree5d753d1bc23d56b8f4bf6c1193423856422b1587
parent1e78fe7c8e0ba1595e67c3c5a3dab9d54275f61c (diff)
bcachefs
-rw-r--r--index.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.mdwn b/index.mdwn
index 39bd645..46828d2 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -6,6 +6,9 @@ It's still alpha quality, but the code is up and you can play with it now. Build
a kernel from the bcache-dev branch, and a new bcache-tools from the dev branch
in that repository.
+ git clone -b bcache-dev http://evilpiepirate.org/git/linux-bcache.git
+ git clone -b dev http://evilpiepirate.org/git/bcache-tools.git
+
Then, just run
bcacheadm format -C /dev/sda1
@@ -51,7 +54,7 @@ Bcache has been merged into the mainline Linux kernel; for the latest stable bca
For the userspace tools,
- git clone <http://evilpiepirate.org/git/bcache-tools.git>
+ git clone http://evilpiepirate.org/git/bcache-tools.git
The udev rules, Debian/Ubuntu source package, and [Ubuntu PPA](https://launchpad.net/~g2p/+archive/storage/) are maintained here: