mirror of
https://github.com/KDE/kde-linux.git
synced 2026-06-17 12:00:40 -04:00
cade9c67493e0bdae54620d361914b69eeb59ca1
calamares has real trouble implementing the mount lineup we need, this resulted in a fairly subpar installation result. we'll now sidestep calamares for mount and unpacking use. _calamares@subvol now takes care of both use cases. it first undoes a bunch of stuff calamares does implicitly, then sends the rootfs subvol to the target, creates all the necessary subvolumes and folders, mounts /proc /dev etc and finally invokes the overlay program to overlay everything like we do in the initrd as a side effect the overlay program now accepts device and mount target as input with default values when no input is given (i.e. the initrd scenario - though now that I think about it we could probably just invoke it properly from the service file) the end result of all this is a more correct target partition with properly populated /etc (overlay)
Description
No description provided
Languages
Shell
52.8%
Go
24.8%
Python
7.5%
Rust
7.3%
QML
5.4%
Other
2.2%