Skip to content

Add option to install rootfs from local file - #53

Merged
syntaxerror247 merged 1 commit into
godotengine:mainfrom
syntaxerror247:local-rootfs-install
Jul 8, 2026
Merged

Add option to install rootfs from local file#53
syntaxerror247 merged 1 commit into
godotengine:mainfrom
syntaxerror247:local-rootfs-install

Conversation

@syntaxerror247

@syntaxerror247 syntaxerror247 commented Jul 2, 2026

Copy link
Copy Markdown
Member
Screenshot From 2026-07-02 14-43-14

@syntaxerror247
syntaxerror247 requested review from dsnopek and m4gr3d July 2, 2026 09:54
@syntaxerror247 syntaxerror247 added the enhancement New feature or request label Jul 2, 2026
@syntaxerror247 syntaxerror247 modified the milestone: 1.1.0 Jul 2, 2026
Comment on lines -290 to -292
if (hasAsset) {
outputHandler(OUTPUT_INFO, "> Extracting rootfs from assets...")
TarXzExtractor.extractAssetTarXz(context, ROOTFS_ASSET_PATH, rootfs)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd really like to be able to keep the ability to get this from the APK's assets. I use this when working on the rootfs itself, and it makes it very easy to quickly test changes.

Could we keep this in the else branch if the localUri is null?

@syntaxerror247
syntaxerror247 force-pushed the local-rootfs-install branch from 6358ec7 to 8a924ea Compare July 5, 2026 09:25
@syntaxerror247
syntaxerror247 force-pushed the local-rootfs-install branch from 8a924ea to bc4aa65 Compare July 5, 2026 09:30

@m4gr3d m4gr3d left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@syntaxerror247
syntaxerror247 merged commit 17be0df into godotengine:main Jul 8, 2026
1 check passed
@syntaxerror247
syntaxerror247 deleted the local-rootfs-install branch July 8, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Support custom download mirror / local rootfs file for GABE

3 participants