How can I provide network access to a mkosi built Arch linux ? #4145
Replies: 1 comment 2 replies
-
|
I don't think this question is related to mkosi. You can refer to systemd-networkd for network configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have built an arch linux distribution.
Built with the following :
I provided the qemuArgs to mkosi/mkosi.conf :
mkosi -d arch -r release summaryshows that the arguments are taken into account.mkosi vm : Error :
failed to parse default acl file /etc/qemu/bridge.conferror shows up.I made sure to give suid permission to helper file:
sudo chmod u+s /usr/lib/qemu/qemu-bridge-helperAnd bridge.conf allows the bridge :
Note that I tested this network setup with qemu-system-x86_64 + arch linux iso image, I had not problem booting the image.
Beta Was this translation helpful? Give feedback.
All reactions