From 3f66c15e29d7233d1c5172f2c219a02cfe7b965e Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 16 Sep 2024 11:37:56 +0000 Subject: [PATCH] somme script clean up --- python_modules/conf.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/python_modules/conf.py b/python_modules/conf.py index 9790796b..74d1545f 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -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'