From 5c71cbfa94091718325783bedb9e7ec4c49b4b36 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 24 Nov 2015 18:33:57 +0100 Subject: [PATCH] testing: Add root to fstab This seems to be required for systemd to remount it. --- testing/hosts/default/etc/fstab | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/hosts/default/etc/fstab b/testing/hosts/default/etc/fstab index 12747232e1..9b0f70203d 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 -- 2.47.2