Mercurial > code > home > repos > infra
diff system.py @ 278:4e424a144183
for netboot pi
author | drewp@bigasterisk.com |
---|---|
date | Sat, 30 Mar 2024 00:15:46 -0700 |
parents | ff36727f3a10 |
children | a46eb2a77df7 |
line wrap: on
line diff
--- a/system.py Sat Mar 23 14:22:20 2024 -0700 +++ b/system.py Sat Mar 30 00:15:46 2024 -0700 @@ -57,7 +57,9 @@ if is_pi and host.name != 'pipe': pi_tmpfs() - files.template(src='templates/boot_config.txt.j2', dest='/boot/config.txt') + + # this now lives on pipe in /opt/dnsmasq/tftp/f63f14b6/config.txt + #files.template(src='templates/boot_config.txt.j2', dest='/boot/config.txt') if host.name in ['bang', 'pipe', 'ditto']: no_sleep()