mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 14:42:02 +00:00
First fully functioning GUI
This commit is contained in:
@@ -87,7 +87,7 @@ def write_disk(disk: str) -> None:
|
||||
mounts=[config.CWD_MOUNT, Mount("/ignition_disk", disk, type="bind")],
|
||||
privileged=True,
|
||||
command=f"dd if={config.CWD_MOUNTDIR}/build/ignition.img of=/ignition_disk",
|
||||
remove=config.CLEANUP_CONTAINERS,
|
||||
remove=config.CLEANUP_IMAGES,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user