Philip
df9a2e38a8
[bootloader] proper arrangement
10 years ago
Philip
4759279fab
[bootloader] default to grub for efi installations
10 years ago
Philip
5043bb4e0d
[bootloader] update note regarding efiBootLoader in conf
10 years ago
Philip
c649ed4729
[bootloader] add efiBootLoader to conf
10 years ago
Philip
ebce8335bd
[bootloader] move efi_(boot_loader|directory) to proper place
10 years ago
Philip
cd3e6a97de
[bootloader] move efi_(boot_loader|directory) to proper place
10 years ago
Philip
e3a7fca6f4
[bootloader] join grub module with bootloader
10 years ago
Philip
76bfc4d96f
[grub] add sgdisk call
10 years ago
Philip
4f089185fd
[bootloader] fix 'dict' object is not callable
10 years ago
Philip
1542107d22
[bootloader] proper kernel_line in conf
10 years ago
Philip
7a10e14161
[bootloader] move values kernel_line and fallback_kernel_line up
10 years ago
Philip
cb78e74ae9
[bootloader] add quotes to config
10 years ago
Philip
6877466e28
Merge branch 'master' of github.com:calamares/calamares
10 years ago
Philip
568dd9422c
[bootloader] simplify code
...
- remove unneeded double code
- add kernel lines to config
10 years ago
Teo Mrnjavac
ee1a90d845
Add debug details to ClearMountsJob.
10 years ago
Philip
e0cccb892f
[bootloader] fix typo
10 years ago
Philip
229b9b40cd
[bootloader] make if statement more pythonic
10 years ago
Philip
b41ecf119d
[bootloader] add meaningful debug lines
10 years ago
Philip
715112261d
[bootloader] if boot_p or device is empty, break and throw an error
10 years ago
Calamares CI
97878ad1c6
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
d51b15a919
Fix typo. Please test your Python code, as CI won't catch it.
10 years ago
Teo Mrnjavac
23eca3db55
Only create a ClearMountsJob for dirty devices.
...
CAL-195
10 years ago
Teo Mrnjavac
fd0614ab1c
Merge pull request #193 from Gormogon/master
...
PEP Compliance and a Few Fixes
10 years ago
Gormogon
9ef5f581a3
Update 'kbd-model-map' from Upstream
10 years ago
Gormogon
5c1ee7bbcb
[PEP 8] General Style Part 3
10 years ago
Gormogon
09dc6bb5d7
[PEP 8] General Style Part 2
10 years ago
Gormogon
d8df3d7a59
[PEP 8] General Style Part 1
10 years ago
Gormogon
5d5519b7b0
[PEP 8] Comparison to 'False'
10 years ago
Gormogon
ebf037f247
[PEP 8] Comparison to 'None'
10 years ago
Gormogon
1b7b999449
Quick Simplification
10 years ago
Gormogon
9419d07a98
Fixed Unclosed File
10 years ago
Gormogon
8e1480431a
[PEP 263] Corrected Encoding Headers
10 years ago
Calamares CI
861b755227
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
8ad507e379
Improve input validation in UsersPage.
...
CAL-190 #close
10 years ago
Philip Müller
ca5132f13e
[python modules] use str.format()
10 years ago
Philip Müller
6906ba0b59
[bootloader] modifications
...
- use --target=i386-pc flag for grub installs
- use str.format()
10 years ago
Calamares CI
e2b65de4c3
Automatic merge of Transifex translations
10 years ago
Calamares CI
ce77537390
Automatic merge of Transifex translations
10 years ago
Calamares CI
f1eefec966
Automatic merge of Transifex translations
10 years ago
demmm
294b030b99
correct swap in fallback too
10 years ago
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.
10 years ago
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.
10 years ago
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
10 years ago
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'
10 years ago
Philip
75857971c4
[grub] replace chroot_call with check_chroot_call
10 years ago
Calamares CI
fb8483ce99
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
69c9d91aa6
Remove excessive debug output.
10 years ago
Teo Mrnjavac
8b753bd65f
Reimplement ClearMountsJob without relying on PCM state.
10 years ago
Teo Mrnjavac
1eff260637
Add debug output to the ClearMountsJob code path.
10 years ago
Calamares CI
1495e6604d
Automatic merge of Transifex translations
10 years ago