somme script clean up
This commit is contained in:
parent
3bb95addd5
commit
3f66c15e29
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue