Philip
04a8454fff
[Merge] sync with upstream
2017-11-06 06:14:02 -05:00
Philip
b15d970845
[bootloader] fix regression introduced with d179a9e
...
- see also #840
2017-10-28 03:41:29 -04:00
Philip
4b4bd83a39
Merge branch 'master' of https://github.com/calamares/calamares into development
2017-10-27 06:17:25 -04:00
Bezzy1999
17fb91cda5
added my name
2017-10-25 18:47:23 +01:00
Bezzy1999
cc6db5b808
pep8
2017-10-25 18:45:58 +01:00
crispg72
d179a9e3b1
Tidied up bitness check
2017-10-24 20:32:15 +01:00
Philip
ee9860dc35
Merge branch 'master' of https://github.com/calamares/calamares into development
2017-10-24 08:26:09 -04:00
Philip
10ede796f8
[bootloader] use generic file names instead of grub
...
- this fixes #839
2017-10-23 12:52:40 -04:00
Philip
3275a33827
[bootloader] use generic file names instead of grub
...
- see also #839
2017-10-23 08:28:59 -04:00
Philip
35983e9e5f
Merge branch 'master' of https://github.com/calamares/calamares into development
2017-09-07 11:00:57 +01:00
Adriaan de Groot
cec7132d2c
Swap + LUKS configuration.
...
Based on patches from crazy@frugalware.org and V3n3RiX.
(presumably) FIXES #730
2017-09-07 03:43:42 -04:00
Philip
0407a699ea
[bootloader] fix merge conflict
2017-03-31 08:12:42 +02:00
Alf Gaida
d62eecd71e
Fixed two typos that leads to pep8 whining
2017-03-29 20:19:41 +02:00
Philip
9c3ada3e88
[bootloader] fix mkdirs -> makedirs
2017-03-24 23:05:41 +01:00
Alf Gaida
c12f7f1d4c
fix mkdirs -> makedirs
2017-03-24 16:39:25 +01:00
Philip
60a19afeed
[bootloader] pep8 optimization
2017-03-20 23:01:42 +01:00
Alf Gaida
50cefe2ca8
fixes #692 bootloader module fails when /EFI/Boot exists
...
- to make it short - it doesn't help much if one try to find and process any
EFI related things in the live system. The better approach is to search in
the chroot.
- use python builtins for mkdir and cp
- replacing some subprocess calls
- Some PEP8 changes
- added myself to the copyright section
2017-03-20 14:47:39 +01:00
Philip
db931e15bd
[bootloader] fix issue when /EFI/Boot exists
2017-03-20 07:53:51 +01:00
Philip
160ad68007
Merge remote-tracking branch 'upstream/master' into development
2017-02-17 21:34:36 +01:00
Teo Mrnjavac
6d486bbc1f
Improve EFI configuration check in bootloader.
2017-02-17 16:21:02 +01:00
Philip
0440765680
[configs] adjust for manjaro
2017-01-23 16:09:47 +01:00
Philip
170b6cadc2
adopt upstream changes vor v3.0
2017-01-23 15:52:14 +01:00
Philip
87e4e3c4a0
[bootloader] improve efi check and don't fail if install path is null
2017-01-23 15:29:49 +01:00
Teo Mrnjavac
79fd88f948
Don't fail if no path.
2017-01-18 19:10:09 +01:00
Teo Mrnjavac
969e5c1d55
Improve check.
2017-01-17 18:13:51 +01:00
Teo Mrnjavac
7d2bd264b6
Useless check is useless.
2017-01-17 18:03:51 +01:00
Philip
2e9fe3f185
Modifications
...
- [welcome] Use QNetworkAccessManager in checkHasInternet
- [bootloader] Fix UEFI firmware workaround for 32-bit UEFI
2016-11-06 08:49:45 +01:00
Kevin Kofler
4f11faea52
[bootloader] Fix UEFI firmware workaround for 32-bit UEFI.
...
On 32-bit UEFI (note that the bitness of the firmware is what matters
here, not the bitness of the distribution), instead of copying
grubx64.efi to bootx64.efi, copy grubia32.efi to bootia32.efi.
Patch by TeHMoroS from SparkyLinux.
CAL-403 #close
2016-11-06 03:38:34 +01:00
Philip
e21338d81e
Modifications
...
- [bootloader] Fix vfat_correct_case
- [welcome] Fix RequirementsChecker::checkHasInternet()
2016-11-05 22:02:41 +01:00
Kevin Kofler
62bded1447
[bootloader] Fix vfat_correct_case.
...
If the directory already existed, vfat_correct_case was returning only
the last part rather than the full path as it is supposed to.
2016-11-05 17:41:38 +01:00
Philip
e91be5bd12
v2.4.4
...
- [partition] remove sgdisk dependency
- [displaymanager] use configparser and add better autologin handling
- [displaymanager] set a preferred Xsession for autologin
- [netinstall] Support selecting visible groups by default
- [packages] Add option of updating packages db before perfoming package operations
- [packages] Allow try_install and try_remove entries in packages module
- [unpackfs] Do not fail if rsync returns exit code 23
2016-11-05 09:55:37 +01:00
Kevin Kofler
5377003f89
Set the ESP flag in partition rather than bootloader.
...
The manual partitioning setup was already requiring the user to check
the ESP flag for the EFI System Partition. Now the autopartitioning also
sets it directly (a one-line change). The sgdisk call in the bootloader
module is thus no longer necessary (it was only a workaround because
kpmcore < 2.1.0 did not support FlagEsp), so remove that snippet.
This fixes configurations such as NVME disks where splitting boot_device
into boot_device[-1:] and boot_device[:-1] is not the correct split
(because the partition gets a 2-letter suffix) (reported by demmm on
IRC).
2016-10-29 00:52:38 +02:00
Philip Müller
9dfbc54fda
Merge pull request #4 from calamares/2.4.x-stable
...
Merge upstream changes
2016-09-17 10:13:16 +02:00
Teo Mrnjavac
3408eb5c56
Fix VFAT filename handling in bootloader module.
...
CAL-385 #close
2016-09-16 16:31:38 +02:00
Teo Mrnjavac
77fb264129
Fix VFAT filename handling in bootloader module.
...
CAL-385 #close
2016-09-16 16:30:17 +02:00
Philip
ff8be85b08
[modules] adjust to Manjaro configs
2016-09-10 14:01:50 +02:00
Teo Mrnjavac
83b341b0f7
Handle a variety of case-insensitive situations on the VFAT ESP.
...
This fixes CAL-385 #close
2016-08-23 10:23:22 +02:00
Teo Mrnjavac
5ddd0f523b
Use luksMapperName as check.
2016-05-06 18:59:51 +02:00
Teo Mrnjavac
f861c13dad
Improve LUKS check and use luksUuid instead of uuid.
2016-05-06 18:59:51 +02:00
Teo Mrnjavac
e1ee6e181a
Proper check for luksMapperName key.
2016-05-06 18:59:51 +02:00
Teo Mrnjavac
b6c2e0f4d7
Documentation
2016-05-06 18:59:51 +02:00
Teo Mrnjavac
a0350bbaaa
Useless variable is useless.
2016-05-06 18:59:51 +02:00
Teo Mrnjavac
dd7cd42118
Fixes suggested by linter.
2016-05-06 18:59:51 +02:00
Teo Mrnjavac
282f1f9135
Add LUKS support to systemd-boot configuration.
2016-05-06 18:59:51 +02:00
JoernSchoenyan
7e8129a902
Enable support for 32bit UEFI systems with Grub
...
Read the UEFI bitness exposed to the file system and install the correct
variant of Grub, depending on the UEFI bitness.
2016-03-15 13:11:25 +01:00
Teo Mrnjavac
ed44f24048
Don't fail.
2016-03-10 17:35:20 +01:00
Teo Mrnjavac
965570af96
Skip installing EFI bootloader if no ESP with mount point is found.
2016-03-10 13:37:14 +01:00
Teo Mrnjavac
10ce42f35c
Use target_env calls in Python modules.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
8c537daadc
Do not try to install the bootloader if a path is not defined.
2015-07-07 19:15:48 +02:00
Gormogon
9f8a8f6a64
PEP and Unused Import
2015-06-14 08:22:35 -04:00