PF4Public
PF4Public
Quite probable! Your script could be a separate ebuild, which could be a conditional build-time dependency for sys-kernel/linux-image. I'm not using initramfs on my systems however, so I'm not planning...
> Great idea to create an ebuild out of that! And for it to be invoked from another ebuild (like sys-kernel/linux-image for instance) or by end-user, it needs to be...
> Yeah, the sandbox. But it has its purpose to not screw things up on the actual filesystem, which is good! Exactly! You either play by the rules, or else...
Recently I discovered that with `CONFIG_INITRAMFS_SOURCE` kernel could create initramfs during the build. I suppose, this could be useful. > The config option CONFIG_INITRAMFS_SOURCE (in General Setup in menuconfig, >...
> Moreover the `initramfs` will `be incorporated into the resulting binary`, which I wanted to avoid with `update_initramfs`. Quite reasonable. There must be a configurable option then.
@Techwolf That's right! Unfortunately it [cannot build a kernel without loadable modules support](https://bugs.gentoo.org/744076) and as such I cannot use it.
Sorry, couldn't reply earlier. Wow, that's a lot! I suppose, you've solved the watchman issue, but here are some things for consideration https://github.com/facebook/watchman/blob/1520533f83f02412999517ad4b49e9ffaebe7e7f/watchman/main.cpp#L95-L99 It looks for `min_acceptable_nice_value` in options. Could...
> Of course we can do the same for whatever arch we want (but would be pointless unless electron builds on that arch). I personally don't like the fact that...
By the way, @darkbasic Have you tried `export ELECTRON_SKIP_BINARY_DOWNLOAD=1` instead of `dev-util/flipper/files/dont-download-electron.patch`?
I can also reproduce this issue, it doesn't happen immediately and I didn't notice it :( Could it be me removing those two lines? https://github.com/PF4Public/gentoo-overlay/blob/80a8f2a9b4aea86fdd66d72d9e6f516322d137dd/www-client/ungoogled-chromium/files/chromium-123-libstdc%2B%2B.patch#L550-L560