somme script clean up

This commit is contained in:
manuel 2024-09-16 11:37:56 +00:00
parent 3bb95addd5
commit 3f66c15e29
1 changed files with 1 additions and 15 deletions

View File

@ -43,8 +43,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',
'inflate_bubble.set_grub_shared',
'inflate_bubble.set_binary_shared',
'infra.shared_server_files',
'infra.boostrap_shared'
)
@ -80,9 +78,6 @@ setup_mini_cmds = ('inflate_bubble.set_mini',)
setup_chroot_grub_64 = ('inflate_bubble.set_chroot_grub_64',)
setup_chroot_grub_arm = ('inflate_bubble.set_chroot_grub_arm',)
setup_chroot_grub_32 = ('inflate_bubble.set_chroot_grub_32',)
setup_chroot_grub_64ld = ('inflate_bubble.set_chroot_grub_64ld',)
setup_chroot_grub_64srv = ('inflate_bubble.set_chroot_grub_64srv',)
setup_chroot_grub_64min = ('inflate_bubble.set_chroot_grub_64,min',)
# Setup grub binary
setup_binary_grub_64 = ('inflate_bubble.set_binary_64',)
@ -153,8 +148,7 @@ build32_loaded_build = (shared_setup_loaded_cmds + setup_loaded_cmds +
#Server
build64_server_build = (shared_setup_server_cmds + setup_server_cmds +
setup_chroot_grub_64 + setup_binary_grub_64 +
setup_fw_64_32
setup_binary_grub_64 + setup_fw_64_32
)
#Mini
@ -406,14 +400,6 @@ GRUB_LIST_64 = ('grub-efi-amd64\n'
'grub-efi-ia32-bin\n'
)
# Grub things shared by 64bit
GRUB_LIST_64LD = ('grub-efi-amd64\n'
'grub-efi-amd64-bin\n'
'grub-efi-amd64-signed\n'
'shim-helpers-amd64-signed\n'
'grub-efi-ia32-bin\n'
)
# Grub things shared by ARM
GRUB_LIST_ARM64 = ('grub-efi-arm64\n'
'grub-efi-arm64-bin\n'