805 Commits (d677fe9d015ffe58ea56578ffb2e3f00ed1cc08d)

Author SHA1 Message Date
Philip d677fe9d01 [initcpiocfg] add python doc strings 11 years ago
Philip 98db0b3f59 [initcpio] add python doc strings 11 years ago
Philip 06be842cfa [grubcfg] add python doc strings 11 years ago
Philip 3d8ba2b088 [fstab] add python doc strings 11 years ago
Philip e7a67b9c52 [dummypython] add python doc strings 11 years ago
Philip 3330df99f3 [dracut] add python doc strings 11 years ago
Philip 60927b9363 [displaymanager] add more python doc strings 11 years ago
Philip 0d8bdc6c4e [bootloader] add python doc strings 11 years ago
Gormogon b4db9fe64b Fixing PEP – 257 Violations 11 years ago
Gormogon 113d9db7cb Python Better Docstrings 11 years ago
Teo Mrnjavac b8b41bdfdd Fix execution environment and error reporting in ProcessJob. 11 years ago
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.
11 years ago
Philip 9ac0fc37b1 [bootloader] Modifications
- move fail-check out of loop
- add more debug lines
11 years ago
Philip fe7c5bbe77 [bootloader] Modifications
- add more debug informations
- simplify gpt detection code
11 years ago
Philip 43ccfbd9bd [bootloader] Modifications
- add 'bios_grub' flag when gpt table got detected
- grub: add --recheck at installation
11 years ago
Teo Mrnjavac abeb6d9172 Run urpme noninteractive (OpenMandriva).
Thanks Tomasz Paweł Gajc <tpgxyz@gmail.com> for the patch.
11 years ago
Philip 6ed8b1e4a4 [bootloader] actually use get_kernel_line() 11 years ago
Teo Mrnjavac 92eae47a1d Const correctness. 11 years ago
Teo Mrnjavac 71851ed274 Process user-visible strings in TimezoneWidget and LocalePage. 11 years ago
Gormogon 7989267e81 Unused Imports 11 years ago
Teo Mrnjavac cf64b2ce27 Allow zone subdivisions in timezones list.
CAL-191 #close Please test and reopen if it's still broken.
11 years ago
Philip Müller d55d1c2fca [bootloader] fix typos in conf 11 years ago
Philip Müller cb271d13ed [bootloader] use bootloader.conf values for overrides 11 years ago
Philip Müller 035ad6cbf9 [bootloader] use bootloaderEntryName 11 years ago
Philip Müller cf1e5a8b51 [bootloader] fix typo 11 years ago
Philip Müller 93f0de3f7f [bootloader] make gummiboot entries more generic (use branding) 11 years ago
Philip df9a2e38a8 [bootloader] proper arrangement 11 years ago
Philip 4759279fab [bootloader] default to grub for efi installations 11 years ago
Philip 5043bb4e0d [bootloader] update note regarding efiBootLoader in conf 11 years ago
Philip c649ed4729 [bootloader] add efiBootLoader to conf 11 years ago
Philip ebce8335bd [bootloader] move efi_(boot_loader|directory) to proper place 11 years ago
Philip cd3e6a97de [bootloader] move efi_(boot_loader|directory) to proper place 11 years ago
Philip e3a7fca6f4 [bootloader] join grub module with bootloader 11 years ago
Philip 76bfc4d96f [grub] add sgdisk call 11 years ago
Philip 4f089185fd [bootloader] fix 'dict' object is not callable 11 years ago
Philip 1542107d22 [bootloader] proper kernel_line in conf 11 years ago
Philip 7a10e14161 [bootloader] move values kernel_line and fallback_kernel_line up 11 years ago
Philip cb78e74ae9 [bootloader] add quotes to config 11 years ago
Philip 6877466e28 Merge branch 'master' of github.com:calamares/calamares 11 years ago
Philip 568dd9422c [bootloader] simplify code
- remove unneeded double code
- add kernel lines to config
11 years ago
Teo Mrnjavac ee1a90d845 Add debug details to ClearMountsJob. 11 years ago
Philip e0cccb892f [bootloader] fix typo 11 years ago
Philip 229b9b40cd [bootloader] make if statement more pythonic 11 years ago
Philip b41ecf119d [bootloader] add meaningful debug lines 11 years ago
Philip 715112261d [bootloader] if boot_p or device is empty, break and throw an error 11 years ago
Teo Mrnjavac d51b15a919 Fix typo. Please test your Python code, as CI won't catch it. 11 years ago
Teo Mrnjavac 23eca3db55 Only create a ClearMountsJob for dirty devices.
CAL-195
11 years ago
Gormogon 9ef5f581a3 Update 'kbd-model-map' from Upstream 11 years ago
Gormogon 5c1ee7bbcb [PEP 8] General Style Part 3 11 years ago
Gormogon 09dc6bb5d7 [PEP 8] General Style Part 2 11 years ago