Commit Graph

4 Commits

Author SHA1 Message Date
Micah Hausler
070ff2ade6
fix(nspawn-container): Retry 0-setup-system.sh on failure (#586)
Other system processes can acquire a dpkg frontend lock on startup that
will cause the downloaded package install to fail. The setup script
continues without exiting and machinectl is not found.

This change forces the script to exit early on error, and adds 5 retries
to the systemd unit at 30s intervals.

Signed-off-by: Micah Hausler <hausler.m@gmail.com>
2024-01-11 10:05:01 -08:00
Kevin Venkiteswaran
2100a32250
Add DNS traffic routing (#582) 2023-11-29 14:56:21 -08:00
sofakng
e935c3fd9d
Update 10-setup-network.sh to allow DNSmasq to listen to container network (#550) 2023-06-11 00:42:22 -07:00
apo-mak
16e14aec24
add nspawn-container folder by @peacey . (#530)
* add nspawn-container folder by @peacey

* Add an automated interactive setup script
2023-04-17 15:01:36 -07:00