list debian deps

This commit is contained in:
Jonathan Carter
2025-12-10 21:18:21 +02:00
parent 31bb032a4e
commit ed2ddb0a77
15 changed files with 156 additions and 95 deletions

View File

@@ -30,7 +30,7 @@ def disks():
menu_order=current_app.config['CONFIG']['settings']['menu_order'].split(),
previous_step = previous_step_url,
next_step=next_step_url,
partitions=current_app.config['CONFIG']['recipe']['create_partitions']['commands'],
partitions=current_app.config['CONFIG']['recipe']['create_partitions']['command_set'],
format_partitions=current_app.config['CONFIG']['recipe']['format_partitions'],
bottom_menu=bottom_menu)