diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-11-24 18:33:57 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-06-15 16:24:44 +0200 |
commit | 5c71cbfa94091718325783bedb9e7ec4c49b4b36 (patch) | |
tree | bfc63b30b3760d08245362b6175b5066bd6dafb8 | |
parent | 1c616eccaebe9bced7c9543a54f21a370c1146c3 (diff) | |
download | strongswan-5c71cbfa94091718325783bedb9e7ec4c49b4b36.tar.bz2 strongswan-5c71cbfa94091718325783bedb9e7ec4c49b4b36.tar.xz |
testing: Add root to fstab
This seems to be required for systemd to remount it.
-rw-r--r-- | testing/hosts/default/etc/fstab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/hosts/default/etc/fstab b/testing/hosts/default/etc/fstab index 12747232e..9b0f70203 100644 --- a/testing/hosts/default/etc/fstab +++ b/testing/hosts/default/etc/fstab @@ -1 +1,2 @@ +/dev/vda1 / ext3 defaults,relatime,barrier=1 0 1 /hostshare /root/shared 9p trans=virtio,version=9p2000.L 0 0 |