diff options
-rw-r--r-- | debian/patches/mount-loop.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/patches/mount-loop.patch b/debian/patches/mount-loop.patch index 07f572be..cbce88b0 100644 --- a/debian/patches/mount-loop.patch +++ b/debian/patches/mount-loop.patch @@ -4,11 +4,9 @@ mount: Ignore `loop' option --- mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/utils/mount.c b/utils/mount.c -index 8b059c2..8af055e 100644 --- a/utils/mount.c +++ b/utils/mount.c -@@ -248,7 +248,8 @@ do_mount (struct fs *fs, int remount) +@@ -273,7 +273,8 @@ do_mount (struct fs *fs, int remount) { ARGZ (add (&fsopts, &fsopts_len, o)); } |