Javier Martinez Canillas
Javier Martinez Canillas
**Is your feature request related to a problem? Please describe.** The Linux kernel does not have a decompressor for the aarch64 architecture, the [arm64 booting documentation](https://www.kernel.org/doc/Documentation/arm64/booting.txt) says: ``` 3. Decompress...
Hello @cmauri, I'm trying to make `eviacam` work on Fedora 29, but when building from source using the latest `v2.1.3` tag the process receives a SIGSEGV and gets killed. ```...
Since Linux v6.0 the vfat filesystem has support for `renameat2(..., RENAME_EXCHANGE)`: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=da87e1725ae2 So `bootupd` could instead of applying the diff files one by one to the destination dir, it could...