aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

commit b0dffedffc14fd3abbf7128bcb92c58b36199f4a
parent 8a78602e851415f794bab4545e8e6d65547c67f9
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sat, 19 Dec 2020 18:21:23 +0100

remove unneeded TODO

Diffstat:
Maetherscale/qemu/image.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/aetherscale/qemu/image.py b/aetherscale/qemu/image.py @@ -71,8 +71,6 @@ def install_startup_script(script_source: str, mount_dir: Path): def create_systemd_startup_unit( f: TextIO, startup_script: Path): - # TODO: init-script must only be run on first boot e.g. with Conditions - # and a depending unit could write a marker file logging.debug(f'Creating systemd init-script service at {startup_script}') condition_file = f'/root/{STARTUP_FILENAME}.done'