Files
John Crispin 97cb3762f0 renderer: add shell.system() method and update captive template
- Add shell.system() method to renderer.uc to wrap native system() calls
- Replace direct system() calls with shell.system() in captive template
- Add mock shell.system() implementation for testing to prevent failures
- This allows proper mocking of system commands during template tests

Signed-off-by: John Crispin <john@phrozen.org>
2025-10-19 16:09:56 +02:00
..