fix losetup -a used in newer busybox, add ntfs-3g with acl support

This commit is contained in:
TomasM
2017-12-14 17:43:02 -05:00
parent 25f74c4c0a
commit 3fceef5583
3 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ debug_shell
detach_free_loops()
{
losetup | cut -d : -f 1 | xargs -r -n 1 losetup -d
losetup -a | cut -d : -f 1 | xargs -r -n 1 losetup -d
}
# $1=dir
Binary file not shown.