SHA256
1
0
forked from pool/os-prober
Commit Graph

53 Commits

Author SHA256 Message Date
Michael Chang
621a480772 Accepting request 683730 from home:michael-chang:os-prober:bsc:1125729
- os-prober isn't compatible with transactional update (boo#1125729)
  * os-prober-use-tmp-over-var-lib-for-transient-files.patch

OBS-URL: https://build.opensuse.org/request/show/683730
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=93
2019-03-11 10:05:37 +00:00
5abb83d861 Accepting request 657082 from home:michael-chang:branches:Base:System
- Don't hard require btrfsprogs by downgrading it to suggests (boo#1118279)
  * os-prober-make-btrfsprogs-optional.patch

OBS-URL: https://build.opensuse.org/request/show/657082
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=91
2018-12-11 08:35:07 +00:00
Michael Chang
192dc7fe8f Accepting request 645672 from home:michael-chang:boo:1113615
- Fix missing grub-probe command that caused linux-boot-probe to abort
  prematurely. It is a mistake while rebasing patch to 1.76 (bsc#1113615)
  * os-prober-1.49-grub2-mount.patch

OBS-URL: https://build.opensuse.org/request/show/645672
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=89
2018-11-01 07:00:14 +00:00
Andrei Borzenkov
291be643b3 Accepting request 640741 from home:michael-chang:os-prober-1.76
- Version bump to 1.76:
  * Fix check on ID_PART_ENTRY_SCHEME, to look for "dos" instead of "msdos"
  * Remove code using device mapper
  * This also removes the dependency on dmsetup
- Rediff
  * os-prober-1.49-grub2-mount.patch
  * os-prober-accept-ESP-on-IMSM.patch
  * os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
  * os-prober-fix-btrfs-subvol-mounted-tests.patch

OBS-URL: https://build.opensuse.org/request/show/640741
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=87
2018-10-10 17:52:55 +00:00
Andrei Borzenkov
815da4652d Accepting request 639715 from home:michael-chang:branches:Base:System
- UEFI Grub does not insert Arch Linux entry correctly (boo#1101942)
  * os-prober-multiple-initrd.patch

OBS-URL: https://build.opensuse.org/request/show/639715
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=85
2018-10-03 13:55:29 +00:00
Michael Chang
9e3666baf9 Accepting request 616721 from home:jmoellers:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/616721
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=83
2018-06-14 08:34:30 +00:00
0ff7908001 Accepting request 580144 from home:michael-chang:branches:Base:System
- Use blkid to bailout udevinfo for db not imported in chroot
  environment (bsc#1076779)
  * os-prober-05efi-blkid.patch

OBS-URL: https://build.opensuse.org/request/show/580144
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=81
2018-02-27 10:24:15 +00:00
Michael Chang
0fbd11efb1 Accepting request 579241 from home:michael-chang:branches:Base:System
- revert os-prober-05efi-udevinfo.patch as it messed up with strings
  that could be named differently in which even with non ascil characters.

OBS-URL: https://build.opensuse.org/request/show/579241
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=79
2018-02-23 10:23:21 +00:00
Michael Chang
4c3a7a939d Accepting request 571598 from home:michael-chang:branches:Base:System
- Fix Windows not listed in grub menu after install or upgrade (bsc#1076779)
  * os-prober-05efi-udevinfo.patch

OBS-URL: https://build.opensuse.org/request/show/571598
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=77
2018-02-02 04:48:56 +00:00
Andrei Borzenkov
f8e000ca22 Accepting request 461360 from home:michael-chang:branches:Base:System
- Fix btrfs 1.74 regression in detection btrfs, the do_unmount has to be
  skipped for btrfs as it removes tmp mount point of which btrfs is making
  use (bsc#1024196)
  * modify os-prober-btrfs-absolute-subvol.patch
  * rediff os-prober-btrfs-always-detect-default.patch

OBS-URL: https://build.opensuse.org/request/show/461360
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=75
2017-03-02 08:02:03 +00:00
Andrei Borzenkov
8f472cc59a Accepting request 459143 from home:michael-chang:branches:Base:System
- Version bump to 1.74:
  * Add support for Mageia
  * Improve logging of mounting and setting partitions to ro/rw
  * Use a read-only device-mapper entry if possible rather than setting the
    underlying device to read-only.
    Note that this introduces a dependency on dmsetup on Linux architectures.
  * Remove the "blockdev --setro" code path entirely, since the read-only
    device-mapper arrangement supersedes it and should be safer
  * Make the yaboot parser more tolerant about the syntax of "append" options
  * Disable debugging if OS_PROBER_DISABLE_DEBUG is set
  * Replace basename/dirname with shell string processing
  * Fix typos in README
  * Add Devuan detection
  * Work harder to avoid trying to mount extended partitions
  * Drop " (loader)" suffixes on Microsoft operating systems
  * Add support for 4MLinux
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
- Rediff
 * os-prober-1.49-grub2-mount.patch
 * os-prober-EFI-openSUSEfy.patch
 * os-prober-btrfs-always-detect-default.patch
 * os-prober-btrfsfix.patch
 * os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
 * os-prober-fix-btrfs-subvol-mounted-tests.patch
 * os-prober-linux-distro-avoid-expensive-ld-file-test.patch
 * os-prober-linux-distro-parse-os-release.patch
- Remove patches; fixed on upstream release
 * os-prober-call-dmraid-once.patch
 * os-prober-1.49-skip-LVM2_member.patch

OBS-URL: https://build.opensuse.org/request/show/459143
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=73
2017-02-20 11:06:06 +00:00
Andrei Borzenkov
ec03b6538c Accepting request 440345 from home:michael-chang:branches:Base:System
- The wildcard test for ld.so is inaccurate, slow and sometimes hangs a
  long time with grub2-mount. Disable it becuase it does quite opposite
  it was intended to do, that is having an inital quick filter for non
  linux partition to speed things up. (bsc#1008444)
  * modified os-prober-linux-distro-avoid-expensive-ld-file-test.patch
  * refresh os-prober-linux-distro-parse-os-release.patch

OBS-URL: https://build.opensuse.org/request/show/440345
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=71
2016-11-15 09:53:30 +00:00
Andrei Borzenkov
2ebd2e5419 Accepting request 433076 from home:michael-chang:branches:Base:System
- Handle /etc/os-release symlink (bsc#997465)
  * refresh os-prober-linux-distro-parse-os-release.patch

OBS-URL: https://build.opensuse.org/request/show/433076
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=69
2016-10-04 11:56:26 +00:00
Andrei Borzenkov
1b693631e1 Accepting request 428945 from home:michael-chang:branches:Base:System
- Parse /etc/os-release for openSUSE Tumbleweed (bsc#997465)
  * os-prober-linux-distro-parse-os-release.patch

OBS-URL: https://build.opensuse.org/request/show/428945
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=67
2016-09-20 12:58:34 +00:00
Andrei Borzenkov
9fddefe8e1 Accepting request 349326 from home:michael-chang:branches:Base:System
- The ld file tests cost too much as it transversed all files in 
  the given wildcard directory and path, we should avoid when not
  necessary. (bsc#953987)
  * added os-prober-linux-distro-avoid-expensive-ld-file-test.patch
- Fix missing linux16/initrd16 parsing in entry result
- Fix kernelfile path if separate boot partition on btrfs 
  * modified Improve-btrfs-handling-on-os-probing-for-grub2.patch
- fix os-prober failed to detect os in btrfs root tree (bsc#957018)
  * added os-prober-btrfs-always-detect-default.patch

OBS-URL: https://build.opensuse.org/request/show/349326
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=65
2015-12-17 17:15:53 +00:00
Michael Chang
c33964460d Accepting request 343288 from home:posophe:branches:Base:System
update

OBS-URL: https://build.opensuse.org/request/show/343288
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=63
2015-11-10 07:39:12 +00:00
6be7187d97 Accepting request 343150 from home:lnussel:branches:Base:System
- detect os on default subvolume in snapshot (bsc#954225)
  (os-prober-btrfs-snapshot-detection.patch)

OBS-URL: https://build.opensuse.org/request/show/343150
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=62
2015-11-09 10:56:29 +00:00
Andrei Borzenkov
72b8e53663 Accepting request 335138 from home:michael-chang:branches:Base:System
- replace os-prober-grep-for-windows-bcd-file.patch by upstream's version
  * modified os-prober-grep-for-windows-bcd-file.patch
- include patch from upstream to fix os-prober is missing support for
  Windows 10 (bsc#947487)
  * added os-prober-properly-detect-Windows-10.patch

OBS-URL: https://build.opensuse.org/request/show/335138
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=60
2015-10-01 09:15:43 +00:00
Michael Chang
0e7560730a Accepting request 320020 from home:arvidjaar:grub2-next
- add os-prober-40grub-check-grub2.patch
  * also skip legacy grub if /boot/grub2/grub.cfg is present, not only
    /boot/grub/grub.cfg

OBS-URL: https://build.opensuse.org/request/show/320020
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=58
2015-08-03 03:05:51 +00:00
Andrei Borzenkov
d61f5aac8f Accepting request 312489 from home:michael-chang:branches:Base:System
- add os-prober-btrfs-absolute-subvol.patch
  * fix os-prober mount error, no such file or directory (bsc#931955)

OBS-URL: https://build.opensuse.org/request/show/312489
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=56
2015-06-18 18:55:24 +00:00
Michael Chang
bb58685f87 Accepting request 309523 from home:michael-chang:branches:Base:System
- Deleted os-prober-btrfsfix-trim-leading-subvol.patch: supersceded
  by Improve-btrfs-handling-on-os-probing-for-grub2.patch

OBS-URL: https://build.opensuse.org/request/show/309523
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=54
2015-06-01 07:26:31 +00:00
Michael Chang
bc4151982a Accepting request 309239 from home:eeich:branches:Base:System
- Improve-btrfs-handling-on-os-probing-for-grub2.patch
  * Improve btrfs handling on os-probing for grub2 (bsc#892364)
- Replaces: os-prober-btrfsfix-trim-leading-subvol.patch

OBS-URL: https://build.opensuse.org/request/show/309239
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=53
2015-05-30 00:59:49 +00:00
Andrei Borzenkov
9f81a3dcf6 Accepting request 307028 from home:michael-chang:bsc892364
- os-prober-btrfsfix-trim-leading-subvol.patch
  * fix os-prober fails to detect other SLES12 installation (bsc#892364)

OBS-URL: https://build.opensuse.org/request/show/307028
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=51
2015-05-14 17:32:30 +00:00
Andrei Borzenkov
06d68ed81f Accepting request 282818 from home:michael-chang:branches:Base:System
- add os-prober-grep-for-windows-bcd-file.patch
  * fix os-prober misinterprets Windows 8 to be Vista (bsc#910654)

OBS-URL: https://build.opensuse.org/request/show/282818
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=49
2015-01-26 10:42:36 +00:00
f596597b43 Accepting request 265202 from home:scarabeus_iv
- Version bujmp to 1.65:
  * use latest in debian to be up par patch wise
  * Drop reiserfs, it's no longer supported.
    - we actually still support it as we patch this class away
      anyway, but still they have it in their changes...
  * Add ppc64el support.  Closes: #752416.
  * Recognise the new ignore_uefi flag from partman-efi.
- Refresh all patches to still apply:
  * os-prober-1.49-grub2-mount.patch
  * os-prober-call-dmraid-once.patch
  * os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
- Always delete all the .orig files as sometimes even upstream
  put them to tarball :)

OBS-URL: https://build.opensuse.org/request/show/265202
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=47
2014-12-18 14:15:54 +00:00
Andrei Borzenkov
cc70b6df24 Accepting request 245171 from home:michael-chang:branches:Base:System
- requires util-linux-systemd (bnc#892337)

OBS-URL: https://build.opensuse.org/request/show/245171
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=45
2014-08-19 15:42:48 +00:00
Andrei Borzenkov
a445e1eceb Accepting request 238257 from home:jeff_mahoney:branches:Base:System
different version that is more easily verifiable without dmraid hardware
- add os-prober-call-dmraid-once.patch
  * fix os-prober: dmraid is called without a device list for every
    partition (bnc#883453)

OBS-URL: https://build.opensuse.org/request/show/238257
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=43
2014-06-22 12:37:45 +00:00
9ed8ba5567 Accepting request 235939 from home:elvigia:branches:Base:System
- Neither dmraid nor lvm are mandatory components to get a 
 working systemd but this package is, since it is required by grub2.
 Downgrade the requires to recommends so lvm2/dmraid can be uninstalled
 without rendering the system unusable.

OBS-URL: https://build.opensuse.org/request/show/235939
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=41
2014-06-17 07:45:39 +00:00
Andrei Borzenkov
059687882c Accepting request 235735 from home:michael-chang:SLE12
- add os-prober-skip-part-on-multipath.patch
  * fix os-prober creates many unusuable entries on multipath disk
    (bnc#875327)

OBS-URL: https://build.opensuse.org/request/show/235735
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=39
2014-05-29 09:56:56 +00:00
Michael Chang
9a197a26a1 Accepting request 214009 from home:arvidjaar:grub2-next
- fix os-prober-btrfsfix.patch - current "btrfs subvolume list -s"
  adds some extra fields. Adjust field number to get subvolume name.

OBS-URL: https://build.opensuse.org/request/show/214009
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=37
2014-01-16 03:50:40 +00:00
Dr. Werner Fink
639c2fee1c Accepting request 211328 from home:michael-chang:12.3:bnc:846003
- add os-prober-fix-btrfs-subvol-mounted-tests.patch
  * move btrfs subvolume mounted tests after regualr rootfs tree
    tests to make sure that root and subvolume fs tree are tested.
  * the test order is just a preference, assuming that distribution
    are installed to root fs tree more likely than to a subvolume.

OBS-URL: https://build.opensuse.org/request/show/211328
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=35
2013-12-23 12:07:20 +00:00
55931a4bef Accepting request 210120 from home:michael-chang:12.3:bnc:851722
- add os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
  * don't modprobe that many kernel file system modules before mount
    as mount will take care that for us (bnc#782689)
  * don't test mount on partitions without any known file system
    detected (bnc#851722)

OBS-URL: https://build.opensuse.org/request/show/210120
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=33
2013-12-10 09:48:05 +00:00
Dr. Werner Fink
74ebb823c0 Accepting request 206055 from home:michael-chang:branches:Base:System
- add require btrfsprogs

OBS-URL: https://build.opensuse.org/request/show/206055
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=31
2013-11-10 10:09:26 +00:00
Michael Chang
922c49de2f Accepting request 196124 from home:arvidjaar:branches:Base:System
- add os-prober-accept-ESP-on-IMSM.patch
  * accept EFI partition on IMSM MD array (bnc#818871)
  * fix DOS partition table detection

OBS-URL: https://build.opensuse.org/request/show/196124
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=29
2013-08-26 02:23:39 +00:00
Michael Chang
f4287cc9b1 Accepting request 179592 from home:arvidjaar:grub2-next
Companion to new grub2. Probably should not be accepted standalone,
as it has at least one small patch that depends on new code in grub2.

OBS-URL: https://build.opensuse.org/request/show/179592
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=27
2013-06-19 02:22:25 +00:00
Dr. Werner Fink
fdc43a782b Accepting request 162966 from home:arvidjaar:bnc:810912
- add os-prober-linux-secure-boot.patch (bnc#810912)
  * recognize linuxefi/initrdefi too

OBS-URL: https://build.opensuse.org/request/show/162966
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=25
2013-04-06 14:41:21 +00:00
Michael Chang
5f1f8cb2d4 Accepting request 160858 from home:arvidjaar:branches:Base:System
resubmit with patch mentioned in changes.

OBS-URL: https://build.opensuse.org/request/show/160858
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=23
2013-03-25 08:05:48 +00:00
Michael Chang
9d9fa71d99 Accepting request 157166 from home:arvidjaar:bnc:807190
- 05efi - accept FUSE as valid filesystem too (bnc#807190)

Please forward to 12.3.  This should land on installation DVD
so users get proper menu from the beginning.

OBS-URL: https://build.opensuse.org/request/show/157166
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=21
2013-03-04 03:17:55 +00:00
Stephan Kulow
871faed8cd Accepting request 154934 from home:arvidjaar:branches:Base:System
- os-prober-usr_lib-detection.patch - fix detection of linux distro
  which moved /lib to /usr/lib (e.g. Fedora)


This fixes regression after grub2-mount started to be used. I think
it should go in before final, at least Fedora 18 is missed without
this patch. For post 12.3 I have prepared update to the current upstream
which includes this fix.

OBS-URL: https://build.opensuse.org/request/show/154934
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=19
2013-02-09 06:55:56 +00:00
e3be7668e3 Accepting request 150081 from home:michael-chang:branches:Base:System
Mention newly added or removed file in changes file per the reviewing result factory maintainer.
Also adding relevant bugzilla number.

OBS-URL: https://build.opensuse.org/request/show/150081
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=17
2013-01-28 12:07:55 +00:00
Michael Chang
3208036ff3 Accepting request 149432 from home:arvidjaar:bnc:799457:grub-mount
- In openSUSE grub-mount is called grub2-mount
It may fix bnc#767272.

OBS-URL: https://build.opensuse.org/request/show/149432
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=16
2013-01-22 04:50:36 +00:00
Andrei Borzenkov
fad4a64f9a Accepting request 149277 from home:arvidjaar:bnc:799457
- fix os-prober-1.49-fix-grub2.cfg-parsing.patch (bnc#799457)
  * initrd was missing
  * entries sometimes were not emitted

OBS-URL: https://build.opensuse.org/request/show/149277
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=14
2013-01-20 06:27:35 +00:00
Michael Chang
2decebc005 Accepting request 148750 from home:arvidjaar:bnc:798604
- add os-prober-1.49-skip-LVM2_member.patch (bnc#798604)
  * do not try to mount LVM2 PV

Bugzilla should be worked around by not using /etc/nothing in installation
system, but still this is bug in os-prober which is better fixed.

OBS-URL: https://build.opensuse.org/request/show/148750
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=13
2013-01-17 02:39:18 +00:00
3217538618 Accepting request 147484 from home:arvidjaar:bnc:796919
- add os-prober-1.49-fix-grub2.cfg-parsing.patch (bnc#796919)

OBS-URL: https://build.opensuse.org/request/show/147484
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=11
2013-01-08 13:33:26 +00:00
81111d8d75 Accepting request 147193 from home:arvidjaar:bnc775610
- add support for chainloading another UEFI bootloader (bnc#775610)
  * 05efi - top level driver to search ESP
  * efi-20microsoft - support Microsoft UEFI bootloader
  * efi-10elilo - support ELILO UEFI bootloader (Agnelo de la Crotche)
- skip legacy Microsoft bootloader on UEFI (bnc#775610)

OBS-URL: https://build.opensuse.org/request/show/147193
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=9
2013-01-05 14:42:18 +00:00
Andreas Jaeger
447fa20feb Accepting request 97026 from home:a_jaeger:my-factory-packages
Clarify license

OBS-URL: https://build.opensuse.org/request/show/97026
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=7
2011-12-19 11:15:34 +00:00
Andreas Jaeger
d1552e0b86 Accepting request 95926 from home:a_jaeger:my-factory-packages
Update to 1.49

OBS-URL: https://build.opensuse.org/request/show/95926
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=6
2011-12-08 12:25:14 +00:00
Andreas Jaeger
b47219cd55 Accepting request 95919 from devel:openSUSE:Factory:for-legal
- this seems to be "GPL" as it was understood 2004, so guessing
  GPL-2.0+

OBS-URL: https://build.opensuse.org/request/show/95919
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=5
2011-12-08 12:21:20 +00:00
65bf44b1bd Accepting request 86444 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86444
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=3
2011-10-04 08:44:54 +00:00
OBS User buildservice-autocommit
1fcf1c2d9a Updating link to change in openSUSE:Factory/os-prober revision 2.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=69a5ee5baa8269d68ab96045a8e22a25
2011-07-29 14:52:27 +00:00