index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-06 | Corrected some minor modifications mentioned in #595 as well as merged in ↵ | Anton Hvornum | |
latest changes from master. For future PR's do create a patch-branch for upstream patches to avoid changes to your local repo. | |||
2021-08-20 | Update guided.py | Yash Tripathi | |
2021-08-20 | added servers key | Yash Tripathi | |
2021-07-18 | changed dry_run to dry-run | Yash Tripathi | |
2021-07-18 | added new key for desktop-environment | Yash Tripathi | |
2021-07-18 | created load_config() to load configuration | Yash Tripathi | |
2021-07-07 | Fix encryption + grub both in UEFI and BIOS systems. | Hamad Al Marri | |
We need to have two partitions in BIOS one for boot (grub) and the other for root (/). The format of the boot partition is ext2 (so it is added). If disk is chosen to be encrypted, `then /etc/default/grub` is edited as the followings: https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Configuring_GRUB_2 Issue: https://github.com/archlinux/archinstall/issues/586 This work is done while working on CachyOS which is Arch based and it is using customized archinstaller. To test these changes you can try CachyOS installer which supports encrypted disk with grub (https://wiki.cachyos.org/). Hamad | |||
2021-06-13 | Merge pull request #577 from chingnux/fix-silent | Anton Hvornum | |
fix the case when there's --config but --silent is not set | |||
2021-06-13 | Implement is_desktop_profile helper function (#575) | Dylan M. Taylor | |
* Implement is_desktop_profile helper function * Make ask_for_audio_selection use generic_select * Fix default value for audio selection * Leverage list of supported desktops to perform is_desktop_profile check * is_desktop_profile was missing a default return value * Store return value for audio server | |||
2021-06-13 | fix the case when there's --config but --silent is not set | Iru Cai | |
2021-06-10 | added --dry-run flag (#570) | Yash Tripathi | |
* added --dry-run flag | |||
2021-06-02 | Clean up graphics driver output | Dylan Taylor | |
2021-06-02 | Add graphics device listing | Dylan Taylor | |
2021-06-02 | Add hardware logging to beginning of installation | Dylan Taylor | |
2021-05-28 | Make this template usable to users of more platforms | Dylan M. Taylor | |
In case someone is trying to edit this as a template, this will work for more people. | |||
2021-05-28 | Merge pull request #526 from dylanmtaylor/export-configuration | Anton Hvornum | |
Write user configuration JSON to a file in logs directory | |||
2021-05-28 | added support for setting profile to a dict or a string in config | Yash Tripathi | |
2021-05-28 | added support for setting mirror-region to a dict or a string in config | Yash Tripathi | |
2021-05-27 | Needed to set file mode to write. | Dylan M. Taylor | |
2021-05-27 | Write user configuration JSON to a file in logs directory | Dylan Taylor | |
2021-05-27 | Update custom-command-sample.json | Yash Tripathi | |
2021-05-27 | Add descriptions for top-level profiles | Dylan M. Taylor | |
2021-05-24 | removed builtins usage and added gfx_package key in config | Yash Tripathi | |
2021-05-23 | Made sure NTP matches the default value when 'skipped'. | Anton Hvornum | |
2021-05-23 | added pulling sys-language and sys-encoding from config | Yash Tripathi | |
2021-05-23 | fixed pulling mirror-region from config | Yash Tripathi | |
2021-05-23 | updated mirror-region config key to use value directly | Yash Tripathi | |
2021-05-22 | Fix issue from language selection. | Anton Hvornum | |
2021-05-22 | Fix issue from language selection. | Anton Hvornum | |
2021-05-22 | Re-worked the select_profile() user interaction. It no longer takes options ↵ | Anton Hvornum | |
as a parameter, instead it sources the profiles available, prints a curated list but allows for any input that is a valid profile. | |||
2021-05-22 | Added in the option to select system locale if --advance is given to guided, ↵ | Anton Hvornum | |
as it does potentially cause issues in the installation if not configured properly | |||
2021-05-22 | Rephrased according to @dylan's suggestions. | Anton Hvornum | |
2021-05-22 | Made NTP question only on timezone for now. | Anton Hvornum | |
2021-05-22 | Added a information that ntp might require some additional tinkering to work ↵ | Anton Hvornum | |
perfectly. | |||
2021-05-22 | Adding a NTP option to syncronize time. | Anton Hvornum | |
2021-05-22 | Added in a are-we-root check at the top of guided. | Anton Hvornum | |
2021-05-21 | Add ability to provide an array of services to enable in config file | Dylan Taylor | |
2021-05-20 | fallback added for when profile is null/empty | Yash Tripathi | |
2021-05-20 | Re-add profile import | Dylan Taylor | |
2021-05-20 | fixed creating profile object if profile is passed in vars | Yash Tripathi | |
2021-05-20 | Use {installation.target} in custom commands handler | Dylan Taylor | |
2021-05-20 | Extract custom-commands function into general.py | Dylan Taylor | |
2021-05-20 | Clean up temp files after they are run | Dylan Taylor | |
2021-05-20 | Add logging of execution output | Dylan Taylor | |
2021-05-20 | Switch back to arch-chroot | Dylan Taylor | |
This reverts commit 27fa5119145ffdc50b7aff400315dc7a82a8cc29. | |||
2021-05-20 | Use temporary script files | Dylan M. Taylor | |
Path will be different inside of target env. | |||
2021-05-20 | Swapped the instance sent to Boot() | Anton Hvornum | |
2021-05-20 | changed "desktop" to "profile" while loading config | Yash Tripathi | |
2021-05-20 | Update configuration script to work with changes | Dylan Taylor | |
2021-05-20 | Merge branch 'master' into post-installation-scripts | Dylan Taylor | |