浏览代码

Merge pull request #4842 from pda/installer-devicemapper-comment

Update AUFS comment in install.sh
Tianon Gravi 11 年之前
父节点
当前提交
e99297e4eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hack/install.sh

+ 1 - 1
hack/install.sh

@@ -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)"