Commit Graph

2 Commits

Author SHA1 Message Date
d42745aac3 feat(live-boot): Complete live RAM boot implementation v2.2.4-live
- Install live-boot package and rebuild initramfs with live-boot scripts
- Create squashfs filesystem (878MB) on data partition sda4
- Update boot.scr with live boot parameters (boot=live, toram)
- Fix wiki sidebar links from [[Page|Display]] to [Display](Page)
- Add Eye-Remote wiki page documentation
- Add sync-wiki.sh script for wiki repository sync
- Add patch-multiboot-efi.sh for post-build EFI patching

Partition layout:
- sda1 (512MB): EFI with kernel, initrd, dtbs, boot.scr
- sda2 (3GB): ARM64 rootfs reference
- sda3 (3GB): x86 rootfs for VirtualBox/QEMU
- sda4 (9.5GB): Data + /live/filesystem.squashfs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-27 13:30:50 +02:00
2e24fbb5fd ci(multiboot): Add GitHub Action for multiboot image builds
- Create build-multiboot.yml workflow with manual dispatch
- Support configurable image sizes (8/16/32GB)
- Build .deb packages first, then create multiboot image
- QEMU user-mode for cross-arch debootstrap
- XZ compression and GitHub Release integration
- Optional desktop environment inclusion

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-27 11:04:28 +02:00