Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
AgeCommit message (Expand)Author
2021-04-09Fixed set_hostname() default.Anton Hvornum
2021-04-09Reworked Installation() to have self.target instead of self.mountpoint, to be...Anton Hvornum
2021-04-09Reworked Installation() to have self.target instead of self.mountpoint, to be...Anton Hvornum
2021-04-09Added disk helper function get_partitions_in_use(). Which returns which parti...Anton Hvornum
2021-04-08Reworked the mkinitcpio configuration to be more robust according to the logi...Anton Hvornum
2021-04-08Starting implementing #124. The installer will be detatched from block device...Anton Hvornum
2021-04-08Remove nano from base packagesDylan M. Taylor
2021-04-08Merge branch 'master' into quality-of-lifeDylan M. Taylor
2021-04-08Fixing glitch in variable use after moving to __packages__ definition.Anton Hvornum
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-08Corrected for keymap before encrypt hookAnton Hvornum
2021-04-08Update installer.pyAnton Hvornum
2021-04-08Fix undefined variables in installerRuslan Kiyanchuk
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-07Merge pull request #221 from advaithm/torxed-v2.2.0Anton Hvornum
2021-04-07Fixed typosnullrequest
2021-04-07Reverted a change with newline to openAnton Hvornum
2021-04-07added support to automatically add ucode to initrdadvaithm
2021-04-07Merging changes from master into feature branch to avoid future conflics.Anton Hvornum
2021-04-07Fix newline issue on fstab writesInsanemal
2021-04-06Merge branch 'master' into fix-undef-varsAnton Hvornum
2021-04-06Update installer.pyAnton Hvornum
2021-04-05Corrected for keymap before encrypt hookAnton Hvornum
2021-04-05allow multiple services to be enabled at onceZach Osman
2021-04-04Merge branch 'master' into fix-repo-urlAnton Hvornum
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-04-04Fix misspellingsRafael Fontenelle
2021-04-04Added error handling to sys_command's peak function.Anton Hvornum
2021-04-03Fix undefined variables in installerRuslan Kiyanchuk
2021-04-03Merging in latest changes from master.Anton Hvornum
2021-04-03This should fix #151, by using lsblk instead of /dev/disk/by-partuuid. It als...Anton Hvornum
2021-04-02Fixing glitch in variable use after moving to __packages__ definition.Anton Hvornum
2021-04-02Merge PR #113 into torxed-v2.2.0 feature branch.Anton Hvornum
2021-04-02added hardwareincompatibilty erros and updated readmeadvaithm
2021-04-02changed __enter__advaithm
2021-04-02fixed some issues with the changesadvaithm
2021-03-28Added some more useful debug data to the log.Anton Hvornum
2021-03-28Fixed a path-check issue with Time Zones.Anton Hvornum
2021-03-25New feature: Profile() now supports .packages which returns any defined packa...Anton Hvornum
2021-03-21Added a mkinitcpio configuration for non-btrfs volumes but where encryption i...Anton Hvornum
2021-03-21Moved some info logs into debug instead to minimize user splash.Anton Hvornum
2021-03-21Added some debugging to help identify why archinstall cannot find unencrypted...Anton Hvornum
2021-03-21Spelling error on variable.Anton Hvornum
2021-03-21Moved the globalization of 'installation' variable. Since Profile() might be ...Anton Hvornum
2021-03-20Fixed #64. installation.set_timezone() already excisted since earlier version...Anton Hvornum
2021-03-14Made add_bootloader() a little bit more robust, it shouldn't overwrite the ex...Anton Hvornum
2021-03-14Added error handling for install_profile() if string vs Profile() is given as...Anton Hvornum
2021-03-14Removing hardcoded boot-loader config name. #51.Anton Hvornum
2021-03-09Fixed mirror-region parameter selection. Converting to actual mirrors.Anton Hvornum
2021-01-30don't pass encoding in locale argument, it is appended separately in set_localePhilipp Schaffrath