-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't config network #34
Comments
Fedora CoreOS uses NetworkManager, not networkd. Configuring the network should be done by writing config files for networkmanager. We may want to add sugar for that later though. |
Can you provide some docs and examples to help with the migration? |
cc'ing @bgilbert @dustymabe to see if they have some already |
I was looking at testing this... so there's no network or hostname configuration in fcct? |
Here's how you configure hostname:
EDIT: This is related to #60 |
The hostname can be configured as in #34 (comment), and other NetworkManager configuration can be written as in these docs. Closing this out. |
fcct removed the
networkd
section from ct. Also, the network extension is not a valid systemd unit extension.So what's the correct way to config the network now?
The text was updated successfully, but these errors were encountered: