somme script clean up
This commit is contained in:
parent
3f66c15e29
commit
f766f53f25
|
@ -44,7 +44,6 @@ shared_setup_loaded_cmds = ('inflate_bubble.set_fusato_structure',
|
|||
shared_setup_server_cmds = ('inflate_bubble.set_fusato_server_installer_structure',
|
||||
'inflate_bubble.set_fusato_server_structure',
|
||||
'infra.shared_server_files',
|
||||
'infra.boostrap_shared'
|
||||
)
|
||||
|
||||
shared_setup_mini_cmds = ('inflate_bubble.set_fusato_mini_installer_structure',
|
||||
|
@ -148,7 +147,7 @@ build32_loaded_build = (shared_setup_loaded_cmds + setup_loaded_cmds +
|
|||
|
||||
#Server
|
||||
build64_server_build = (shared_setup_server_cmds + setup_server_cmds +
|
||||
setup_binary_grub_64 + setup_fw_64_32
|
||||
setup_fw_64_32
|
||||
)
|
||||
|
||||
#Mini
|
||||
|
|
Loading…
Reference in New Issue