AeThex-OS/script
Claude 38572a2a74
fix: Add missing ROOTFS_DIR and ISO_DIR variable definitions
The build-linux-iso.sh script used $ROOTFS_DIR and $ISO_DIR variables
throughout but never defined them, causing the script to fail immediately.

Fix:
- Add ROOTFS_DIR="$BUILD_DIR/rootfs"
- Add ISO_DIR="$BUILD_DIR/iso"
- Update mkdir to create proper directory structure with casper/isolinux/grub

These variables were already correctly defined in build-linux-iso-full.sh
2026-01-04 06:59:42 +00:00
..
build-linux-iso-full.sh feat: Full layered OS architecture - Wine + Docker + Dev Tools 2025-12-28 10:07:32 -07:00
build-linux-iso-simple.sh refactor: Simplified ISO build for Docker (no privileged mode) 2025-12-28 09:17:24 -07:00
build-linux-iso.sh fix: Add missing ROOTFS_DIR and ISO_DIR variable definitions 2026-01-04 06:59:42 +00:00
build.ts Fix ESM module compatibility: convert build to ESM format with proper require/dirname shims for Supabase 2025-12-23 04:56:10 +00:00
check-tables.ts new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
cli-commands.ts modified: package-lock.json 2025-12-23 21:10:42 +00:00
cli.ts modified: package-lock.json 2025-12-23 21:10:42 +00:00
flash-usb.sh tools: add USB flash script and GitLab artifact downloader; docs: quick flashing guide; gitignore artifacts/ and ISO files 2025-12-27 23:45:00 +00:00
gitlab-download-artifacts.sh new file: README.txt 2025-12-28 02:53:08 +00:00
migrate-mode.ts modified: server/routes.ts 2025-12-24 02:45:56 +00:00
migrate-os.ts new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
run-migration.ts new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
run-os-migration.ts new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
seed.ts new file: script/seed.ts 2025-12-24 17:45:22 +00:00