bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
602 stars 65 forks source link

Add support for 66. #239

Open flexibeast opened 2 years ago

flexibeast commented 2 years ago

Further to this r/bedrocklinux discussion.

Tested in a QEMU VM; WorksForMe™.

flexibeast commented 2 years ago

Unfortunately, i don't think i'm likely to get back to working on this PR any time soon - sorry. :-( i'm happy to keep this PR open should anyone wish to come along and pick up where i've left off - there's not a huge amount left to do - but equally, i'm happy for this to be closed if it's more clutter than anything else.

paradigm commented 2 years ago

No worries. Bedrock's all volunteer effort when people have the time, and I certainly understand limitations there.

I do have some good news on this front. The difficulties here are, ultimately, due to a 0.7 design limitations which meant that the /run it sets up before handing control off to the init must be maintained. I think I can rework 0.8 to manage the information in such a fashion that this won't be a problem by making it so that any Bedrock content needed in /run will be stored elsewhere first and populated in /run after the init is done (re)mounting it. If we don't get this working in 0.7, I'm hopeful we will in 0.8.