-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: target arch * feat: search for fstab and mount paritions as per discovered fstab * go mod tidy * fix: fstab tests * fix: check umounP errors * amend test fix * cleanup * feat: scan ostree * fix: skip asset detection if already present * debug log * debug log * debug log * unwrap errors to match sys/unix errors * log * debug log * more debug logs * debug: what's up with etc/ssh on these fedoras 🕵🏻♂️ * attempt: add machine-id detector * follow-up debug: what's up with etc/ssh on these fedoras 🕵🏻♂️ * debug: machine-id detector * feat: fallback to injected platform ids * cleanup * cleanup * fix: resolve partitions independently from asset detection * fix: include LUN id-ed partitions to expansion * feat: lvm2 support * expressive error * fix: use all partitions with LUN devices * sort lvm vols by size * feat: sort fstab entries by mountpoint depth * edge-case: childless lvm partition * "privatize" lvm related methods * use volumemounter provided cmd runner * mapLVM2Partitions: pointer -> return * test GetPartitions with lvm2 * feat: RootDir method * typo * make bind property private * MountPartitionDto comments * nit: init array * convert block device to partition info method
- Loading branch information
Showing
26 changed files
with
3,048 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.