From c765767b92a286b23d09247f864ca7cec81bbc2b Mon Sep 17 00:00:00 2001 From: Fergal Mc Carthy Date: Wed, 3 Apr 2024 09:24:17 -0400 Subject: [PATCH 1/2] Fix update-bootloader to run after grub-setup bsc#1222258 Also checked to ensure that the sequencing for all systemd services now matches the ordering specified in helper/system.tree. --- systemd/suse-migration-update-bootloader.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/suse-migration-update-bootloader.service b/systemd/suse-migration-update-bootloader.service index 9dc59ed..77a1a48 100644 --- a/systemd/suse-migration-update-bootloader.service +++ b/systemd/suse-migration-update-bootloader.service @@ -1,6 +1,6 @@ [Unit] Description=Update the bootloader -After=suse-migration-update-bootloader.service +After=suse-migration-grub-setup.service [Service] Type=oneshot From 1b7ac85f2ac3d6550f0a98074a550d0be8917416 Mon Sep 17 00:00:00 2001 From: Fergal Mc Carthy Date: Wed, 10 Apr 2024 09:34:31 -0400 Subject: [PATCH 2/2] Rename overlay zypper-migration plugin with -ruby suffix --- .../zypper/commands/{zypper-migration => zypper-migration-ruby} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename image/pubcloud/sle15/root/usr/lib/zypper/commands/{zypper-migration => zypper-migration-ruby} (100%) diff --git a/image/pubcloud/sle15/root/usr/lib/zypper/commands/zypper-migration b/image/pubcloud/sle15/root/usr/lib/zypper/commands/zypper-migration-ruby similarity index 100% rename from image/pubcloud/sle15/root/usr/lib/zypper/commands/zypper-migration rename to image/pubcloud/sle15/root/usr/lib/zypper/commands/zypper-migration-ruby