Files
Matt Heon 26ec570c65 Ensure HyperV 9p mounts work when a dir doesn't exist
Before, we required that the mount target exist and be a
directory for the 9p mount to successfully complete, which is not
how things are supposed to work - the user should be able to
mount anywhere. This should just be a simple mkdir, but with FCOS
the root directory is immutable so we need to undo that before we
can mkdir, and unfortunately we don't have a library that can do
chattr (and I didn't want to drag in a new dependency just for
that), so let's be gross and add it to the SSH command. I
aggressively dislike this but it does work.

[NO NEW TESTS NEEDED] Can worry about getting a more generic
mount test together for Machine later.

Signed-off-by: Matt Heon <mheon@redhat.com>
2024-02-27 14:33:53 -05:00
..
2024-02-07 08:17:43 -06:00
2024-02-08 09:35:39 -05:00
2024-02-11 12:58:11 -06:00
2024-02-11 12:58:11 -06:00
2023-10-12 09:26:06 -04:00
2024-02-16 14:41:14 +01:00
2024-02-07 08:17:43 -06:00
2024-02-07 08:17:43 -06:00
2024-02-08 09:35:39 -05:00
2024-02-07 08:17:43 -06:00
2024-02-15 21:05:17 -06:00
2024-02-07 08:17:43 -06:00
2024-02-08 09:35:39 -05:00
2024-02-08 09:35:39 -05:00