mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-19 22:31:07 +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
|
||||
directory|file)
|
||||
if grep -q '\soverlay$' /proc/filesystems \
|
||||
|| /sbin/modprobe -q --dry-run overlay; then
|
||||
OVERLAY_FS=overlay
|
||||
if grep -q '\soverlayfs$' /proc/filesystems \
|
||||
|| /sbin/modprobe -q --dry-run overlayfs; then
|
||||
OVERLAY_FS=overlayfs
|
||||
else
|
||||
OVERLAY_FS=aufs
|
||||
fi
|
||||
if grep -q '\soverlay$' /proc/filesystems \
|
||||
|| /sbin/modprobe -q --dry-run overlay; then
|
||||
OVERLAY_FS=overlay
|
||||
if grep -q '\soverlayfs$' /proc/filesystems \
|
||||
|| /sbin/modprobe -q --dry-run overlayfs; then
|
||||
OVERLAY_FS=overlayfs
|
||||
else
|
||||
OVERLAY_FS=aufs
|
||||
fi
|
||||
esac
|
||||
|
||||
# work around apt's GPG invocation that fails without root's .gnupg directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user