lb config für Debian trixie/amd64, iso-hybrid, GRUB-EFI+syslinux. Paketliste (tuxflotte.list.chroot) übernimmt die Hardware-/WLAN-Abdeckung aus build_golden_image.sh, ergänzt um btrfs-progs sowie die bisher erst zur Laufzeit nachinstallierten Werkzeuge (jq, gettext-base, dosfstools, e2fsprogs, zstd). Ersetzt langfristig das Patchen der echten Mint-Live-ISO (build_customer_iso.sh + Casper-Hook-Injection) - siehe Plan ~/.claude/plans/inherited-floating-treasure.md und Memory project_independent_boot_medium.md. Auslöser: ein live gefundener Bug, bei dem statt der direkten Partitionier-Mechanik unerwartet Ubiquity hochkam, weil das Boot-Medium bislang weiterhin die echte, Ubiquity-tragende Mint-ISO war. Noch kein lauffähiges Image - nur das live-build-Grundgerüst, Bau + Boot- Test folgt.
27 lines
496 B
Plaintext
27 lines
496 B
Plaintext
# Build artifacts
|
|
*.iso
|
|
*.log
|
|
|
|
# Local temporary directories
|
|
work/
|
|
output/
|
|
build/
|
|
|
|
# live-build (boot-medium/) own working/cache/output directories - only
|
|
# boot-medium/config/ and boot-medium/auto/ are actual source, everything else
|
|
# is regenerated by `lb build`
|
|
boot-medium/.build/
|
|
boot-medium/cache/
|
|
boot-medium/chroot/
|
|
boot-medium/binary*/
|
|
boot-medium/*.iso
|
|
boot-medium/*.img
|
|
boot-medium/*.contents
|
|
boot-medium/*.files
|
|
boot-medium/*.packages
|
|
|
|
# Editor/system files
|
|
*~
|
|
.DS_Store
|
|
__pycache__/
|