index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Fix typo that causes crash when creating encrypted LUKS partition (closes #248) | Alexander Seiler | |
2021-04-08 | Reworked the mkinitcpio configuration to be more robust according to the ↵ | Anton Hvornum | |
logic behind #91 and in prep for #145. Also in prep for #124 the lookup of partitions have been prepared here. We now need a reverse-lookup function. | |||
2021-04-08 | Starting implementing #124. The installer will be detatched from block ↵ | Anton Hvornum | |
devices and partitions. Instead it will rely on a given destination to pacstrap to. From there, it should be able to do reverse-lookups on the target and base it's information and choises from there. This removes any form of partitioning logic, hardware logic and other things from the initialization of the installer. These things should be explicitly called from the installers functions instead. Such as .set_hostname() instead of passing it as a initiation variable. | |||
2021-04-08 | Merge pull request #243 from archlinux/torxed-patch-master | Anton Hvornum | |
Re-working examples/minimal.py | |||
2021-04-08 | I simplified the countdown, by moving it into it's own function instead of ↵ | Anton Hvornum | |
wrapped inside guided.. This can now be used by others for a simple countdown. I also re-worked the minimal.py example to work with the new internal partitioning logic API as well as support some flags from archinstall.arguments to minimize user input requirements to just one single question. This one question will most likely go away too, but stays for simplicity right now. | |||
2021-04-08 | Remove nano from base packages | Dylan M. Taylor | |
2021-04-08 | Added a safety check to verify that the encrypted partition exists at least ↵ | Anton Hvornum | |
before trying to open it. | |||
2021-04-08 | Wrong indentation on comment. | Anton Hvornum | |
2021-04-08 | Merge branch 'master' into quality-of-life | Dylan M. Taylor | |
2021-04-08 | Disable post-install hooks for now | Dylan Taylor | |
2021-04-08 | Add filtration on top level profile | Dylan Taylor | |
2021-04-08 | added _post_install hook. | advaithm | |
2021-04-08 | Fixing glitch in variable use after moving to __packages__ definition. | Anton Hvornum | |
2021-04-08 | Corrected the new-line parameter | Anton Hvornum | |
2021-04-08 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-08 | Corrected for keymap before encrypt hook | Anton Hvornum | |
Also think that we should patch mkinitcpio, not replace it. Especially in the btrfs case where we simply just want to add `btrfs` to the `MODULES` section. | |||
2021-04-08 | Add console_scripts archinstall entry point | Pyfisch | |
archinstall should be callable from the command-line. Previously this was achieved with a shell script, however Python packages contain a built in way to to this via the entry points mechanism. | |||
2021-04-08 | Switch to setup.cfg | Pyfisch | |
Configure setup.cfg to find all Python packages. Add more metadata to package. | |||
2021-04-08 | Update regex rule and move check to a function | SecondThundeR | |
2021-04-08 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-08 | Add lowercase conversion for usernames | SecondThundeR | |
2021-04-08 | Update installer.py | Anton Hvornum | |
2021-04-08 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-08 | Corrected the new-line parameter | Anton Hvornum | |
2021-04-08 | sway, wayland specific files. drivers has also been split from xorg | advaithm | |
2021-04-07 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-07 | Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵ | Dylan Taylor | |
torxed-v2.2.0 | |||
2021-04-07 | Merge pull request #221 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added support to automagically add ucode to initrd | |||
2021-04-07 | Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵ | Dylan Taylor | |
minimal-install-profile | |||
2021-04-07 | Remove ,newline='\n' so this branch works for testing | Dylan Taylor | |
This change is already merged but add to this branch for testing | |||
2021-04-07 | Remove TODO line - it's functional and tested to work. | Dylan M. Taylor | |
2021-04-07 | Fixed typos | nullrequest | |
2021-04-07 | Add i3 selections to desktop file | Dylan Taylor | |
2021-04-07 | Add filtration on top level profile | Dylan Taylor | |
2021-04-07 | Merge PR #208: Temporary incorp of audio selection | Anton Hvornum | |
Implement PipeWire sound server as an option, merging so we can work on this more. No this will not make it into the release as-is, it's just a working branch and this will change :) | |||
2021-04-07 | Reverted a change with newline to open | Anton Hvornum | |
2021-04-07 | added support to automatically add ucode to initrd | advaithm | |
2021-04-07 | Merge pull request #217 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added isVM function | |||
2021-04-07 | added isVM function | advaithm | |
2021-04-07 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-07 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
2021-04-07 | Fix newline issue on fstab writes | Insanemal | |
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines | |||
2021-04-07 | added hasIntelCPU | advaithm | |
2021-04-06 | Move choice into guided installation instead of DEs | Dylan M. Taylor | |
Arch wiki says packages should enable the user services automatically | |||
2021-04-07 | added return value for functions in hardware.py plus cpuVendor function | advaithm | |
2021-04-06 | Merge branch 'master' into fix-undef-vars | Anton Hvornum | |
2021-04-06 | Update installer.py | Anton Hvornum | |
2021-04-06 | Merge pull request #190 from advaithm/master | Anton Hvornum | |
post install hook | |||
2021-04-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
2021-04-06 | added _post_install hook. | advaithm | |