Skip to content

Commit

Permalink
manifests: add NetworkManager-tui
Browse files Browse the repository at this point in the history
`nmtui` allows for a user to interactively set up networking. Using Fedora
CoreOS interactively is usually not what we encourage with Fedora CoreOS, relying
on automation instead. The one exception to this is the Live ISO environment
where our current documented workflow is for a user to boot the Live ISO and
run coreos-installer interactively (of course, there is an automation workflow
as well). In this flow it would be a useful for a user to be able to have an
interactive tool that helped them set up networking if they need static networking.
  • Loading branch information
dustymabe committed Apr 7, 2020
1 parent 4706c40 commit 5067353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ packages:
- NetworkManager-team teamd
# Static firewalling
- iptables nftables iptables-nft iptables-services
# Interactive Networking configuration during coreos-install
- NetworkManager-tui
# Storage
- cloud-utils-growpart
- lvm2 iscsi-initiator-utils sg3_utils
Expand Down

0 comments on commit 5067353

Please sign in to comment.