Teo Mrnjavac
84b96b4f18
Special case for Btrfs root: create subvolumes and mount them.
2016-11-25 22:24:53 +01:00
Philip
846a4a19ae
Bump
2016-11-25 22:24:28 +01:00
Kevin Kofler
c7d390f864
[dracutlukscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg and initramfscfg.
2016-11-25 22:23:57 +01:00
Kevin Kofler
88d6989c8f
[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:23:45 +01:00
Teo Mrnjavac
8f68f9bdef
Write Btrfs subvolume lines to fstab.
2016-11-25 22:22:27 +01:00
Teo Mrnjavac
e3d7180932
Special case for Btrfs root: create subvolumes and mount them.
2016-11-25 22:22:17 +01:00
Teo Mrnjavac
0ad819e301
Make sure we write the inner fs type to globalstorage.
2016-11-25 16:21:25 +01:00
Philip
8e2b041498
[pythonqt] Start from empty str for entry point annotation.
2016-11-22 20:57:24 +01:00
shainer
8d5fbaafeb
New cmake switch to skip installing configuration.
...
The INSTALL_CONFIG is "on" by default. When set to off,
no *.conf file, both global and related to a single module,
will be installed. A warning message is printed by cmake too,
and the module description is edited to make this visible.
This is useful for testing, when we want to install our
own libraries and binary but keep the configuration of the
live system we are testing on (e.g. path to distro image).
Tested on the master branch.
2016-11-21 00:36:49 +00:00
shainer
2759529841
Remove current partition's mountpoint from used list.
...
This means that when we edit a partition, we don't consider
its current mountpoint invalid because it is already in-use.
We need to do this for both "edit existing partition" and
"edit a partition that we are still creating".
2016-11-20 23:19:33 +00:00
shainer
349470ae71
Check mountpoints when editing a partition too.
2016-11-20 23:06:03 +00:00
shainer
8c1199df2d
Check first selection of mountpoint too.
...
When opening the dialog.
2016-11-20 23:05:44 +00:00
shainer
f51b05e8aa
Get the mountpoint from PartitionInfo.
...
The Partition object includes the root mountpoint in
the partition mountpoint, which is not what we want.
2016-11-20 22:46:28 +00:00
shainer
c8dbeb5341
Avoid creating a new partition with a used mountpoint.
...
We get the mountpoints already used by other partitions, and
disable the Ok button in the "Create new partition" dialog if
the user selects/writes a mountpoint which is already used.
We are going to do the same in the Edit partition dialog
after testing.
2016-11-20 22:05:55 +00:00
Kevin Kofler
34516e9477
[dracutlukscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg and initramfscfg.
2016-11-19 02:30:34 +01:00
Kevin Kofler
d9840feef9
[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-19 02:13:04 +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
Teo Mrnjavac
b513a892af
Show warning.
2016-11-18 09:05:53 +01:00
Teo Mrnjavac
2aedea7d5f
Oops.
2016-11-18 09:05:40 +01:00
Teo Mrnjavac
d852999cba
Warn user about encrypted root with unencrypted /boot.
2016-11-18 09:05:27 +01:00
Teo Mrnjavac
b04dcdc42f
Don't include keyfile in initramfs on unencrypted /boot.
2016-11-18 09:05:15 +01:00
Calamares CI
290f3511fe
Automatic merge of Transifex translations
2016-11-18 00:34:12 +00:00
Teo Mrnjavac
83b51a5867
Show warning.
2016-11-17 19:03:24 +01:00
Teo Mrnjavac
17fe2d82f4
Oops.
2016-11-17 18:28:58 +01:00
Teo Mrnjavac
a55bef5d2d
Warn user about encrypted root with unencrypted /boot.
2016-11-17 18:15:37 +01:00
Teo Mrnjavac
79b0889db7
Don't include keyfile in initramfs on unencrypted /boot.
2016-11-17 18:15:37 +01:00
Calamares CI
ab361c2a81
Automatic merge of Transifex translations
2016-11-17 00:37:13 +00:00
Calamares CI
b099343cfe
Automatic merge of Transifex translations
2016-11-16 00:35:54 +00:00
Calamares CI
13832fcbb6
Automatic merge of Transifex translations
2016-11-15 00:36:37 +00:00
Calamares CI
9a39fc2a18
Automatic merge of Transifex translations
2016-11-14 00:35:16 +00:00
Philip Müller
7c34056f57
Merge pull request #274 from highvoltage/master
...
Fix spelling mistake and add .desktop file keywords
2016-11-13 21:46:46 +01:00
Jonathan Carter
970a81e8b7
Add man page
2016-11-13 19:37:18 +02:00
Lisa
1ab943a0f0
Merge pull request #273 from shainer/master
...
Non-critical package groups in netinstall module
2016-11-13 12:17:49 +00:00
shainer
e5f5bb99d7
Change the default value of critical to false.
...
This means all package groups are non-critical by default.
Update documentation accordingly.
2016-11-13 12:12:07 +00:00
Kevin Kofler
5dd6676602
Bump version to 2.4.80.
...
We need master to have a higher version than the stable branch. I used
2.4.80 so that it can be bumped again to 2.4.90 when starting to do
alpha/beta/RC releases.
2016-11-13 12:10:01 +00:00
shainer
b6d6075213
New example netinstall.yaml, less groups for easier testing.
2016-11-13 10:56:13 +00:00
Kevin Kofler
d6e0e09bc1
Bump version to 2.4.80.
...
We need master to have a higher version than the stable branch. I used
2.4.80 so that it can be bumped again to 2.4.90 when starting to do
alpha/beta/RC releases.
2016-11-13 03:56:55 +01:00
shainer
5fadd0a3ce
New example netinstall.yaml with non-critical group.
2016-11-12 18:08:08 +00:00
shainer
58ae8e13c9
Add support for non-critical groups in netinstall.
...
Package groups are divided into critical and non-critical
depending on whether we want all Calamares to fail if installing
a package in the group fails, or we are okay with just logging a
warning.
The distinction is configured in the YAML file listing the package
groups. By default, all groups are critical, to keep supporting
the previous behaviour.
2016-11-12 17:57:58 +00:00
Teo Mrnjavac
a9d8107b3b
Write Btrfs subvolume lines to fstab.
2016-11-11 16:47:08 +01:00
Teo Mrnjavac
e9ecb64a36
Special case for Btrfs root: create subvolumes and mount them.
2016-11-11 16:47:08 +01:00
Philip
e8f694fe02
[partition] Bump kpmcore requirements
2016-11-09 08:47:27 +01:00
Philip
b95503065f
[mount] Bind-mount /run/udev in the chroot by default
2016-11-09 07:40:34 +01:00
Philip
433d6ded6d
[mount] Bind-mount /run/udev in the chroot by default
2016-11-09 07:39:58 +01:00
Teo Mrnjavac
93cf5acea4
Bind-mount /run/udev in the chroot by default.
...
NOTE: this is absolutely necessary for grub-mkconfig's os-prober
instance to work.
2016-11-08 11:18:19 +01:00
Calamares CI
956e519453
Automatic merge of Transifex translations
2016-11-08 00:35:12 +00:00
Philip
d698b98988
Modifications
...
- [welcome] Use QNetworkAccessManager in checkHasInternet
- [bootloader] Fix UEFI firmware workaround for 32-bit UEFI
2016-11-06 08:51:03 +01:00