diff options
author | Maxim Devaev <[email protected]> | 2022-11-07 16:17:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-07 16:17:13 +0300 |
commit | 29bd1e2f6f026464ff6e9151631f326cf3486981 (patch) | |
tree | a6e484d08daa7fde58a9c4ef425906baf8974d4f /testenv/fakes/etc/fstab | |
parent | 68b3dd4fd0801858328c16d3ae56215c76f25873 (diff) |
static env
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 |