#539443 ReactOS detection

Package:
os-prober
Source:
os-prober
Description:
utility to detect other OSes on a set of drives
Submitter:
Robert Millan
Date:
2010-05-19 16:57:03 UTC
Severity:
wishlist
#539443#5
Date:
2009-07-31 21:45:45 UTC
From:
To:
Here's a shell snippet for ReactOS detection.
#539443#10
Date:
2009-08-18 09:25:07 UTC
From:
To:
Hello Robert,

#!/bin/sh
# Detects ReactOS on a collection of partitions.

.. /usr/share/os-prober/common.sh
^^ syntax error

#539443#15
Date:
2010-05-19 16:54:34 UTC
From:
To:
Besides the ".." typo in the file, which suggests it was never
tested, there is this:

result "${partition}:${long}:${label}:reactos"

What is the "reactos" in the bootloader type field at the end supposed
to do? As far as I know, the only valid values are "linux" and "chain",
and I suspect here it should be chain.

Obviously, this should not be added to os-prober until someone has
actually tested it.