You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editable boot parameters — Boot parameters are now fully user-editable per image from the Properties panel. Extraction sets sensible defaults, but users can override them without waiting for a Bootimus update.
Placeholder support — Boot params support {{BASE_URL}}, {{CACHE_DIR}}, {{FILENAME}}, and {{SQUASHFS}} placeholders, resolved at boot time.
Default params shown — Empty boot params field shows distro-specific defaults as placeholder text.
Bug Fixes
Fixed Debian Live boot failure — Removed hardcoded ip=dhcp from Debian kernel parameters that caused klibc ipconfig timeout on modern NICs with slow link negotiation. (#34)
Fixed empty fetch= for GParted/Debian Live ISOs — Squashfs detection now scans all directory entries before returning, and the fetch= URL is properly constructed from the detected squashfs path. (#35)
Fixed image deletion foreign key error — client_images join table is now cleaned up before deleting images, preventing PostgreSQL constraint violations.
Fixed ISO upload 401 — Image upload via XHR now includes the JWT Bearer token.