- Feb 21, 2025
-
-
- Feb 20, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Add cancellation support to view-steps
-
- Feb 18, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
This only has meaning if the live timezone is changed, then change it back to the value it had on startup.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Place settings in a struct and hand it off to a free function for update, rather than using methods of the Config class.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- Feb 17, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Improve exceptions to ClearMountsJob
-
Adriaan de Groot authored
-
- Feb 16, 2025
-
-
- Feb 13, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
[parition] Do not unmount /dev/mapper/ventoy
-
dalto8 authored
-
- Feb 11, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Re-organize Python implementations and fix memory issues
-
- Feb 04, 2025
-
-
TNE authored
Ventoy uses /dev/mapper/ventoy to provide the ISO. Unmounting /dev/mapper/ventoy is not desired since certain ISOs may have mounts that rely on it existing for the unpackfs step
-
Adriaan de Groot authored
Save obfuscated luks passphrase in calamares globals variables
-
- Jan 27, 2025
-
-
vincent PENVERN authored
-
- Jan 25, 2025
-
-
Adriaan de Groot authored
Lock the description variable properly, so that while it is being accessed from another thread (to read the string for progress reporting) it doesn't get corrupted by updates from the Python thread.
-
Adriaan de Groot authored
- run a target command - emit lots and lots of progress signals
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Unrelated, destructor = default is simpler than empty.
-
Adriaan de Groot authored
-
- Jan 20, 2025
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Python code that would run with Boost::Python, calling target_env_call() with a single string parameter, would fail in pybind11. Add the missing overload.
-
Adriaan de Groot authored
-