ALSchwalm / transient

A wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.
MIT License
104 stars 17 forks source link

Use chroot+mount to process /etc/fstab #146

Closed benfogle closed 3 years ago

benfogle commented 3 years ago

Handles corner cases in /etc/fstab more robustly.

Closes #145

Closes #142

Using mount -a to process /etc/fstab has the following benefits:

ALSchwalm commented 3 years ago

Seems like a much better approach. Nice work!