diff --git a/system/boot/os-prober/actions.py b/system/boot/os-prober/actions.py old mode 100755 new mode 100644 index ed82676e..1e69645b --- a/system/boot/os-prober/actions.py +++ b/system/boot/os-prober/actions.py @@ -9,6 +9,11 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def build(): + #pisilinux icin grub2 olarak ayarla + shelltools.system("sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \ + linux-boot-probes/common/50mounted-tests") + 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.unlink("Makefile") autotools.make("newns") @@ -16,7 +21,8 @@ def install(): pisitools.dodoc("debian/copyright", "debian/changelog", "README") pisitools.dobin("os-prober") pisitools.dobin("linux-boot-prober") - pisitools.insinto("/usr/lib/os-prober", "newns") + #pisitools.insinto("/usr/lib/os-prober", "newns") + pisitools.doexe("newns", "/usr/lib/os-prober/") pisitools.insinto("/usr/share/os-prober", "common.sh") for d in ("os-probes", "os-probes/mounted", diff --git a/system/boot/os-prober/pspec.xml b/system/boot/os-prober/pspec.xml old mode 100755 new mode 100644 index fab925c0..7e00c148 --- a/system/boot/os-prober/pspec.xml +++ b/system/boot/os-prober/pspec.xml @@ -12,7 +12,20 @@ app:console Utility to detect other OSes on a set of drives os-probe detects other OSes available on a system and outputs the results in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily. - http://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz + http://cdn-fastly.deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz + + fedora/os-prober-bootpart-name-fix.patch + fedora/os-prober-btrfsfix.patch + fedora/os-prober-factor-out-logger.patch + fedora/os-prober-factored-logger-efi-fix.patch + fedora/os-prober-gentoo-fix.patch + fedora/os-prober-grepfix.patch + fedora/os-prober-grub2-parsefix.patch + fedora/os-prober-mdraidfix.patch + fedora/os-prober-mounted-partitions-fix.patch + fedora/os-prober-no-dummy-mach-kernel.patch + fedora/os-prober-umount-fix.patch + os-prober @@ -25,7 +38,14 @@ - + + 2020-02-02 + 1.77 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + 2019-12-26 1.77 Version bump