mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
Merge pull request #4842 from pda/installer-devicemapper-comment
Update AUFS comment in install.sh
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ case "$lsb_dist" in
|
||||
fi
|
||||
}
|
||||
|
||||
# TODO remove this section once device-mapper lands
|
||||
# aufs is preferred over devicemapper; try to ensure the driver is available.
|
||||
if ! grep -q aufs /proc/filesystems && ! $sh_c 'modprobe aufs'; then
|
||||
kern_extras="linux-image-extra-$(uname -r)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user