Commit Graph

1031 Commits (f3319e1ef4f3cc6233e5d1709de28af10c39e553)
 

Author SHA1 Message Date
rshipp f3319e1ef4 Change local_install to localInstall
rshipp 880c19c195 Fix incorrect if statement
rshipp 995341e9be Allow local installs with the packages module.
Courtesy of @Inkane. Adds the ability to use pacman -U to install
local packages.
Calamares CI 7fc568ac42 Automatic merge of Transifex translations
Calamares CI ffeab9af22 Automatic merge of Transifex translations
Teo Mrnjavac 8a23d48d76 Merge pull request from calamares/removeuser
removeuser job module, this time in Python.
Teo Mrnjavac 01e98f0c29 Merge pull request from calamares/displaymanager-explicitautologin
[displaymanager] Explicitly unset autologin if not checked.
Teo Mrnjavac 81208e4217 Merge pull request from Gormogon/master
Align Pointers
Calamares CI f70ef7cb06 Automatic merge of Transifex translations
Gormogon e2d05cb9f2 Align Pointers
Teo Mrnjavac 67ed53caeb Do not try to set the username if it's None.
Teo Mrnjavac b319cc1da0 [displaymanager] Explicitly unset autologin if not checked.
Teo Mrnjavac 5a1567f4f5 removeuser job module, this time in Python.
Teo Mrnjavac 738272999b Merge pull request from calamares/Python_Docstrings
Python docstrings
Philip e5eee1e4dd [unpackfs] proper sentence
Philip 82dc4c38f4 [unpackfs] add python doc strings
Philip d22e194ee7 [umount] add python doc strings
Philip be2353e54b [packages] add python doc strings
Philip 016dd71db4 [mount] add python doc strings
Philip d7b36e9ff7 [machineid] add python doc strings
Philip fc88f1a480 [initramfs] add python doc strings
Philip d677fe9d01 [initcpiocfg] add python doc strings
Philip 98db0b3f59 [initcpio] add python doc strings
Philip 06be842cfa [grubcfg] add python doc strings
Philip 3d8ba2b088 [fstab] add python doc strings
Philip e7a67b9c52 [dummypython] add python doc strings
Philip 3330df99f3 [dracut] add python doc strings
Philip 60927b9363 [displaymanager] add more python doc strings
Philip 0d8bdc6c4e [bootloader] add python doc strings
Gormogon b4db9fe64b Fixing PEP – 257 Violations
Gormogon 113d9db7cb Python Better Docstrings
Teo Mrnjavac b8b41bdfdd Fix execution environment and error reporting in ProcessJob.
Calamares CI 5b49521201 Automatic merge of Transifex translations
Calamares CI ee04ce64e4 Automatic merge of Transifex translations
Philip 0dadd19e51 [bootloader] use '--force' argument
- Note (Kevin Kofler): Grub will fall back to a LILO-style installation,
  using blocklists to reference the blocks inside a larger partition,
  with the same caveats LILO had (need to reinstall whenever you do
  anything to the partition that will move those blocks around).
- Setting flags (EF00, EF02) or creating grub boot partition should be
  handled within 'partition' module.
Philip 9ac0fc37b1 [bootloader] Modifications
- move fail-check out of loop
- add more debug lines
Philip fe7c5bbe77 [bootloader] Modifications
- add more debug informations
- simplify gpt detection code
Philip 43ccfbd9bd [bootloader] Modifications
- add 'bios_grub' flag when gpt table got detected
- grub: add --recheck at installation
Teo Mrnjavac abeb6d9172 Run urpme noninteractive (OpenMandriva).
Thanks Tomasz Paweł Gajc <tpgxyz@gmail.com> for the patch.
Teo Mrnjavac 0d4cab75c5 Merge pull request from Gormogon/master
README Reformat
Calamares CI 17ed9a1227 Automatic merge of Transifex translations
Gormogon 40ceca5a85 Update HACKING.md
Fixed typo and removed section that would be redundant with the new README.
Gormogon 64c11134eb Add Contribute Link
Gormogon b7327b3693 Moving Build Status
Gormogon ec08d0405c Remove Bold
Gormogon e6f18c10ec Fixed Format
Gormogon 77d2e2135e New README Format
Philip 6ed8b1e4a4 [bootloader] actually use get_kernel_line()
Teo Mrnjavac 92eae47a1d Const correctness.
Teo Mrnjavac 71851ed274 Process user-visible strings in TimezoneWidget and LocalePage.