summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-dmsetup/hooks
Commit message (Collapse)AuthorAgeFilesLines
* [slx-dmsetup] Tweak service ordering, wait for HDDsSimon Rettberg2025-04-091-1/+21
|
* Fix dumb typoSimon Rettberg2025-04-091-1/+1
|
* [slx-dmsetup] Remove unreachable exit statementsSimon Rettberg2025-04-091-2/+0Star
|
* [slx-dmsetup] Split dmsetup-slx-device into smaller servicesSimon Rettberg2025-04-094-194/+146Star
|
* Avoid loading dracut-lib.sh in several scriptsSimon Rettberg2025-04-021-9/+11
|
* [slx-dmsetup] More robust error handling, more loggingSimon Rettberg2025-03-111-112/+179
|
* [slx-dmsetup] Better not encrypt the rootfs AFTER building the CoW layerSimon Rettberg2024-06-141-16/+14Star
|
* [slx-dmsetup] Try to fix some snapshot brain damageSimon Rettberg2024-06-141-10/+8Star
| | | | | | | create_snapshot was always using hard-coded $writable_device, but surrounding code at one callsite suggested it was expected to use $scratch_device - this would at least explain why we could end up with overlapping dm targets... -.-
* [slx-dmsetup] busybox mktemp needs AT LEAST 6 X -.-Simon Rettberg2024-06-141-4/+6
|
* [slx-dmsetup] Fix another busybox mktemp callSimon Rettberg2024-06-141-1/+1
|
* [slx-dmsetup] Fix braindead mktemp call by removing itSimon Rettberg2024-06-131-4/+5
|
* [slx-dmsetup] Kill stray lineSimon Rettberg2024-06-131-1/+0Star
|
* [slx-dmsetup] Avoid unnecessary dm targets, rename crypted onesSimon Rettberg2024-06-131-34/+72
| | | | | | | | | | | | | | | | | | | | | | | | | 1) Avoid creating linear targets that would be fully covered by an encrypted target later. Also don't create a linear slice for the thinpool if it's going to be the only thing we put in our writable partition. 2) Previously, when we created an encrypted device, it would look like | ` devicename ` devicename-crypt Which was a bit confusing/surprising, because the final name was not what was specified in our custom partition table. Now, the result would look like | ` devicename-k ` devicename So the final device you'd use has the expected name.
* [slx-dmsetup] Make sure id44 slices are 4k-alignedSimon Rettberg2024-03-011-4/+8
|
* [slx-dmsetup] grow: Preserve exit status now that it's a serviceSimon Rettberg2024-01-291-3/+2Star
|
* Try to use more systemd servicesSimon Rettberg2024-01-292-0/+839