12 Commits

Author SHA1 Message Date
a30fb8793c Update README.md
fix links
2024-05-13 18:11:22 -07:00
c8a39bf78e Update interactive_setup.sh 2024-05-13 18:09:02 -07:00
e253a6e0e4 Update interactive_setup.sh
security fix
2024-05-13 18:07:30 -07:00
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
2100a32250 Add DNS traffic routing (#582) 2023-11-29 14:56:21 -08:00
eddc975582 Fix location of ResolvConf option (#572)
ResolvConf belongs in Exec section, otherwise an error results
2023-11-23 07:46:06 -08:00
695f3d22f9 Fix location of ResolvConf option (#573)
`ResolvConf` belongs in `Exec` section, otherwise an error results. See https://www.freedesktop.org/software/systemd/man/systemd.nspawn.html#ResolvConf=
2023-11-23 07:45:45 -08:00
eae733fc76 docs: nspawn network change requires reboot (#579) 2023-11-23 07:45:33 -08:00
e6e48d6d17 Update interactive_setup.sh (#563)
Fix mv-br5.network filename and clean up some typos/leftovers
2023-08-08 07:27:29 -07:00
e935c3fd9d Update 10-setup-network.sh to allow DNSmasq to listen to container network (#550) 2023-06-11 00:42:22 -07:00
466ab71140 Adds example for multicast-relay (#545)
- Also walks user through using overlayfs to use a common base image
2023-05-29 01:20:02 -07:00
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