mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
mk-sbuild: Support kmod, when checking for overlayfs availability.
This commit is contained in:
parent
4019f98594
commit
71aab84949
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
ubuntu-dev-tools (0.142) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* mk-sbuild: Support kmod, when checking for overlayfs availability.
|
||||||
|
|
||||||
|
-- Stefano Rivera <stefanor@debian.org> Wed, 25 Apr 2012 17:38:58 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.141) unstable; urgency=low
|
ubuntu-dev-tools (0.141) unstable; urgency=low
|
||||||
|
|
||||||
* syncpackage: Log into Launchpad anonymously with --no-lp
|
* syncpackage: Log into Launchpad anonymously with --no-lp
|
||||||
|
@ -541,7 +541,7 @@ esac
|
|||||||
case "$SCHROOT_TYPE" in
|
case "$SCHROOT_TYPE" in
|
||||||
directory|file)
|
directory|file)
|
||||||
if grep -q '\soverlayfs$' /proc/filesystems \
|
if grep -q '\soverlayfs$' /proc/filesystems \
|
||||||
|| (/sbin/modprobe -l | grep -Fq '/overlayfs.ko'); then
|
|| /sbin/modprobe -q --dry-run overlayfs; then
|
||||||
OVERLAY_FS=overlayfs
|
OVERLAY_FS=overlayfs
|
||||||
else
|
else
|
||||||
OVERLAY_FS=aufs
|
OVERLAY_FS=aufs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user