summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* [dev] More sanity checks, fallback to GPT if MBR yields nothingSimon Rettberg2020-10-071-36/+49
|
* [dev] Add commentsSimon Rettberg2020-10-071-4/+20
|
* [dev] Implement raw partition scanner (MBR+GPT)Simon Rettberg2020-10-072-20/+137
| | | | | | | | | | Relying in udev has proven unsuitable time and time again. Sometimes after switchroot, it loses information about partitions that was already present in the initramfs. When an MBR partition contains a filesystem that is larger than the partition, the udev info is missing the MBR partition type from its output (observed with NTFS at least). As the kernel doesn't expose the mbr type and gpt type GUID directly in sysfs, we implement our own crude MBR and GPT parsers. In ash.
* Add net module (net_resolve_v4 for now)v27Simon Rettberg2019-10-281-0/+9
|
* Add mem moduleSimon Rettberg2019-10-281-0/+25
|
* consider network shares in fs_path_isvolatileJonathan Bauer2019-10-161-1/+9
|
* Add fs_path_ismountpointSimon Rettberg2019-07-021-0/+6
|
* Fix typoSimon Rettberg2019-05-281-1/+1
|
* Add String and XML helpersSimon Rettberg2019-05-272-0/+32
|
* Add download and download_retrySimon Rettberg2019-05-271-0/+10
|
* ModularizeSimon Rettberg2019-05-273-0/+178