diff options
Diffstat (limited to 'testenv/fakes/etc/fstab')
-rw-r--r-- | testenv/fakes/etc/fstab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/fakes/etc/fstab b/testenv/fakes/etc/fstab new file mode 100644 index 00000000..27a0f9f4 --- /dev/null +++ b/testenv/fakes/etc/fstab @@ -0,0 +1,2 @@ +LABEL=PIPST /var/lib/kvmd/pst ext4 nodev,nosuid,noexec,ro,errors=remount-ro,data=journal,X-kvmd.pst-user=kvmd-pst 0 0 +LABEL=PIMSD /var/lib/kvmd/msd ext4 nodev,nosuid,noexec,ro,errors=remount-ro,data=journal,X-kvmd.otgmsd-user=kvmd 0 0 |