]> git.datanom.net - omvzfs.git/blob - patches/10filesystem.patch
Patches to OMV core
[omvzfs.git] / patches / 10filesystem.patch
1 --- omv/10filesystem.org 2014-09-18 10:13:05.796103231 +0200
2 +++ omv/10filesystem 2014-09-18 10:16:50.584113483 +0200
3 @@ -25,7 +25,7 @@
4 . /usr/share/openmediavault/scripts/helper-functions
5
6 xmlstarlet sel -t \
7 - -m "//system/fstab/mntent[not(contains(opts,'bind') or contains(opts,'loop'))]" \
8 + -m "//system/fstab/mntent[not(contains(opts,'bind') or contains(opts,'loop') or contains(type,'zfs'))]" \
9 -v uuid \
10 -i "position() != last()" -n -b \
11 -b \
This page took 0.066187 seconds and 6 git commands to generate.