- 21 Mar, 2022 12 commits
-
-
Philip Müller authored
-
-
Adriaan de Groot authored
-
Calamares CI authored
-
Calamares CI authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
This is mostly a confirmation that the subsequent changes to #1905 were correct; the "name" key set in a partition configuration is applied to the partition. FIXES #1904
-
Adriaan de Groot authored
Extend the test to (try to) restore whatever hostname was set before the test ran; this avoids mangling systems where tests are run as root in a host / production environment. FIXES #1908
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- 19 Mar, 2022 1 commit
-
-
- 18 Mar, 2022 4 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Avoid setting rootfs partition name to "root" by default.
-
- 16 Mar, 2022 1 commit
-
-
Adriaan de Groot authored
Added spaces and line-breaks to fix formatting.
-
- 15 Mar, 2022 10 commits
-
-
Decator authored
Fixes a formatting issue by adding some spaces and a line-break. Increases readability
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Scrolling explicitly to the bottom isn't needed; leaving it up to appendPlainText() has the following behavior: - if the text is scrolled all the way down, follows the text and scrolls further down (tailing) - if it is not scrolled all the way down, keeps current position.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
FIXES #1894
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- 14 Mar, 2022 10 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- makes the displayed flag name consistent between dialog and pop-up and debug-messages.
-
Adriaan de Groot authored
- apply coding style - reduce shadowed variables - use Q_EMIT to mark signals
-
Adriaan de Groot authored
allow viewing live log during execution
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Existing code reinitialized the layout, losing whatever layout was set in the config. Refactor so that you can access the partition-layout API, and change the default FS through that -- which is the point of the code block here in `doAutopartition()`, to look up the currently- selected default FS. Inspired by Santosh's work in #1903, #1759.
-
-
-
Adriaan de Groot authored
Fix empty UUID detection in fstab
-
Santosh Mahto authored
By default, calamares renames the label of root partition to "root" overriding the name specified in partiton.conf Signed-off-by:
Santosh Mahto <santosh.mahto@collabora.com>
-
- 13 Mar, 2022 2 commits
-
-
Philip Müller authored
-
-