diff system.py @ 133:706d861f6d95

move boot.config setup to system.py
author drewp@bigasterisk.com
date Wed, 21 Dec 2022 13:45:10 -0800
parents 168bc1c44e6f
children 5558d8481ddf
line wrap: on
line diff
--- a/system.py	Wed Dec 21 13:44:46 2022 -0800
+++ b/system.py	Wed Dec 21 13:45:10 2022 -0800
@@ -89,6 +89,7 @@
 
 if is_pi and host.name != 'pipe':
     pi_tmpfs()
+    files.template(src='templates/boot_config.txt.j2', dest='/boot/config.txt')
 
 if not is_pi:    
     podman_inecure_registry()