Commit Graph

1548 Commits

Author SHA1 Message Date
Bernhard Landauer
6cb208966a upd 'about' 2017-01-21 03:20:23 +01:00
Bernhard Landauer
4ba0026b88 Always write bootloader path. 2017-01-21 03:16:16 +01:00
Bernhard Landauer
a2264bcc2b don't fail if no bootloader install path 2017-01-21 03:12:46 +01:00
Bernhard Landauer
2dc14dae8e Do not write bootloader install path if the system is EFI. 2017-01-21 03:03:33 +01:00
Bernhard Landauer
554ebcdff4 improve bootloader efi check 2017-01-21 02:59:02 +01:00
Bernhard Landauer
5392615053 Don't assume 'User' exists in autologin section. 2017-01-21 02:53:43 +01:00
Bernhard Landauer
64ca3857c3 Print full error when failing the copy of resolv.conf 2017-01-21 02:52:08 +01:00
Bernhard Landauer
03c2b7f526 Force the correct flags for EFI system partition. 2017-01-21 02:48:10 +01:00
Bernhard Landauer
f9db712033 bootloaderInstallPath only applies if isEfi. 2017-01-21 02:45:52 +01:00
Bernhard Landauer
5571bc0efa reduce font manipulation. 2017-01-21 02:43:02 +01:00
Bernhard Landauer
f11d932d4b Style. 2017-01-21 02:39:59 +01:00
Bernhard Landauer
cb2ef737f0 Bump KPMcore dependency to 3.0.2. 2017-01-21 02:12:35 +01:00
Bernhard Landauer
db3f7af489 disable root password if setRootPassword is false 2017-01-20 07:38:46 +01:00
Philip
3e6001f098 [partition] The sender QObject should be in scope so the bootloader path is written 2017-01-11 14:01:18 +01:00
Philip
fbe90c22af [users] Clarify semantics of avatarFilePath config setting. 2017-01-01 02:44:37 +01:00
Philip
1727d2f267 [partition] Disallow assigning the same mountpoint to two partitions 2017-01-01 02:43:41 +01:00
Philip
a65f57cfc9 [partition] Improve debug output 2016-12-24 08:54:43 +01:00
Philip
47600ea6d1 [webview] fix crash on loading webview page with QtWebengine 2016-12-23 09:50:44 +01:00
Philip
edade9423f [users] Fix reading shells from the config file. 2016-12-23 09:45:39 +01:00
Philip
742deb1203 [users] Set tab order to more logical one for the flow. 2016-12-23 09:44:45 +01:00
Teo Mrnjavac
2082fff1d2 Improve debug output for bootloader code path. 2016-12-19 20:07:18 +01:00
Chantara Tith
32402eeafa Use device's immutable copy instead of rescanning. 2016-12-19 20:03:23 +01:00
Teo Mrnjavac
2d980c2af6 Bump KPMcore requirement. 2016-12-19 19:42:45 +01:00
Teo Mrnjavac
a0b76fa594 Make sure we write the inner fs type to globalstorage. 2016-12-19 19:42:35 +01:00
Philip
dae0f1078d [partition] Bump kpmcore requirements 2016-12-19 19:42:24 +01:00
Teo Mrnjavac
8b0d27bd18 Improve user-visible strings in SetPartFlagsJob. 2016-12-19 19:42:02 +01:00
Teo Mrnjavac
6093042863 Keep an immutable copy for every scanned Device* to avoid rescans. 2016-12-19 19:40:44 +01:00
Teo Mrnjavac
0053721896 Assert on nullptr Device*. 2016-12-19 19:40:33 +01:00
Chantara Tith
2914b3ea1b Update to KPMcore LUKS' API changes 2016-12-19 19:40:22 +01:00
Chantara Tith
ff86874d66 API Changes, logicalSectorSize -> logicalSize, totalSectors -> totalLogical. 2016-12-19 19:40:12 +01:00
Teo Mrnjavac
8882a477be Do not dereference nullptr. 2016-12-14 09:08:32 +01:00
Teo Mrnjavac
9bff57a60d Provide default for m_writeEtcDefaultKeyboard in KeyboardViewStep. 2016-12-14 09:08:25 +01:00
Teo Mrnjavac
66c578fa8d Write hasInternet to GlobalStorage.
CAL-431 #close
2016-12-14 09:08:15 +01:00
Teo Mrnjavac
32039bd388 Do not LINK_PUBLIC by default. 2016-12-14 09:07:41 +01:00
Teo Mrnjavac
49afe4bc8e Document settings for services module. 2016-12-14 09:02:47 +01:00
Philip
4666a96b56 [displaymanager] set_autologin: Unset autologin for sddm when needed 2016-12-06 21:57:31 +01:00
Philip
ec44f2e4f4 [users] implement upstream fixes 2016-12-06 21:56:40 +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
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
Philip
433d6ded6d [mount] Bind-mount /run/udev in the chroot by default 2016-11-09 07:39:58 +01: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
Philip
c8f1134196 Modifications
- [bootloader] Fix vfat_correct_case
- [welcome] Fix RequirementsChecker::checkHasInternet()
2016-11-05 22:01:44 +01:00
Kevin Kofler
35f098e04a [unpackfs] Do not fail if rsync returns exit code 23.
Unfortunately, rsync returns exit code 23 (Partial transfer due to
error) if it cannot write extended attributes (with -X) because the
target file system does not support it, e.g., the FAT EFI system
partition. We need -X because distributions using file system
capabilities and/or SELinux require the extended attributes. But
distributions using SELinux may also have SELinux labels set on files
under /boot/efi, and rsync complains about those. The only clean way
would be to split the rsync into one with -X and --exclude /boot/efi and
a separate one without -X for /boot/efi, but only if /boot/efi is
actually an EFI system partition. For now, this hack will have to do.

See also:
https://bugzilla.redhat.com/show_bug.cgi?id=868755#c50
for the same issue in Anaconda, which uses a similar workaround.
2016-11-05 09:25:59 +01:00
Teo Mrnjavac
2bc12b80cc Allow try_install and try_remove entries in packages module. 2016-11-03 18:04:38 +01:00