Cameron Nemo

Results 105 comments of Cameron Nemo

Which ones could be local filesystems? I'm not sure how GlusterFS, or Ceph, could be available that early in the boot sequence. The list was gathered from systemd source code,...

From what I have seen while digging through dracut, they fsck themselves before mounting anything (typically / or maybe /usr).

In the PBP config when I was testing Anbox I used `CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"`, but it seems like you are leaving that blank. Any reason to go one way or the other?...

Tried on the PBP after adding PSI to the config, and did not get desired results. When activating the UI, just got visual glitches. edit: oh and ashmem is indeed...

I think one time I had some dnsmasq instance hanging around mucking things up. I just brought waydroid down, deleted the bridge, and killed the process. Then relaunched waydroid.

I feel like a dependency on nftables is fine. It is not like waydroid is some core package, and nftables is quite unobtrusive.

Thanks for the tip, that indeed fixed it on the PBP. My device actually matched what was in the docs exactly.

Yea that is what stage 3 is haha. Regarding where to invoke from, why nest inside rc.local and rc.shutdown, respectively?

According to https://github.com/void-linux/void-packages/pull/12974, there is interest in having the boot and shutdown tasks/scripts to be coupled into a directory like the run/finish files are for services. So my local/shutdown idea...

@Duncaen how do you propose handling enable/disable? the apparmor core-service is an example of how it should *not* be done, from my perspective. And what about manual restarting that leah...