Commit Graph

952 Commits

Author SHA1 Message Date
Calamares CI
97878ad1c6 Automatic merge of Transifex translations 2015-02-19 08:45:42 +00:00
Teo Mrnjavac
d51b15a919 Fix typo. Please test your Python code, as CI won't catch it. 2015-02-18 18:46:13 +01:00
Teo Mrnjavac
23eca3db55 Only create a ClearMountsJob for dirty devices.
CAL-195
2015-02-18 17:41:48 +01:00
Teo Mrnjavac
fd0614ab1c Merge pull request #193 from Gormogon/master
PEP Compliance and a Few Fixes
2015-02-18 16:33:13 +01:00
Gormogon
9ef5f581a3 Update 'kbd-model-map' from Upstream 2015-02-18 10:06:37 -05:00
Gormogon
5c1ee7bbcb [PEP 8] General Style Part 3 2015-02-18 10:03:57 -05:00
Gormogon
09dc6bb5d7 [PEP 8] General Style Part 2 2015-02-18 09:47:24 -05:00
Gormogon
d8df3d7a59 [PEP 8] General Style Part 1 2015-02-18 09:37:03 -05:00
Gormogon
5d5519b7b0 [PEP 8] Comparison to 'False' 2015-02-18 09:22:33 -05:00
Gormogon
ebf037f247 [PEP 8] Comparison to 'None' 2015-02-18 09:21:49 -05:00
Gormogon
1b7b999449 Quick Simplification 2015-02-18 09:13:39 -05:00
Gormogon
9419d07a98 Fixed Unclosed File 2015-02-18 09:09:15 -05:00
Gormogon
8e1480431a [PEP 263] Corrected Encoding Headers 2015-02-18 09:06:10 -05:00
Calamares CI
861b755227 Automatic merge of Transifex translations 2015-02-18 08:45:52 +00:00
Teo Mrnjavac
8ad507e379 Improve input validation in UsersPage.
CAL-190 #close
2015-02-17 20:20:20 +01:00
Philip Müller
ca5132f13e [python modules] use str.format() 2015-02-17 14:38:30 +01:00
Philip Müller
6906ba0b59 [bootloader] modifications
- use --target=i386-pc flag for grub installs
- use str.format()
2015-02-17 13:53:51 +01:00
Calamares CI
e2b65de4c3 Automatic merge of Transifex translations 2015-02-17 08:45:46 +00:00
Calamares CI
ce77537390 Automatic merge of Transifex translations 2015-02-16 08:45:56 +00:00
Calamares CI
f1eefec966 Automatic merge of Transifex translations 2015-02-15 08:45:46 +00:00
demmm
294b030b99 correct swap in fallback too 2015-02-14 18:03:50 -05:00
Kevin Kofler
8c98aeb04a Make efiSystemPartition mount point configurable in partition.conf.
Copy the setting into the global storage. Make the EraseDiskPage in the
partition module and the grub and bootloader modules read it from there.
Do not hardcode /boot as the path anymore.

I set the default path to /boot/efi because I think that's the most
common setting. At least Fedora and Debian use that path. But we can
change the default setting if you think I'm wrong, as long as it remains
configurable.

There is no separate setting for efi_directory_firmware anymore. The EFI
firmwares expect that directory to always be in the "EFI" path in the
EFI System Partition. Distributions using /boot/efi actually have that
directory under /boot/efi/EFI.
2015-02-14 22:53:00 +01:00
Kevin Kofler
18da15a087 Fix build without Python support.
Only search for BoostPython3 if Python was found. Otherwise,
${PYTHONLIBS_VERSION_STRING} expands to nothing and the
find_boost_python3 macro gets called with invalid arguments.
2015-02-14 22:45:36 +01:00
Philip
92b6464f6e [grub] make efiDirectory(Firmware) hard-coded
- until we find a better solution
- efiDirectory should be managed by GlobalStorage
- efiDirectory is needed followed modules: bootloader, grub, partition
2015-02-14 13:45:46 +01:00
Philip
1f661a8b4b [partition] change efiPartition value to /boot
- we need to make it configurable not hard-coded
- some distributions need '/boot/efi' or '/boot/EFI', some work with '/boot'
2015-02-14 13:06:05 +01:00
Philip
75857971c4 [grub] replace chroot_call with check_chroot_call 2015-02-14 10:47:05 +01:00
Calamares CI
fb8483ce99 Automatic merge of Transifex translations 2015-02-14 08:45:55 +00:00
Teo Mrnjavac
69c9d91aa6 Remove excessive debug output. 2015-02-13 14:03:55 +01:00
Teo Mrnjavac
8b753bd65f Reimplement ClearMountsJob without relying on PCM state. 2015-02-13 14:03:55 +01:00
Teo Mrnjavac
1eff260637 Add debug output to the ClearMountsJob code path. 2015-02-13 14:03:55 +01:00
Calamares CI
1495e6604d Automatic merge of Transifex translations 2015-02-12 08:45:57 +00:00
Philip Müller
7ed0558471 [grub] add efi_directory_firmware 2015-02-10 18:30:07 +01:00
Philip Müller
1e1aa8151c [grub] make efi_directory configurable 2015-02-10 18:20:01 +01:00
Philip Müller
a6185027f7 [grub] create boot/efi dir
- in some cases this directory might not be present
2015-02-10 17:28:42 +01:00
Calamares CI
aaea3e9c44 Automatic merge of Transifex translations 2015-02-10 08:45:51 +00:00
Teo Mrnjavac
dabfb68a68 Avoid constructing more temporaries than necessary.
Thanks Winfried Kusgörd <w.kusgoerd@arcor.de> for the patch.
2015-02-09 19:16:47 +01:00
Teo Mrnjavac
42f0e653cc Install translator for pre-set locale if the UI language is not changed.
Thanks Winfried Kusgörd <w.kusgoerd@arcor.de> for the patch.
2015-02-09 19:16:46 +01:00
Calamares CI
9064c31b51 Automatic merge of Transifex translations 2015-02-09 08:45:57 +00:00
Calamares CI
febe6147fd Automatic merge of Transifex translations 2015-02-08 08:45:50 +00:00
Calamares CI
55d990380e Automatic merge of Transifex translations 2015-02-07 08:45:50 +00:00
Calamares CI
d4c7b1bc67 Automatic merge of Transifex translations 2015-02-06 08:45:54 +00:00
Teo Mrnjavac
d07dfc3eca More debug output in partition module. 2015-02-05 13:23:41 +01:00
Teo Mrnjavac
a09efcf73e Add explicit warning when building without Python support. 2015-02-05 11:18:45 +01:00
Calamares CI
8bbf92d0b1 Automatic merge of Transifex translations 2015-02-05 08:45:45 +00:00
Philip
35a235541f [finished] fix config file 2015-02-04 19:54:18 +01:00
Teo Mrnjavac
4e869b2211 Fix default restart command. 2015-02-04 11:26:24 +01:00
Calamares CI
eb2748bab0 Automatic merge of Transifex translations 2015-02-04 08:45:51 +00:00
Calamares CI
8b0ff1fafa Automatic merge of Transifex translations 2015-02-03 08:45:42 +00:00
Teo Mrnjavac
047141a520 Update copyright header for file modified in 2015. 2015-02-02 12:01:20 +01:00
Calamares CI
ec0e9b3940 Automatic merge of Transifex translations 2015-02-02 08:45:58 +00:00