Add bootable/ directory with complete toolkit to create a bootable Ubuntu USB drive with OpenClaw AI: - 4-step PowerShell scripts for USB preparation on Windows - Ventoy 1.0.99 boot manager with casper-rw persistence - Self-contained Linux setup and startup scripts - Detailed README with architecture, usage guide, and troubleshooting bootable/ is fully independent - does not reference any files from portable/, u-claw-app/, or website/. Also maintained as standalone repo at u-claw-linux for convenience. Update main README to reference both bootable/ and u-claw-linux repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
752 B
Plaintext
38 lines
752 B
Plaintext
# ── Runtime dependencies (too large for git, download on build) ──
|
|
portable/app/
|
|
portable/data/
|
|
u-claw-app/node_modules/
|
|
u-claw-app/release/
|
|
|
|
# ── Non-dev assets (stored locally, not in repo) ──
|
|
archive/
|
|
reference/
|
|
releases/
|
|
toolkit/
|
|
marketing/
|
|
social-assets/
|
|
|
|
# ── Build cache & temp ──
|
|
.download-cache/
|
|
*.dmg
|
|
*.exe
|
|
*.blockmap
|
|
builder-debug.yml
|
|
|
|
# ── OpenClaw source downloads ──
|
|
openclaw-2026.3.7/
|
|
openclaw-2026.3.7.zip
|
|
|
|
# ── OS files ──
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ── Claude workspace ──
|
|
.claude/
|
|
|
|
# ── u-claw-app runtime binaries (download on build) ──
|
|
u-claw-app/resources/runtime/
|
|
|
|
# ── Bootable USB build artifacts (scripts are tracked, downloads are not) ──
|
|
bootable/.download-cache/
|