Ramon Buldó
fb3072bbbb
/etc/mtab reports a file size of 0, so using .atEnd() may not work. Read the file until it doesn't return more data.
...
Use QTextStream because it takes care of the conversion between 8-bit and 16-bit.
http://doc.qt.io/qt-5/qfile.html#using-streams-to-read-files
2015-02-28 16:46:18 +01:00
Calamares CI
7fc568ac42
Automatic merge of Transifex translations
2015-02-28 08:45:47 +00:00
Teo Mrnjavac
642b4be1f2
Keys are not necessarily unique, so use a QList< QPair > instead.
2015-02-27 20:43:21 +01:00
Teo Mrnjavac
20a8b222c6
Verbose debug output.
2015-02-27 20:31:17 +01:00
Teo Mrnjavac
b557961a32
New ClearTempMountsJob, to be executed before partitioning jobs.
2015-02-27 19:49:47 +01:00
Calamares CI
ffeab9af22
Automatic merge of Transifex translations
2015-02-27 08:45:49 +00:00
Teo Mrnjavac
8a23d48d76
Merge pull request #201 from calamares/removeuser
...
removeuser job module, this time in Python.
2015-02-26 11:00:04 +01:00
Teo Mrnjavac
01e98f0c29
Merge pull request #199 from calamares/displaymanager-explicitautologin
...
[displaymanager] Explicitly unset autologin if not checked.
2015-02-26 10:59:14 +01:00
Teo Mrnjavac
81208e4217
Merge pull request #202 from Gormogon/master
...
Align Pointers
2015-02-26 10:58:17 +01:00
Calamares CI
f70ef7cb06
Automatic merge of Transifex translations
2015-02-26 08:45:48 +00:00
Gormogon
e2d05cb9f2
Align Pointers
2015-02-25 19:57:19 -05:00
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