Calamares CI
febe6147fd
Automatic merge of Transifex translations
10 years ago
Calamares CI
55d990380e
Automatic merge of Transifex translations
10 years ago
Calamares CI
d4c7b1bc67
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
d07dfc3eca
More debug output in partition module.
10 years ago
Teo Mrnjavac
a09efcf73e
Add explicit warning when building without Python support.
10 years ago
Calamares CI
8bbf92d0b1
Automatic merge of Transifex translations
10 years ago
Philip
35a235541f
[finished] fix config file
10 years ago
Teo Mrnjavac
4e869b2211
Fix default restart command.
10 years ago
Calamares CI
eb2748bab0
Automatic merge of Transifex translations
10 years ago
Calamares CI
8b0ff1fafa
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
047141a520
Update copyright header for file modified in 2015.
10 years ago
Calamares CI
ec0e9b3940
Automatic merge of Transifex translations
10 years ago
Calamares CI
91b47050df
Automatic merge of Transifex translations
10 years ago
Philip Müller
49093c4b59
[grub] fix SyntaxError
...
<class 'SyntaxError'>
('invalid syntax', ('/usr/lib/calamares/modules/grub/main.py', 38, 76, ' chroot_call(["mkdir", "-p", "{!s}/EFI/boot".format(efi_directory)])])\n'))
10 years ago
Teo Mrnjavac
ff1459e3ca
Version bump for 1.0
10 years ago
Calamares CI
5ee1df3d27
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
5b045dc72c
Better window size constants for netbook displays.
10 years ago
Calamares CI
77ad3194a6
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
b5f9b5a66e
New Finish view module, with restart capability.
10 years ago
Teo Mrnjavac
2782328036
Fix phase handling in ViewManager, to allow adding a Finished page.
10 years ago
Teo Mrnjavac
8a3ea7c8b1
Add lazy constructed ViewStepItems for Install and Finished.
10 years ago
Teo Mrnjavac
20bc34029d
Copyright.
10 years ago
Teo Mrnjavac
a670de3035
Add currentPhase to ModuleManager.
10 years ago
Teo Mrnjavac
9d5ab4bf98
Add ViewStepItem ctor overload that takes a callback.
...
Needed when a ViewStep doesn't exist yet when the VSI is created.
10 years ago
Teo Mrnjavac
171248ad4f
Add isBackEnabled checks to all ViewSteps.
10 years ago
Teo Mrnjavac
391652010d
Remove obsolete comment
10 years ago
Calamares CI
3cca104195
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
de406cef22
The Quit button is now Cancel, except on the last page.
10 years ago
Teo Mrnjavac
2cd9c7c0fa
Improve urpmi call. Thanks Tomasz Paweł Gajc for the patch.
10 years ago
Teo Mrnjavac
3781e3415d
Merge pull request #188 from codeworkx/master
...
grub: use uefi firmware workaround
10 years ago
Daniel Hillenbrand
2b1a9c44fa
grub: use uefi firmware workaround
...
Source: https://wiki.archlinux.org/index.php/GRUB#UEFI_firmware_workaround
10 years ago
Calamares CI
5bc316b728
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
02641862c8
Copyright header.
10 years ago
Teo Mrnjavac
d0608ada90
Added loop property to Presentation in calamares.slideshow QML module.
10 years ago
Calamares CI
3c6cfd5bd2
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
50a413d3c2
Only set the slideshow if the branding component has one.
10 years ago
Teo Mrnjavac
9622888d1d
Load QML modules in a central place + dummy QML slideshow.
10 years ago
Teo Mrnjavac
14ddba70ef
Initial commit for QML slideshow support.
10 years ago
Calamares CI
46a5796e29
Automatic merge of Transifex translations
10 years ago
Calamares CI
427bf4add3
Automatic merge of Transifex translations
10 years ago
Kevin Kofler
5c6a302112
packages: Ignore error code for "dnf remove".
...
Unfortunately, dnf treats it as an error if we try to remove a package
that already did not exist. This means that, e.g., if we try to remove
calamares itself, but calamares was not installed on the base image,
only in the overlay, we will fail with an error. So, as long as we do
not have a better solution, we ignore the exit code of "dnf remove"
entirely.
(yum does not show this behavior, it returns success when the package to
remove is already not installed.)
10 years ago
Kevin Kofler
412b959870
packages: Offline package removal for yum and dnf.
...
When removing packages with yum or dnf, pass the --disablerepo=*
(disable all online repositories) and -C (run from cache) arguments.
Package removals do not normally require network access, and this
measure saves time and bandwidth and prevents possible unnecessary
errors (e.g., if we do not have active network access, or if there is
some problem with the mirrors).
10 years ago
Ramon Buldó
854c19f305
Fix defaulting to first langauge in the list when language and country is not available.
...
- When it doesnt find a match for a language and a country, find the first value that only matches language.
- If this also fails, default to english.
10 years ago
Calamares CI
58e7e7c006
Automatic merge of Transifex translations
10 years ago
Calamares CI
d11088f386
Automatic merge of Transifex translations
10 years ago
demmm
2efd4aff5c
Use swap mountpoint
...
Having swap set at "none" makes hibernating not possible.
AFAIK, no filesystem/partition sets mountpoint as "none" nor has any other besides swap an empty mountpoint at the stage where the fstab module is called.
Tests so far show this change creates a working fstab when using a swap partition.
10 years ago
Calamares CI
fe44633e0c
Automatic merge of Transifex translations
10 years ago
Calamares CI
fdc1b091a6
Automatic merge of Transifex translations
10 years ago
Calamares CI
80d3cb747b
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
220ea34aeb
Fix sgdisk call
10 years ago