Typo
This commit is contained in:
parent
cc5d1a0e07
commit
da08ef6aa6
1 changed files with 4 additions and 4 deletions
|
|
@ -24,16 +24,16 @@ profile mount-zfs @{exec_path} flags=(complain) {
|
||||||
mount fstype=zfs -> @{MOUNTS}/*/,
|
mount fstype=zfs -> @{MOUNTS}/*/,
|
||||||
mount fstype=zfs -> /,
|
mount fstype=zfs -> /,
|
||||||
mount fstype=zfs -> /*/,
|
mount fstype=zfs -> /*/,
|
||||||
mount fstype=zfs -> /tmp/zfsmnt.*/
|
mount fstype=zfs -> /tmp/zfsmnt.*/,
|
||||||
mount fstype=zfs -> /tmp/zfsmnt.*/*/
|
mount fstype=zfs -> /tmp/zfsmnt.*/*/,
|
||||||
|
|
||||||
umount @{MOUNTDIRS}/,
|
umount @{MOUNTDIRS}/,
|
||||||
umount @{MOUNTS}/,
|
umount @{MOUNTS}/,
|
||||||
umount @{MOUNTS}/*/,
|
umount @{MOUNTS}/*/,
|
||||||
umount /,
|
umount /,
|
||||||
umount /*/,
|
umount /*/,
|
||||||
umount fstype=zfs -> /tmp/zfsmnt.*/
|
umount /tmp/zfsmnt.*/,
|
||||||
mount fstype=zfs -> /tmp/zfsmnt.*/*/
|
umount /tmp/zfsmnt.*/*/,
|
||||||
|
|
||||||
@{PROC}/@{pids}/mounts r,
|
@{PROC}/@{pids}/mounts r,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue