E
E
I use some packages in testing repo without including testing repo to pacman.conf. In this case, pacfinder shows versions of packages in non-testing repo.
btrfs has 4 presoftdep:`blake2b-256,sha256,xxhash64,crc32c` for checksum. Thus xxhash_generic,blake2b_generic,sha256_ssse3,crc32c_intel are exists in image. But I only need crc32c_intel(I tested with my custom initramfs image). `modules: -*,btrfs,-blake2b_generic` does not work.
`/etc/booster.init.yaml` in image has 5.3 kb builtinmodules: section. How is that used? I can boot if I create image without the section manually. I want remove it to save size...
`.smp_locks` and `.rela.smp_locks` seems related to Big Kernel Lock which is no longer exists Linux 2.6.37. But I can't find evidence that they are really not used. Size of btrfs.ko...
**Describe the bug** Booting with btrfs partition not in fstab is possible with `rootflags=rw` . timeshift does not recognize such partition even it has @ at toplevel. And there is...
tiny11maker produce `sources/install.wim` > 4GB.It is splittable as seen in https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/split-a-windows-image--wim--file-to-span-across-multiple-dvds?view=windows-11. It allows to make install media for UEFI machine by just copying files in iso image to FAT32 formatted...
Symbols of current prebuild binary for Linux64 in https://cef-builds.spotifycdn.com/index.html#linux64 is not separated while binaries for Windows64 https://cef-builds.spotifycdn.com/index.html#windows64 provide separated symbol. Stripping them my self is possible. But it would be...
GNU coreutils (not uutils) supports building as multicall binary. If `/bin/coreutils` is given by `coreutils-multicall` package and symlinks are given by `coreutils` package, we can install drop-in package without removing...
SVG icon for desktop entry reduces package size and improve performance.
Some Linux distribution (e.g. Arch) assumes LICENSE are put at the path. Symlinking `resources/app/LICENSE.txt` is also fine. Related: https://github.com/microsoft/vscode/issues/119159