Commit Graph

1171 Commits

Author SHA1 Message Date
Teo Mrnjavac
67ed53caeb Do not try to set the username if it's None. 2015-02-25 18:01:15 +01:00
Teo Mrnjavac
b319cc1da0 [displaymanager] Explicitly unset autologin if not checked. 2015-02-25 18:00:01 +01:00
Teo Mrnjavac
5a1567f4f5 removeuser job module, this time in Python. 2015-02-25 17:37:25 +01:00
Teo Mrnjavac
738272999b Merge pull request #197 from calamares/Python_Docstrings
Python docstrings
2015-02-25 14:54:50 +01:00
Philip
e5eee1e4dd [unpackfs] proper sentence 2015-02-25 14:49:24 +01:00
Philip
82dc4c38f4 [unpackfs] add python doc strings 2015-02-25 14:49:24 +01:00
Philip
d22e194ee7 [umount] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
be2353e54b [packages] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
016dd71db4 [mount] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
d7b36e9ff7 [machineid] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
fc88f1a480 [initramfs] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
d677fe9d01 [initcpiocfg] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
98db0b3f59 [initcpio] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
06be842cfa [grubcfg] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
3d8ba2b088 [fstab] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
e7a67b9c52 [dummypython] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
3330df99f3 [dracut] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
60927b9363 [displaymanager] add more python doc strings 2015-02-25 14:49:23 +01:00
Philip
0d8bdc6c4e [bootloader] add python doc strings 2015-02-25 14:49:23 +01:00
Gormogon
b4db9fe64b Fixing PEP – 257 Violations 2015-02-25 14:49:23 +01:00
Gormogon
113d9db7cb Python Better Docstrings 2015-02-25 14:49:23 +01:00
Teo Mrnjavac
b8b41bdfdd Fix execution environment and error reporting in ProcessJob. 2015-02-25 13:44:55 +01:00
Calamares CI
5b49521201 Automatic merge of Transifex translations 2015-02-24 08:45:52 +00:00
Calamares CI
ee04ce64e4 Automatic merge of Transifex translations 2015-02-23 08:45:48 +00:00
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.
2015-02-23 02:35:50 +01:00
Philip
9ac0fc37b1 [bootloader] Modifications
- move fail-check out of loop
- add more debug lines
2015-02-22 18:06:15 +01:00
Philip
fe7c5bbe77 [bootloader] Modifications
- add more debug informations
- simplify gpt detection code
2015-02-22 17:34:12 +01:00
Philip
43ccfbd9bd [bootloader] Modifications
- add 'bios_grub' flag when gpt table got detected
- grub: add --recheck at installation
2015-02-22 15:26:29 +01:00
Teo Mrnjavac
abeb6d9172 Run urpme noninteractive (OpenMandriva).
Thanks Tomasz Paweł Gajc <tpgxyz@gmail.com> for the patch.
2015-02-22 13:38:37 +01:00
Teo Mrnjavac
0d4cab75c5 Merge pull request #196 from Gormogon/master
README Reformat
2015-02-21 10:47:44 +01:00
Calamares CI
17ed9a1227 Automatic merge of Transifex translations 2015-02-21 08:45:58 +00:00
Gormogon
40ceca5a85 Update HACKING.md
Fixed typo and removed section that would be redundant with the new README.
2015-02-20 20:46:16 -05:00
Gormogon
64c11134eb Add Contribute Link 2015-02-20 20:38:23 -05:00
Gormogon
b7327b3693 Moving Build Status 2015-02-20 20:22:27 -05:00
Gormogon
ec08d0405c Remove Bold 2015-02-20 20:13:09 -05:00
Gormogon
e6f18c10ec Fixed Format 2015-02-20 20:12:00 -05:00
Gormogon
77d2e2135e New README Format 2015-02-20 20:10:09 -05:00
Philip
6ed8b1e4a4 [bootloader] actually use get_kernel_line() 2015-02-20 18:36:20 +01:00
Teo Mrnjavac
92eae47a1d Const correctness. 2015-02-20 16:21:30 +01:00
Teo Mrnjavac
71851ed274 Process user-visible strings in TimezoneWidget and LocalePage. 2015-02-20 16:21:30 +01:00
Philip Müller
0abd902090 Merge pull request #194 from Gormogon/master
Unused Imports
2015-02-20 14:34:35 +00:00
Gormogon
7989267e81 Unused Imports 2015-02-20 09:24:05 -05:00
Teo Mrnjavac
cf64b2ce27 Allow zone subdivisions in timezones list.
CAL-191 #close Please test and reopen if it's still broken.
2015-02-20 14:54:52 +01:00
Philip Müller
d55d1c2fca [bootloader] fix typos in conf 2015-02-20 09:59:02 +01:00
Philip Müller
5819be67cf Merge branch 'master' of https://github.com/calamares/calamares 2015-02-19 18:10:46 +01:00
Calamares CI
0c53daa6d8 Automatic merge of Transifex translations 2015-02-20 08:47:01 +00:00
Philip Müller
cb271d13ed [bootloader] use bootloader.conf values for overrides 2015-02-19 18:10:31 +01:00
Philip Müller
035ad6cbf9 [bootloader] use bootloaderEntryName 2015-02-19 17:59:52 +01:00
Philip Müller
cf1e5a8b51 [bootloader] fix typo 2015-02-19 17:40:36 +01:00
Philip Müller
93f0de3f7f [bootloader] make gummiboot entries more generic (use branding) 2015-02-19 17:39:11 +01:00