Browse code

Deleted references to AUFS

AUFS is no longer a dependency (both lxc-docker and lxc-docker-git are >=0.7), and the Arch kernel doesn't need to be replaced with AUFS_friendly.

dkumor authored on 2013/11/27 11:00:13
Showing 1 changed files
... ...
@@ -30,7 +30,6 @@ either AUR package.
30 30
 * bridge-utils
31 31
 * go
32 32
 * iproute2
33
-* linux-aufs_friendly
34 33
 * lxc
35 34
 
36 35
 Installation
... ...
@@ -41,9 +40,6 @@ The instructions here assume **yaourt** is installed.  See
41 41
 for information on building and installing packages from the AUR if you have not
42 42
 done so before.
43 43
 
44
-Keep in mind that if **linux-aufs_friendly** is not already installed that a
45
-new kernel will be compiled and this can take quite a while.
46
-
47 44
 ::
48 45
 
49 46
     yaourt -S lxc-docker-git
... ...
@@ -52,9 +48,6 @@ new kernel will be compiled and this can take quite a while.
52 52
 Starting Docker
53 53
 ---------------
54 54
 
55
-Prior to starting docker modify your bootloader to use the 
56
-**linux-aufs_friendly** kernel and reboot your system.
57
-
58 55
 There is a systemd service unit created for docker.  To start the docker service:
59 56
 
60 57
 ::