comparison 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
comparison
equal deleted inserted replaced
132:0ac891cece19 133:706d861f6d95
87 if not is_pi: 87 if not is_pi:
88 files.line(path='/etc/update-manager/release-upgrades', line="^Prompt=", replace="Prompt=normal") 88 files.line(path='/etc/update-manager/release-upgrades', line="^Prompt=", replace="Prompt=normal")
89 89
90 if is_pi and host.name != 'pipe': 90 if is_pi and host.name != 'pipe':
91 pi_tmpfs() 91 pi_tmpfs()
92 files.template(src='templates/boot_config.txt.j2', dest='/boot/config.txt')
92 93
93 if not is_pi: 94 if not is_pi:
94 podman_inecure_registry() 95 podman_inecure_registry()
95 96
96 if host.name in ['bang', 'pipe']: 97 if host.name in ['bang', 'pipe']: