From 9013a65d52bc38a6f7b3302086ec4638dd67a09e Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 19 Jul 2021 20:00:04 +0300 Subject: [PATCH] os-prober rebuild --- system/boot/os-prober/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/boot/os-prober/actions.py b/system/boot/os-prober/actions.py index b1249392..2633e1fb 100644 --- a/system/boot/os-prober/actions.py +++ b/system/boot/os-prober/actions.py @@ -15,7 +15,7 @@ def build(): shelltools.system("sed -i -e 's|grub-mount|grub2-mount|g' os-probes/common/50mounted-tests \ linux-boot-probes/common/50mounted-tests common.sh") - shelltools.system("sed -i -e 's|/boot/grub/|/boot/grub2/|g' linux-boot-probes/mounted/common/40grub2 \ + shelltools.system("sed -i -e 's|/boot/grub/grub.cfg|/boot/grub2/grub.cfg|g' linux-boot-probes/mounted/common/40grub2 \ linux-boot-probes/mounted/x86/40grub") shelltools.unlink("Makefile") autotools.make("newns")