Commit Graph

5191 Commits

Author SHA1 Message Date
Adriaan de Groot
29bae61610 Merge branch 'master' into fix-swap-ui 2018-10-01 03:21:06 -04:00
Adriaan de Groot
7e88f637b1 [localecfg] Fix error in string-formatting. 2018-09-30 18:56:48 +02:00
Adriaan de Groot
b42a36e5ad [fsresizer] Don't need to check KPMCore version 2018-09-28 14:24:25 +02:00
Philip Müller
040c5cdf67 [grubcfg] fix grub.params 2018-09-27 20:56:17 +02:00
Philip Müller
42c05c8ac3 Merge branch 'master' of https://github.com/calamares/calamares into development 2018-09-27 20:15:55 +02:00
Adriaan de Groot
fe6e0d0b19 Merge branch 'fix-austrian-keymap' 2018-09-27 13:38:06 +02:00
Adriaan de Groot
e7c62c114f [keyboard] Improve debugging output 2018-09-27 13:35:33 +02:00
Adriaan de Groot
427c142182 Changelog: credits and mark fixed 2018-09-27 12:51:32 +02:00
Philip Müller
2e6dd6a075 [grubcfg] fix syntax 2018-09-26 23:00:19 +02:00
Philip Müller
d39bd34baf [grubcfg] fix syntax 2018-09-26 22:45:41 +02:00
Philip Müller
4f8309d41c [grubcfg] fix syntax 2018-09-26 22:43:28 +02:00
Philip Müller
b48a026061 [grubcfg] fix syntax 2018-09-26 22:40:53 +02:00
Philip Müller
e9f3c88844 [grubcfg] fix syntax 2018-09-26 22:35:35 +02:00
Philip Müller
b4ca18177f [grubcfg] fix syntax 2018-09-26 22:32:04 +02:00
Philip Müller
1f52bfac4e [grubcfg] fix syntax 2018-09-26 22:22:21 +02:00
Philip Müller
b7d993d211 [initcpiocfg] fix syntax 2018-09-26 22:14:12 +02:00
Philip Müller
c89a55fc83 [initcpiocfg] fix syntax 2018-09-26 22:08:02 +02:00
Philip Müller
8a2c5c1727 [initcpiocfg] fix syntax 2018-09-26 21:52:41 +02:00
Philip Müller
8814ebd8a9 [initcpiocfg] fix syntax 2018-09-26 21:41:20 +02:00
Philip Müller
5c6ae3f1b0 [modules] adopt for silent boot 2018-09-26 19:25:03 +02:00
Adriaan de Groot
3ab891793a [keyboard] Add Austrian keyboard layout
- Map xkb 'at' to 'de' on the text console
 - Thanks Philip Mueller, Kevin Kofler

FIXES #1035
2018-09-26 16:54:39 +02:00
Philip Müller
cf55b16914 [postcfg] fix last commit 2018-09-25 20:21:26 +02:00
Philip Müller
6e81d0fe3a [postcfg] fix last commit 2018-09-25 20:16:20 +02:00
Philip Müller
84659674cd [postcfg] enable menu_auto_hide option 2018-09-25 20:15:40 +02:00
Philip Müller
0c29aa2df8 [keyboard] fix reverse mapping from console to xkb 2018-09-25 00:24:28 +02:00
Philip Müller
d4d9aaf1c6 [keyboard] fix Austrian layout
- should have put more attention to it
2018-09-24 23:48:03 +02:00
Philip Müller
7ba794f484 [keyboard] use de-deadtilde variant for at 2018-09-24 20:19:00 +02:00
Philip Müller
391913cce3 [keyboard] try to fix https://github.com/calamares/calamares/issues/1035 2018-09-24 20:13:47 +02:00
Philip Müller
d0488b7d0c Merge branch 'master' of https://github.com/calamares/calamares into development 2018-09-24 20:13:16 +02:00
Adriaan de Groot
d752223d0b [libcalamaresui] When reporting failure, use full product name. 2018-09-24 17:58:22 +02:00
Adriaan de Groot
0396ed28b7 [keyboard] Update some origin information for the keyboard map 2018-09-24 17:05:36 +02:00
Adriaan de Groot
88c973f7cc [partition] Simplify space calculations
- Q_ASSERT doesn't work in constexpr functions because it's not
 - May as well calculate bytes at compile-time, no need to give
   the runaround via number-of-MiB
2018-09-24 13:50:19 +02:00
Adriaan de Groot
8178c82d11 Changelog: update with names & partition module 2018-09-21 16:21:30 -04:00
Adriaan de Groot
e3bf9fc220 [partition] Fix build with KPMCore <= 3.3.0
- Reported by Philip Mueller
2018-09-21 16:19:05 -04:00
Adriaan de Groot
375024ee4c Merge branch 'oem-resizer' 2018-09-21 09:05:16 -04:00
Adriaan de Groot
f1ab363f60 Changelog: MD styling
FIXES #921
2018-09-28 12:56:06 +02:00
Adriaan de Groot
ed841d1674 [fsresizer] Typo 2018-09-28 12:34:40 +02:00
Adriaan de Groot
aaf27ac2ab [fsresizer] Apply sizes properly
- Distinguish size and atleast; in percentages they mean different
   things (atleast is a bit weird as a percentage, but hey).
 - Fix bug in percentage calculation.
 - Avoid percentage above 100.
 - Add documentation in config-file.
2018-09-28 12:32:08 +02:00
Adriaan de Groot
c725f6b552 [fsresizer] Distinguish error from no-useful-resize 2018-09-28 12:05:41 +02:00
Adriaan de Groot
5dc11b223a [fsresizer] Do the resize itself
- handle weird partition tables
 - ignore unallocated space -- that's what we want to expand into
 - use ResizeOperation for the actual work
2018-09-28 11:55:16 +02:00
Adriaan de Groot
14b6755714 [fsresizer] Initialize harder 2018-09-27 21:47:54 +02:00
Adriaan de Groot
e627633c44 [fsresizer] initialize FS support 2018-09-27 21:39:22 +02:00
Adriaan de Groot
2556891e39 [fsresizer] Fix backwards logic in error message 2018-09-27 20:49:28 +02:00
Adriaan de Groot
869357a89c Merge branch 'master' into oem-resizer 2018-09-27 20:47:17 +02:00
Adriaan de Groot
a749f041f0 [calamares] More verbose failure in test-loader 2018-09-27 20:45:13 +02:00
Adriaan de Groot
9124281bcb [fsresizer] Calculate resize parameters
- apply() a relativesize to a device to find out how much it
   means in sectors
 - find the space into which the configured FS can grow.
2018-09-27 05:28:20 -04:00
Adriaan de Groot
9e1c95ad05 [fsresizer] Refactor finding device
- Find device in separate function
 - If device isn't found, bail out
2018-09-27 04:10:25 -04:00
Adriaan de Groot
1c2714d832 [fsresizer] Match configuration to system
- Bail out earlier before doing any work if the configuration
   is invalid.
 - If it's valid, look for a matching device.
2018-09-27 03:56:57 -04:00
Adriaan de Groot
aae4b38e69 [fsresizer] Fix endless loop
- Improve variable names
 - Missing iterator++
2018-09-27 03:44:39 -04:00
Adriaan de Groot
06a00a15c6 [fsresizer] Scan for devices, list partitions
- The is just debugging output, but it's the start of what needs
   to happen to find the FS that needs resizing.
2018-09-25 06:39:14 -04:00