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

Added asking for keymap, locale, configure networking and dns in zfs install plus some more #4

Closed
wants to merge 13 commits into from

Conversation

stevleibelt
Copy link

@stevleibelt stevleibelt commented Aug 13, 2022

@eoli3n thanks for you work.

I want to use your skript within my arch iso builder. Since I am not a french person, I wanted to change locale and keymap but ended up with some more changes.

In general, all your hard settings are still the default settings whenever the user can decide something.

Added

  • zfs install
    • added asking for zpool name
    • added asking for keymap
    • added asking for locale
    • added asking for timezone
    • added asking to configure networking
    • added asking to configure dns
    • added asking for kernel (linux or linux-lts)
    • added usage of install.conf file to ease up multiple runs of the script (yep, perfect if you have to develop this script)
    • added support for networkmanager configuration
    • added prefix of >>:: << on each print-output
    • added automatic detection of ucode package file (currently only amd and intel are supported)
  • changelog

Changed

  • zfs install
    • added check to only configure intel gpu modules when intel gpu is on the system
    • moved installation of iwd and wpa_supplicant into section "configure networking"

…r intel ucode has to be installed. added check if intel gpu is installed. added asking if networking should be configured. added asking if dns should be configured, added asking for keymap, added asking for locale
Added two more archzfs servers with link to the source of this information.
fixed repositories
fixed timezone
@stevleibelt
Copy link
Author

updated to fix issue/5

@eoli3n
Copy link
Owner

eoli3n commented Aug 19, 2022

As said in another comment, thanks for your interest to the project.
This project is meant to be forked, as it contains many configurations chosen by the user, in that case, all are my choices and could change at any time.

If you want something less static, (ability to select classic or lts kernel, keymap, locale, etc) you should fork it and adapt it the way you want. Because, if you use my project as upstream, I will probably change my config at a time and your iso builder project will inherit these modifications.

I will take a look on fixes about timedatectl etc, thanks for your work.

@eoli3n eoli3n closed this Aug 19, 2022
@eoli3n eoli3n mentioned this pull request Oct 20, 2022
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants