Skip to content
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

install: add --copy-network and --network-dir options #212

Merged
merged 1 commit into from
Apr 15, 2020

Commits on Apr 15, 2020

  1. install: add --copy-network and --network-dir options

    This will allow us to copy in networking configuration from a specified
    location into a predetermined directory inside of `/boot/` of the
    installed system (which follows the path of other postprocess steps).
    Having this mechanism will allow for a user to interactively configure
    networking in the Live ISO environment via `nmtui` and then have those
    settings propagate forward into the installed system.
    
    After the files are copied into the directory within `/boot/` a systemd
    unit from the initramfs will pick them up on firstboot and propagate
    them into the appropriate locations.
    
    Fixes: coreos#205
    dustymabe committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    df06c7b View commit details
    Browse the repository at this point in the history