index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |
2021-04-09 | Attempting to fix auto-detection of encrypted drives. So that #124 can ↵ | Anton Hvornum | |
perform reverse detection on partitions and detect encryption. | |||
2021-04-09 | Change of variables to support new partition lookup. | Anton Hvornum | |
2021-04-09 | Fixed some log output logic for the boot partition. | Anton Hvornum | |
2021-04-09 | Fixed some log output logic for the boot partition. | Anton Hvornum | |
2021-04-09 | Syntax error | Anton Hvornum | |
2021-04-09 | Started patching HOOKS and MODULES based on partition iteration. Also fixed ↵ | Anton Hvornum | |
some pseudo code. | |||
2021-04-09 | Wrong use of hostname in the set_hostname() function. | Anton Hvornum | |
2021-04-09 | Fixed set_hostname() default. | Anton Hvornum | |
2021-04-09 | Reworked Installation() to have self.target instead of self.mountpoint, to ↵ | Anton Hvornum | |
be more consistent and remove the hits that it has anything to do with partitions/hardware. | |||
2021-04-09 | Reworked Installation() to have self.target instead of self.mountpoint, to ↵ | Anton Hvornum | |
be more consistent and remove the hits that it has anything to do with partitions/hardware. | |||
2021-04-09 | Added disk helper function get_partitions_in_use(). Which returns which ↵ | Anton Hvornum | |
partions are being used at a given mount location, including children. | |||
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 | Remove nano from base packages | Dylan M. Taylor | |
2021-04-08 | Merge branch 'master' into quality-of-life | Dylan M. Taylor | |
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 | 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 | 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-07 | Merge pull request #221 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added support to automagically add ucode to initrd | |||
2021-04-07 | Fixed typos | nullrequest | |
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 | Merging changes from master into feature branch to avoid future conflics. | 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-06 | Merge branch 'master' into fix-undef-vars | Anton Hvornum | |
2021-04-06 | Update installer.py | Anton Hvornum | |
2021-04-05 | 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-05 | allow multiple services to be enabled at once | Zach Osman | |
2021-04-04 | Merge branch 'master' into fix-repo-url | Anton Hvornum | |
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-04-04 | Added error handling to sys_command's peak function. | Anton Hvornum | |
2021-04-03 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-03 | Merging in latest changes from master. | Anton Hvornum | |
2021-04-03 | This should fix #151, by using lsblk instead of /dev/disk/by-partuuid. It ↵ | Anton Hvornum | |
also cleaned up the installer code quite a bit during the bootloader installation. Will do the same for encrypted drives later on by implementing UUID on a BlockDevice (disk) level. | |||
2021-04-02 | Fixing glitch in variable use after moving to __packages__ definition. | Anton Hvornum | |
2021-04-02 | Merge PR #113 into torxed-v2.2.0 feature branch. | Anton Hvornum | |
This merge should add BIOS through MBR support and GRUB. | |||
2021-04-02 | added hardwareincompatibilty erros and updated readme | advaithm | |
2021-04-02 | changed __enter__ | advaithm | |
2021-04-02 | fixed some issues with the changes | advaithm | |
2021-03-28 | Added some more useful debug data to the log. | Anton Hvornum | |
2021-03-28 | Fixed a path-check issue with Time Zones. | Anton Hvornum | |
2021-03-25 | New feature: Profile() now supports .packages which returns any defined ↵ | Anton Hvornum | |
packages for that specific profile, as well as archinstall.__packages__ contain any packages that Installer() is responsible for. This can be used to quickly gather any required packages and dependencies by archinstall. Not all profiles have it yet, so .packages might return None. | |||
2021-03-21 | Added a mkinitcpio configuration for non-btrfs volumes but where encryption ↵ | Anton Hvornum | |
is still used. Also added keymap to the HOOKS so that we can get non-us layouts depending on the locale chosen during installation. | |||
2021-03-21 | Moved some info logs into debug instead to minimize user splash. | Anton Hvornum | |
2021-03-21 | Added some debugging to help identify why archinstall cannot find ↵ | Anton Hvornum | |
unencrypted devices when setting up the boot loader. |