mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 11:51:29 +00:00
mk-sbuild: indent
Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
1ea9bce9b1
commit
fc0919ed25
18
mk-sbuild
18
mk-sbuild
@ -628,15 +628,15 @@ esac
|
|||||||
|
|
||||||
case "$SCHROOT_TYPE" in
|
case "$SCHROOT_TYPE" in
|
||||||
directory|file)
|
directory|file)
|
||||||
if grep -q '\soverlay$' /proc/filesystems \
|
if grep -q '\soverlay$' /proc/filesystems \
|
||||||
|| /sbin/modprobe -q --dry-run overlay; then
|
|| /sbin/modprobe -q --dry-run overlay; then
|
||||||
OVERLAY_FS=overlay
|
OVERLAY_FS=overlay
|
||||||
if grep -q '\soverlayfs$' /proc/filesystems \
|
if grep -q '\soverlayfs$' /proc/filesystems \
|
||||||
|| /sbin/modprobe -q --dry-run overlayfs; then
|
|| /sbin/modprobe -q --dry-run overlayfs; then
|
||||||
OVERLAY_FS=overlayfs
|
OVERLAY_FS=overlayfs
|
||||||
else
|
else
|
||||||
OVERLAY_FS=aufs
|
OVERLAY_FS=aufs
|
||||||
fi
|
fi
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# work around apt's GPG invocation that fails without root's .gnupg directory
|
# work around apt's GPG invocation that fails without root's .gnupg directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user