Philip
82243914de
[partition] The sender QObject should be in scope so the bootloader path is written
2017-01-11 14:00:47 +01:00
Philip
6c941fc4c9
[branding] prepare for 'Gellivara'
2017-01-01 03:30:45 +01:00
Philip
e6c1125988
[partition] Disallow assigning the same mountpoint to two partitions
2017-01-01 02:45:44 +01:00
Chantara Tith
ed42185927
Use device's immutable copy instead of rescanning.
2016-12-19 20:02:58 +01:00
Bernhard Landauer
297cf45bba
logo padding
2016-12-19 19:53:38 +01:00
Bernhard Landauer
213c65676e
update logos
2016-12-19 19:53:28 +01:00
Teo Mrnjavac
188b9efd79
Bump KPMcore requirement.
2016-12-19 19:48:07 +01:00
Teo Mrnjavac
a9e4315665
Make sure we write the inner fs type to globalstorage.
2016-12-19 19:48:01 +01:00
Philip
f73171ac4c
[partition] Bump kpmcore requirements
2016-12-19 19:47:51 +01:00
Teo Mrnjavac
56fbec7b55
Improve user-visible strings in SetPartFlagsJob.
2016-12-19 19:47:46 +01:00
Teo Mrnjavac
6d0965ef3f
Keep an immutable copy for every scanned Device* to avoid rescans.
2016-12-19 19:47:30 +01:00
Teo Mrnjavac
44368db30a
Assert on nullptr Device*.
2016-12-19 19:47:25 +01:00
Chantara Tith
9afa2935cd
Update to KPMcore LUKS' API changes
2016-12-19 19:47:18 +01:00
Chantara Tith
39c9f82c9c
API Changes, logicalSectorSize -> logicalSize, totalSectors -> totalLogical.
2016-12-19 19:47:14 +01:00
Teo Mrnjavac
026fa922d2
Do not dereference nullptr.
2016-12-14 09:02:07 +01:00
Teo Mrnjavac
07de427aab
Provide default for m_writeEtcDefaultKeyboard in KeyboardViewStep.
2016-12-14 09:01:56 +01:00
Teo Mrnjavac
163cf52900
Write hasInternet to GlobalStorage.
...
CAL-431 #close
2016-12-14 09:01:39 +01:00
Teo Mrnjavac
cdf77c8a0d
Do not LINK_PUBLIC by default.
2016-12-14 09:01:10 +01:00
Teo Mrnjavac
07fd7135e3
Add LINK_PRIVATE_LIBRARIES to calamares_add_plugin.
2016-12-14 09:00:59 +01:00
Teo Mrnjavac
bbba9e60ee
Document settings for services module.
2016-12-14 09:00:35 +01:00
Philip
0bd31b0404
[displaymanager] set_autologin: Unset autologin for sddm when needed
2016-12-06 21:58:30 +01:00
Philip
b6e0e226a1
Bump
2016-11-25 22:28:57 +01:00
Kevin Kofler
041db6e3d7
[dracutlukscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg and initramfscfg.
2016-11-25 22:28:44 +01:00
Kevin Kofler
423c7b57e3
[initramfscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg.
I had to create an encrypt_hook_nokey that is a copy of encrypt_hook
without the part that copies the keyfile.
2016-11-25 22:28:33 +01:00
Teo Mrnjavac
e0c5e81b5b
Write Btrfs subvolume lines to fstab.
2016-11-25 22:24:57 +01:00
Teo Mrnjavac
84b96b4f18
Special case for Btrfs root: create subvolumes and mount them.
2016-11-25 22:24:53 +01:00
Teo Mrnjavac
c0b7b0bc27
Show warning.
2016-11-18 09:06:29 +01:00
Teo Mrnjavac
45e7363dfb
Oops.
2016-11-18 09:06:26 +01:00
Teo Mrnjavac
8d93c34031
Warn user about encrypted root with unencrypted /boot.
2016-11-18 09:06:21 +01:00
Teo Mrnjavac
555f0ba6cf
Don't include keyfile in initramfs on unencrypted /boot.
2016-11-18 09:06:17 +01:00
Philip
b95503065f
[mount] Bind-mount /run/udev in the chroot by default
2016-11-09 07:40:34 +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
Philip
e21338d81e
Modifications
...
- [bootloader] Fix vfat_correct_case
- [welcome] Fix RequirementsChecker::checkHasInternet()
2016-11-05 22:02:41 +01:00
Philip
bbef3d8abc
bump
2016-11-05 10:21: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
Philip
27602cf832
bump
2016-10-28 21:00:32 +02:00
Kevin Kofler
9ae4755b1c
New dummycpp C++ job module (ported from dummypython).
2016-10-28 20:57:32 +02:00
Kevin Kofler
206a89e06c
Add support for C++/Qt batch job plugins
...
These job plugins work similarly to view modules, with the following
differences:
* These jobs need to link only libcalamares, not libcalamaresui. For
this reason, PluginFactory was moved from libcalamaresui to
libcalamares. (It depends only on QtCore.)
* Instead of deriving from ViewModule, derive from CppJob (which is a
subclass of Job).
* Like process and Python jobs, a job plugin is a single job, whereas a
ViewModule can generate a whole list of jobs.
The CppJob and CppJobModule classes are new. In Module::fromDescriptor,
the combination type=job, intf=qtplugin is now supported and mapped to
CppJobModule.
2016-10-28 20:55:50 +02:00
Teo Mrnjavac
19e41a3c71
Only add LUKS keyfile if relevant, and with a 15s timeout.
2016-10-28 20:52:20 +02:00
Teo Mrnjavac
a2c7256406
Add user to groups separately from useradd.
2016-10-28 20:51:03 +02:00
Philip
f71602ec6c
[displaymanager] use same pattern for all str.format calls
2016-10-26 22:13:38 +02:00
Bernhard Landauer
811b1422e9
[displaymanager] add Deepin
2016-10-26 22:13:26 +02:00
Philip
3f614ee3a6
bump
2016-10-22 11:11:18 +02:00
Philip
3a5cb47081
[branding] bump to 16.10
2016-10-22 11:08:35 +02:00
Kevin Kofler
c0898c308b
[grubcfg] Compare integers to integers, not strings.
...
target_env_call returns an integer, so do not compare its result to the
string "0".
2016-10-22 11:06:55 +02:00
V3n3RiX
4a35035396
dracut : unlock encrypted swap if exists ( #267 )
...
* dracut : unlock encrypted swap if exists
* only check for swap_outer_uuid if dracut exists
2016-10-22 11:06:42 +02:00
V3n3RiX
93ecf0d44d
Only write rd.luks.uuid if dracut is present and leave other initramfs generators clean ( #266 )
...
* add rd.luks.uuid to GRUB_CMDLINE (fixes unbootable system with dracut --nohostonly, and doesn't affect any other initramfs generators)
* typo
* only write rd.luks.uuid line if dracut is present, and leave other initramfs generators alone :D
* add missing = operator
2016-10-22 11:06:31 +02:00
V3n3RiX
601f61fefa
add rd.luks.uuid to GRUB_CMDLINE (fixes unbootable system with dracut… ( #265 )
...
* add rd.luks.uuid to GRUB_CMDLINE (fixes unbootable system with dracut --nohostonly, and doesn't affect any other initramfs generators)
* typo
2016-10-22 11:06:14 +02:00
Kevin Kofler
645ba95989
[dracutlukscfg] New module: pre-configuration for dracut+LUKS.
2016-10-22 11:05:27 +02:00
Kevin Kofler
b1169dc48c
[grubcfg] Fix mismatched quoting and escaping.
...
If we use .replace("'", "'\\''") for escaping, we also need to use
single quotes, not double quotes.
This was broken by the port from '%' to format, which also randomly
changed quoting characters for no good reason. Changing the outer ones
does not matter, but \" or ' within a string is not the same thing!
2016-10-22 11:00:54 +02:00