Fedora install stalled: the log stopped right after boot with no exit marker. Cause: cloud-init was running "dnf -y install qemu-guest-agent openssh-server" at first boot; on this host's slow VM network that dnf took many minutes (metadata refresh + download), so cloud-init stayed "running" and the install (which waits for cloud-init) never proceeded. Fix: do NOT install any package via cloud-init. sshd is already present in every cloud image (verified Ubuntu/Debian/Fedora/Arch) and is just enabled via runcmd; the tools (curl/git/make…) are installed by the ERPLibre bootstrap with optimised mirrors. cloud-init now finishes in seconds (Fedora: "status: done" at 10s instead of blocking 5+ min). --package still adds a cloud-init packages block on demand. Also: when ERPLibre is installed via the infra menu, add ERPLIBRE_EXTRA_DISK_GB (5G) to each VM's disk, because the image minimum left only ~97 MB free after installation. Drop the now-useless "--package git" (the bootstrap installs git). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| database_manager.py | ||
| kdbx_manager.py | ||
| logo_ascii.txt | ||
| qemu_install_monitor.py | ||
| README.base.md | ||
| README.fr.md | ||
| README.md | ||
| source_todo.sh | ||
| todo.json | ||
| todo.py | ||
| todo_example.json | ||
| todo_file_browser.py | ||
| todo_i18n.py | ||
| todo_upgrade.py | ||
| version_manager.py | ||
TODO is an assistant robot to use ERPLibre
Execute it with ./script/todo/todo.py or make todo.
For a new project, copy todo_example.json to private/todo/todo_override.json | private/todo/todo_override_private.json and edit it.