Blame debian/changelog

Packit d86cd3
os-prober (1.74) unstable; urgency=high
Packit d86cd3
Packit d86cd3
  [ Ivo De Decker ]
Packit d86cd3
  * os-probes/common/50mounted-tests: Skip partition when FS type is
Packit d86cd3
    LVM2_member, since one isn't supposed to touch physical volumes
Packit d86cd3
    directly. This avoids hanging during “dmcreate setup” with
Packit d86cd3
    unencrypted LVM setups (Closes: #853277).
Packit d86cd3
Packit d86cd3
 -- Cyril Brulebois <kibi@debian.org>  Wed, 01 Feb 2017 00:01:17 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.73) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  [ Cyril Brulebois ]
Packit d86cd3
  * Add support for Mageia, thanks to Neal Gompa (Closes: #851983).
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sat, 21 Jan 2017 08:44:01 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.72) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  * Improve logging of mounting and setting partitions to ro/rw (thanks, Ivo
Packit d86cd3
    De Decker).
Packit d86cd3
  * Use a read-only device-mapper entry if possible rather than setting the
Packit d86cd3
    underlying device to read-only (thanks, Ivo De Decker; closes: #701814).
Packit d86cd3
    Note that this introduces a dependency on dmsetup on Linux
Packit d86cd3
    architectures.
Packit d86cd3
  * Remove the "blockdev --setro" code path entirely, since the read-only
Packit d86cd3
    device-mapper arrangement supersedes it and should be safer (closes:
Packit d86cd3
    #648208).
Packit d86cd3
  * Make os-prober-udeb depend on grub-mount-udeb on all Linux and kFreeBSD
Packit d86cd3
    architectures, now that it's available on them all (thanks, James
Packit d86cd3
    Cowgill; closes: #776275).
Packit d86cd3
  * Make os-prober depend on grub-common on Linux and kFreeBSD, in order
Packit d86cd3
    that grub-mount is consistently available.
Packit d86cd3
  * Fix detection of /usr/ partition as a GNU/Linux root partition when
Packit d86cd3
    /lib* directories are moved to /usr/ completely (thanks, Hedayat
Packit d86cd3
    Vatankhah; closes: #698733).
Packit d86cd3
  * Make the yaboot parser more tolerant about the syntax of "append"
Packit d86cd3
    options (thanks, Hedayat Vatankhah; closes: #674561).
Packit d86cd3
  * Disable debugging if OS_PROBER_DISABLE_DEBUG is set (thanks, Hedayat
Packit d86cd3
    Vatankhah; closes: #698598).
Packit d86cd3
  * Replace basename/dirname with shell string processing (thanks, Hedayat
Packit d86cd3
    Vatankhah; part of #694668).
Packit d86cd3
  * Call dmraid only once (thanks, Jeff Mahoney).
Packit d86cd3
  * Fix typos in README (thanks, Nyav; closes: #803155).
Packit d86cd3
  * Add os-release support (based loosely on a patch by Török Edwin; closes:
Packit d86cd3
    #794409).
Packit d86cd3
  * Add Devuan detection (thanks, David Hare; closes: #801631).
Packit d86cd3
  * Work harder to avoid trying to mount extended partitions (thanks,
Packit d86cd3
    Philippe Coval; closes: #784709).
Packit d86cd3
  * Drop " (loader)" suffixes on Microsoft operating systems (thanks, Chris
Packit d86cd3
    Lamb; closes: #787418).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jan 2017 12:44:34 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.71) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  [ Cyril Brulebois ]
Packit d86cd3
  * Add support for 4MLinux, thanks to Zbigniew Konojacki.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sat, 30 Jan 2016 07:38:56 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.70) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  [ Justus Winter ]
Packit d86cd3
  * Fix hurd-any support: Test for /servers instead of /servers/exec to avoid
Packit d86cd3
    starting an translator in the mounted system. Also, /hurd/init might be
Packit d86cd3
    phased out at some point (Closes: #802053).
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Tue, 27 Oct 2015 06:45:58 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.68) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  * Adjust extended dos partition support for blkid/util-linux 2.24+,
Packit d86cd3
    thanks to Andreas Henriksson (Closes: #735169).
Packit d86cd3
  * Add support for Windows 10 (otherwise reported as Windows Recovery
Packit d86cd3
    Environment). Thanks, Philipp Wolfer! (Closes: #801278).
Packit d86cd3
Packit d86cd3
 -- Cyril Brulebois <kibi@debian.org>  Thu, 08 Oct 2015 14:26:16 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.67) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  [ James Clarke ]
Packit d86cd3
  * rules: Use DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH, and thus treat
Packit d86cd3
    *-{i386,amd64} as x86
Packit d86cd3
  * Support probing on hurd-any.  Closes: #799883.
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Wed, 30 Sep 2015 06:55:48 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.66) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  * Add -a flag to grep -qs for Windows Vista detection. It appears the
Packit d86cd3
    file isn't always considered as a text file, so this should be more
Packit d86cd3
    robust. Thanks to Gianluigi Tiesi for the report and the suggestion
Packit d86cd3
    (Closes: #791383).
Packit d86cd3
Packit d86cd3
 -- Cyril Brulebois <kibi@debian.org>  Fri, 10 Jul 2015 01:34:23 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.65) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  [ Steve McIntyre ]
Packit d86cd3
  * Recognise the new ignore_uefi flag from partman-efi.
Packit d86cd3
Packit d86cd3
 -- Steve McIntyre <93sam@debian.org>  Tue, 25 Nov 2014 17:41:06 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.64) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  [ Frederic Bonnard ]
Packit d86cd3
  * Add ppc64el support.  Closes: #752416.
Packit d86cd3
Packit d86cd3
 -- Aurelien Jarno <aurel32@debian.org>  Sun, 17 Aug 2014 23:36:52 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.63) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Cyril Brulebois ]
Packit d86cd3
  * Drop reiserfs, it's no longer supported.
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Tue, 23 Jul 2013 09:38:17 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.62) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Dmitrijs Ledkovs ]
Packit d86cd3
  * Set debian source format to '3.0 (native)'.
Packit d86cd3
  * Bump debhelper compat level to 9.
Packit d86cd3
  * Set Vcs-* to canonical format.
Packit d86cd3
Packit d86cd3
  [ Christian Perrier ]
Packit d86cd3
  * Update Standards to 3.9.4 (checked)
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sun, 14 Jul 2013 12:43:27 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.61) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Add an extra backslash to the code in parse_proc_mdstat to remove [...],
Packit d86cd3
    so that it works properly in dash (thanks, John Ryan; LP: #905607).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 21 May 2013 22:57:42 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.60) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * os-probes/mounted/x86/05efi: Handle the case where we used grub-mount to
Packit d86cd3
    mount the EFI System Partition.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Fri, 17 May 2013 13:02:41 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.59) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Fix cross-building and use dpkg-buildflags.
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Wed, 15 May 2013 17:36:49 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.58) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Steve McIntyre ]
Packit d86cd3
  * add UEFI support, patch from Andrey Borzenkov:
Packit d86cd3
    + skip legacy MS loader detection on UEFI platform
Packit d86cd3
    + add framework for searching EFI System Partition
Packit d86cd3
    + add scripts that detect Microsoft bootloader and ELILO.
Packit d86cd3
  * Add myself to uploaders.
Packit d86cd3
Packit d86cd3
 -- Steve McIntyre <93sam@debian.org>  Sun, 28 Apr 2013 16:01:50 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.57) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Christian Perrier ]
Packit d86cd3
  * Deal with grub-probe exiting with non zero status on some
Packit d86cd3
    devices, which in turns can stuck update-grub
Packit d86cd3
    Closes: #680084
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Fix detection of Fedora and other distros that moved /lib into /usr
Packit d86cd3
    and left behind a symlink. Grub's filesystem code does not support
Packit d86cd3
    symlinks. Closes: #685159 Thanks Andreas Bombe for the patch.
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sat, 22 Dec 2012 12:54:54 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.56) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Hedayat Vatankhah ]
Packit d86cd3
  * Add support for probing Fedora's location for the GRUB 2 configuration
Packit d86cd3
    file (closes: #674560).
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Fix the parsing code in the grub2 handler so that it no longer gets
Packit d86cd3
    hopelessly confused by multiple single-quoted strings on the same line,
Packit d86cd3
    as produced by GRUB 2.00.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 17 Sep 2012 19:02:29 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.55) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Improve detection of Haiku: detect the 64-bit version
Packit d86cd3
    Closes: #685228
Packit d86cd3
  * Add myself to Uploaders
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sat, 25 Aug 2012 09:58:51 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.54) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Team upload
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Avoid noise when /proc/swaps does not exist. Closes: #673566
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sat, 07 Jul 2012 20:42:47 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.53) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Team upload
Packit d86cd3
  * Use Package-Type instead of deprecated XC-Package-Type
Packit d86cd3
    for os-prober-udeb
Packit d86cd3
  * Add ${misc:Depends} to udeb dependencies
Packit d86cd3
  * Link to explicit GPL-2 document in debian/copyright
Packit d86cd3
  * sed off (hdn,n) from the front of an initrd path,
Packit d86cd3
    as seen in Mandriva/Mageia grub configs.
Packit d86cd3
    Thanks to François Jaouen and Barry Jackson for the patch
Packit d86cd3
    Closes: #566102
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Mon, 07 May 2012 22:37:20 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.52) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Stéphane Graber ]
Packit d86cd3
  * Add support for Windows 8.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Install README and TODO in the .deb.
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Revert broken patch adding support for BSD distributions. Closes: #668860
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Fri, 20 Apr 2012 10:50:38 -0400
Packit d86cd3
Packit d86cd3
os-prober (1.51) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Relax the MS-DOS detection again now that it will not cause
Packit d86cd3
    false positives for non-FAT filesystems.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Use 'type' rather than 'which' to test for grub-mount, as d-i doesn't
Packit d86cd3
    have 'which'.  Also test for grub-probe before using it, as that isn't
Packit d86cd3
    currently in grub-mount-udeb and I'm going to need to add it
Packit d86cd3
    (LP: #963471).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 27 Mar 2012 15:47:04 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.50) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Clarify license version is GPL-2+, for all code written by Joey
Packit d86cd3
    Hess, Colin Watson, Christian Perrier, Otavio Salvador and
Packit d86cd3
    Joshua Kwan. The license had just been "GNU GPL"; other contributors
Packit d86cd3
    to os-prober are encouraged to clarify which GPL versions apply to
Packit d86cd3
    their code.
Packit d86cd3
Packit d86cd3
  [ Otavio Salvador ]
Packit d86cd3
  * Add support to detect BSD systems. Thanks to Gavrilin Andrey
Packit d86cd3
    for the patch (refs: #659208).
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Avoid false positives in MS-DOS detection by also looking for
Packit d86cd3
    autoexec.bat. Closes: #663540 
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * When using grub-mount, pass the GRUB filesystem type to individual tests
Packit d86cd3
    rather than "fuseblk".  Adjust a number of tests to handle GRUB
Packit d86cd3
    filesystem names as well as OS names (closes: #663540, #663600).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Thu, 15 Mar 2012 13:52:30 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.49) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Robert Millan ]
Packit d86cd3
  * Depend on grub-mount-udeb only on architectures with FUSE support.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Restrict grub-mount-udeb dependency to architectures where
Packit d86cd3
    grub-mount-udeb exists (closes: #639599).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 29 Aug 2011 12:34:21 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.48) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Depend on grub-mount-udeb (see changelog for 1.45).
Packit d86cd3
  * item_in_dir: return 1 immediately if second argument is not a directory
Packit d86cd3
    (thanks, Daniel Richard G.; LP: #798447).
Packit d86cd3
Packit d86cd3
  [ Otavio Salvador ]
Packit d86cd3
  * add MeeGo detection support; thanks to Chengwei Yang
Packit d86cd3
    <chengwei.yang@intel.com> for the patch.
Packit d86cd3
  * Fix Windows detection when there are more then one boot directories
Packit d86cd3
    (e.g boot and Boot). Closes: #634649.
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Sat, 23 Jul 2011 17:46:13 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.47) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Fix unwanted wildcard expansions. Closes: #624815
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Sun, 15 May 2011 17:49:10 -0300
Packit d86cd3
Packit d86cd3
os-prober (1.46) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Correct syntax error in LFS detection. Closes: #623981
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Mon, 25 Apr 2011 07:09:02 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.45) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Matti Kurkela ]
Packit d86cd3
  * Improve MS-DOS detection by using an absolute path when verifying
Packit d86cd3
    that "dos" is a directory.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Fix fatal typo in QNX prober.
Packit d86cd3
  * Use grub-mount if it exists.  This lets us do true read-only mounts, and
Packit d86cd3
    works better on journalling filesystems that were mounted uncleanly
Packit d86cd3
    (LP: #683355).
Packit d86cd3
  * Attempt to load the fuse module, to improve the chances of grub-mount
Packit d86cd3
    working.
Packit d86cd3
Packit d86cd3
  [ Armin Krejzi ]
Packit d86cd3
  * Add detection of Linux From Scratch distribution. Closes: #623939
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Sun, 24 Apr 2011 20:02:10 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.44) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Team upload
Packit d86cd3
  * Fix syntax errors in 83haiku and make it executable
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Fri, 18 Feb 2011 20:17:55 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.43) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Team upload
Packit d86cd3
Packit d86cd3
  [ Christian Perrier ]
Packit d86cd3
  * Fix Gentoo detection (different name for kernel and initrd
Packit d86cd3
    files). Thanks to caillean for the patch
Packit d86cd3
    Closes: #611670
Packit d86cd3
  * Detect Haiku on BeFS partitions.
Packit d86cd3
    Thanks to Jeroen Oortwijn for the proposed patch
Packit d86cd3
    Closes: #590897
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * 90fallback: Avoid ever accidentially identifying the same file
Packit d86cd3
    as initrd and kernel. Closes: #612303
Packit d86cd3
Packit d86cd3
 -- Christian Perrier <bubulle@debian.org>  Fri, 18 Feb 2011 06:02:22 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.42) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Milan Kupcevic ]
Packit d86cd3
  * Let yaboot linux-boot-prober work on all chrp machines.
Packit d86cd3
  * Handle YDL initrd image in linux-boot-prober fallback test.
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Fri, 24 Dec 2010 19:13:19 -0200
Packit d86cd3
Packit d86cd3
os-prober (1.41) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Fix probes for MacOS 9 on m68k and powerpc. Closes: #604192
Packit d86cd3
    (Thanks, Milan Kupcevic)
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Wed, 24 Nov 2010 09:58:18 -0200
Packit d86cd3
Packit d86cd3
os-prober (1.40) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Christian Perrier ]
Packit d86cd3
  * Fix Windows Vista and Windows Recovery Environment partitions
Packit d86cd3
    recognition. (Thanks, Bouke Bunnik)
Packit d86cd3
    Closes: #589676, LP: #476625
Packit d86cd3
  * Allow recognition of recent MINIX installations. 
Packit d86cd3
    Thanks to Feiran Zheng
Packit d86cd3
    Closes: #592924
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Improve error message when /sys/block is missing.
Packit d86cd3
  * os-prober doesn't know how to probe other OSes on non-Linux kernels.
Packit d86cd3
    For now, just exit quietly rather than confusing people (closes:
Packit d86cd3
    #567953).
Packit d86cd3
  * Ignore active swap partitions (thanks, Alex Owen; see #417407).
Packit d86cd3
  * Refactor linux_mount_boot to look up labels and UUIDs using blkid or
Packit d86cd3
    /dev/disk/by-*/ rather than relying on mount being smart enough.  This
Packit d86cd3
    removes some horrible code that executes mount from /target.
Packit d86cd3
  * Set partitions read-only before mounting them (based on a patch by Alex
Packit d86cd3
    Owen; closes: #417407, #556739, #599203).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Wed, 10 Nov 2010 11:51:19 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.39) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Fix FreeDOS test to use case-insensative filename lookup
Packit d86cd3
    as was already done for all other DOS/Windows tests. Closes: #582257
Packit d86cd3
    (Thanks, Harald Dunkel)
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Handle Dracut-generated initramfs names in linux-boot-prober fallback
Packit d86cd3
    test (thanks, Piscium; LP: #420900).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 28 Jun 2010 18:01:00 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.38) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Handle single-quoted items in grub.cfg; this has been part of the syntax
Packit d86cd3
    for a while, but recently started being used upstream to avoid another
Packit d86cd3
    bug.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Fri, 16 Apr 2010 12:17:28 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.37) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * 90linux-distro: also allow for lib32 and lib64 directories when looking
Packit d86cd3
    for ld*.so*. With thanks to Maximilian Gerhard. Closes: #574407.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Detect Windows Server 2008 and Windows Server 2008 R2, thanks to
Packit d86cd3
    Thorsten. LP: #544117
Packit d86cd3
  * Detect Arch Linux initrds: http://wiki.archlinux.org/index.php/GRUB2 and
Packit d86cd3
    http://repos.archlinux.org/wsvn/packages/grub2/trunk/grubconfig.archlinux.patch
Packit d86cd3
    indicate that /boot/vmlinuz26 is associated with /boot/kernel26.img.
Packit d86cd3
    LP: #518826
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 13 Apr 2010 14:15:35 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.36) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Suppress tedious fd leak warnings from LVM tools.
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * Drop support for the discontinued lpia architecture.
Packit d86cd3
Packit d86cd3
  [ Christian Perrier ]
Packit d86cd3
  * Properly quote variable in os-probes/mounted/x86. Thanks
Packit d86cd3
    to Fabian Greffrath for the patch. Closes: #563825
Packit d86cd3
Packit d86cd3
  [ Otavio Salvador ]
Packit d86cd3
  * Applied patch from Brad Jorsch <anomie@users.sourceforge.net> to
Packit d86cd3
    properly detect Windows' recovery partitions. Closes: #547382
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Load btrfs module if available.
Packit d86cd3
  * Fix arbitrary code execution via eval. Closes: #569229
Packit d86cd3
  * Tighten up quoting of shell variables overall.
Packit d86cd3
  * Avoid ever running mount command from filesystems being probed.
Packit d86cd3
    Closes: #569222
Packit d86cd3
  * Avoid leaving a temporary mountpoint behind when exiting
Packit d86cd3
    in some exceptional conditions. Closes: #569235
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Tue, 23 Feb 2010 15:50:17 -0300
Packit d86cd3
Packit d86cd3
os-prober (1.35) unstable; urgency=medium
Packit d86cd3
Packit d86cd3
  * Set LC_ALL=C when grepping out accented characters from Windows
Packit d86cd3
    descriptions (LP: #438095).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 05 Oct 2009 23:12:11 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.34) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Only look for a smart version of mount if we're using busybox mount. In
Packit d86cd3
    a normal system, mount probably already handles labels and UUIDs, and
Packit d86cd3
    using mount from another filesystem is risky enough that it's worth
Packit d86cd3
    avoiding if possible.
Packit d86cd3
  * Memoise calls to 'basename $0' in log function.
Packit d86cd3
  * Handle escaped special characters in /etc/fstab and /proc/mounts
Packit d86cd3
    (LP: #433910).
Packit d86cd3
  * dash defines test's -nt operator differently from bash, as it's entitled
Packit d86cd3
    to do since this is an extension not defined in POSIX. If file1 exists
Packit d86cd3
    and file2 does not, bash returns true but dash returns false. Don't rely
Packit d86cd3
    on bash's behaviour when checking whether to use GRUB Legacy or GRUB 2
Packit d86cd3
    configuration files, otherwise we end up using neither when only one set
Packit d86cd3
    of configuration exists and /bin/sh is dash.
Packit d86cd3
  * Try to map LABEL= and UUID= ourselves in linux_mount_boot rather than
Packit d86cd3
    relying on mount to do it, to further reduce the chance that we need to
Packit d86cd3
    use mount from another filesystem.
Packit d86cd3
  * If the filesystem identified by linux-boot-prober as /boot is already
Packit d86cd3
    mounted somewhere else, then bind-mount it rather than trying to mount
Packit d86cd3
    it again.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 21 Sep 2009 14:55:23 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.33) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Distinguish Windows 7, based on a patch from "mattduckman"
Packit d86cd3
    (LP: #393565).
Packit d86cd3
  * Don't try to mount LUKS partitions (thanks, Chow Loong Jin and Soren
Packit d86cd3
    Hansen; closes: #546546, LP: #428785).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 15 Sep 2009 14:02:45 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.32) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Pass arguments properly to newns (thanks, Roger E Critchlow Jr; LP:
Packit d86cd3
    #426061).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 08 Sep 2009 12:29:05 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.31) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Upgrade to debhelper v7.
Packit d86cd3
  * Detect Acronis Secure Zone (thanks, Alexey Fisher; LP: #354334).
Packit d86cd3
  * Run os-prober and linux-boot-prober in a private mount namespace if
Packit d86cd3
    possible, to avoid desktop environments picking up the mounts. Thanks to
Packit d86cd3
    Gabor Gombas for the suggestion. (Closes: #476184)
Packit d86cd3
  * Use vol_id/blkid output if possible to avoid having to try every
Packit d86cd3
    possible filesystem for every partition. This isn't actually very much
Packit d86cd3
    faster for me, but it certainly cuts down on syslog noise.
Packit d86cd3
  * Skip extended and swap partitions (closes: #511518).
Packit d86cd3
  * Install Mac OS X probe on i386/amd64 too (LP: #353639).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 07 Sep 2009 11:06:55 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.30) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Use result function in macosx prober, so that its output appears in
Packit d86cd3
    syslog.
Packit d86cd3
  * Quote arguments to tests, and in general quote mountpoints that were
Packit d86cd3
    fetched from mounted-maps. I've seen the odd log with errors due to
Packit d86cd3
    funny characters in mount points.
Packit d86cd3
Packit d86cd3
  [ Otavio Salvador ]
Packit d86cd3
  * When there're both grub-legacy and grub2 configuration files available
Packit d86cd3
    we ought to use the most recently changed. Closes: 534478
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@ossystems.com.br>  Tue, 21 Jul 2009 12:22:09 -0300
Packit d86cd3
Packit d86cd3
os-prober (1.29) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Merge from Ubuntu:
Packit d86cd3
    - Load ext4 module if available.
Packit d86cd3
    - Check dmraid's exit code rather than parsing its output.
Packit d86cd3
  * Windows Vista has been released for some time now, so just call it that
Packit d86cd3
    rather than "Vista/Longhorn".
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * Remove myself as uploader.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Wed, 11 Mar 2009 16:45:32 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.28) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Giuseppe Iuculano ]
Packit d86cd3
  * Probe all partitions that are a part of active dmraid arrays.
Packit d86cd3
    Patch based on work done by Luke Yelavich <themuso@ubuntu.com> in Ubuntu.
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Sun, 21 Sep 2008 22:02:30 -0300
Packit d86cd3
Packit d86cd3
os-prober (1.27) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Add support for detecting K-DEMar based on an example from Adonay Sanz.
Packit d86cd3
    Closes: #485617
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Tue, 29 Jul 2008 12:33:43 -0300
Packit d86cd3
Packit d86cd3
os-prober (1.26) unstable; urgency=HIGH
Packit d86cd3
Packit d86cd3
  * Remove hardcoded line in grub2 that must have slipped in during testing.
Packit d86cd3
    Closes: #476389
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Tue, 03 Jun 2008 13:35:39 -0400
Packit d86cd3
Packit d86cd3
os-prober (1.25) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * Disable excessive debug messages when parsing grub configs (see #471501).
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Warn if umount fails for some reason (such as a desktop environment
Packit d86cd3
    keeping the mount point busy).
Packit d86cd3
  * Avoid exiting test scripts when a umount fails, as that can result in
Packit d86cd3
    incomplete OS detection, and does not result in os-prober as a whole
Packit d86cd3
    failing.
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Thu, 08 May 2008 13:31:46 -0300
Packit d86cd3
Packit d86cd3
os-prober (1.24) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * udev 117 merged all udev tools into a single binary called udevadm.
Packit d86cd3
    Check for this and use it instead of udevinfo if available.
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Avoid using log-output when run outside of d-i.
Packit d86cd3
  * Add preliminary support for grub2's grub.cfg file. Closes: #464928
Packit d86cd3
Packit d86cd3
 -- Otavio Salvador <otavio@debian.org>  Fri, 15 Feb 2008 15:23:52 -0200
Packit d86cd3
Packit d86cd3
os-prober (1.23) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * If fuseblk is in /proc/filesystems and ntfs-3g is present, try mounting
Packit d86cd3
    filesystems as ntfs-3g.
Packit d86cd3
  * Try finding a LABEL/UUID-capable /bin/mount in $tmpmnt as well as in
Packit d86cd3
    /target.
Packit d86cd3
  * Set LD_LIBRARY_PATH appropriately in the event that we have to use a
Packit d86cd3
    foreign mount binary (LP: #145424).
Packit d86cd3
  * Adjust Microsoft probe to cope with NTFS partitions appearing with type
Packit d86cd3
    ntfs-3g.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Mon, 26 Nov 2007 15:20:17 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.22) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Call dh_md5sums.
Packit d86cd3
Packit d86cd3
  [ Jérémy Bobbio ]
Packit d86cd3
  * Remove references to devfs-style device names in documentation and
Packit d86cd3
    comments.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Accept fuseblk as well as fuse in the Microsoft probe.
Packit d86cd3
  * Make sure to select only the first mountpoint for a given device (in
Packit d86cd3
    case of bind mounts).
Packit d86cd3
  * Treat the lpia architecture (used in the Ubuntu mobile project) as x86,
Packit d86cd3
    since it is.
Packit d86cd3
Packit d86cd3
 -- Jérémy Bobbio <lunar@debian.org>  Thu, 27 Sep 2007 18:43:50 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.21) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Remove the largely obsolete --mounted option.
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Recognise filesystems of type 'fuse' as applicable to the Microsoft
Packit d86cd3
    probe (thanks, Agostino Russo).
Packit d86cd3
  * Handle vga= options in lilo.conf (LP: #59525).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 31 Jul 2007 17:03:10 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.20) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Skip grub-installer's "(on /dev/blah)" entries detected in GRUB
Packit d86cd3
    configuration files, as if they're useful they will probably be found by
Packit d86cd3
    another probe, and detecting them can result in exponential growth of
Packit d86cd3
    menu.lst files if you do repeated test installs on multiple partitions.
Packit d86cd3
  * Use readlink -f in mapdevfs shim so that os-prober runs outside d-i
Packit d86cd3
    handle mount-by-UUID correctly.
Packit d86cd3
  * Use mktemp -d rather than /tmp, to make use outside d-i safer.
Packit d86cd3
  * Merge from Ubuntu:
Packit d86cd3
    - Try to install fs-core-modules and fs-secondary-modules udebs. These
Packit d86cd3
      are specific to the Ubuntu kernel udeb layout, but it's fairly cheap
Packit d86cd3
      to check for them as well and saves on divergence here.
Packit d86cd3
    - Add os-probes/mounted/sparc/80solaris to recognize Solaris/SPARC
Packit d86cd3
      (Fabio M. Di Nitto).
Packit d86cd3
    - Add linux-boot-probes/mounted/sparc/50silo support (Fabio M. Di
Packit d86cd3
      Nitto).
Packit d86cd3
    - Try to load ufs module, for Solaris support (Fabio M. Di Nitto).
Packit d86cd3
    - Tighten check for whether we're running in d-i; anna-install isn't
Packit d86cd3
      quite enough because if you're running d-i code outside d-i it's
Packit d86cd3
      sometimes reasonable to install a shim for anna-install.
Packit d86cd3
  * Don't probe partitions mounted on /target/boot.
Packit d86cd3
  * Teach linux-boot-prober to deal with mounted partitions correctly,
Packit d86cd3
    unless they're mounted on /, /target, or /target/boot (LP: #14780). This
Packit d86cd3
    should largely obsolete the --mounted option.
Packit d86cd3
  * Only use /target/bin/mount if it exists, in order to work better outside
Packit d86cd3
    d-i.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Thu, 26 Jul 2007 12:33:31 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.19) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Make the microsoft OS test completely case-insensative in the file and
Packit d86cd3
    directory named it looks for. This is reportedly needed at least for
Packit d86cd3
    Vista (Boot/BCD vs boot/bcd), and was already done on an ad-hoc basis
Packit d86cd3
    for 2000/XP/NT4.0.
Packit d86cd3
  * Patch from VMiklos to add support for recognising Frugalware.
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * Skip partitions on a physical disk that is part of a Serial ATA RAID disk.
Packit d86cd3
  * Use log-output when checking for volume groups.
Packit d86cd3
  * Also use the case insensitive test for Dell Utility partition detection.
Packit d86cd3
Packit d86cd3
  [ Fabio M. Di Nitto ]
Packit d86cd3
  * Skip partitions that have the "whole_disk" sysfs attribute set.
Packit d86cd3
    The kernel set the attribute for partitions like SUN Whole Disk.
Packit d86cd3
    These partitions that encompass the whole disk can be mounted
Packit d86cd3
    and often confused for the first partition on the disk.
Packit d86cd3
    In situations where the OS is on the first partition, it would be
Packit d86cd3
    detected twice in the first and the whole disk partition.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Sat, 07 Jul 2007 20:11:49 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.18) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Add detection for Dell Utility partition (can be chainloaded).
Packit d86cd3
    Closes: #417279.
Packit d86cd3
  * Remove support for devfs style paths.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Sat, 21 Apr 2007 01:11:08 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.17) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Check for both upper and lowercase filenames when detecting Windows
Packit d86cd3
    NT/XP/2000. Thanks to Thanatermesis.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Tue, 27 Feb 2007 20:16:49 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.16) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Support for recognising Pardus linux.
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * Skip grub entries that have "module" lines as we currently don't support
Packit d86cd3
    those. Based on #399882 where they were used for entries related to Xen.
Packit d86cd3
  * Support for recognizing Kanotix linux.
Packit d86cd3
  * Add support for probing other operating systems on LVM partitions. This
Packit d86cd3
    will only work if LVM support has already been loaded. Closes: #277901.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Tue, 20 Feb 2007 12:57:42 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.15) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Discard stderr from udevinfo call in parse_proc_mdstat.
Packit d86cd3
Packit d86cd3
  [ Fabio M. Di Nitto ]
Packit d86cd3
  * Nuke os-probes/x86. Empty useless dir.
Packit d86cd3
  * Use -qs to grep and avoid an annoying warning when running os-probes.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Thu, 21 Dec 2006 16:29:06 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.14) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Use udevinfo if available in parse_proc_mdstat to figure out whether a
Packit d86cd3
    device is a partition.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Tue, 29 Aug 2006 11:27:47 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.13) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Add support for detecting Windows Vista/Longhorn.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Tue, 25 Jul 2006 13:06:13 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.12) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Joey Hess ]
Packit d86cd3
  * Patch from VMiklos to sed off (hdn,n) from the front of a kernel path,
Packit d86cd3
    as seen in SuSE grub configs. Closes: #258623 although this is fixed
Packit d86cd3
    imprefectly since it assumes stripping the string is enough.
Packit d86cd3
  * Patch from VMiklos to not require an initrd be specified in the grub
Packit d86cd3
    probe.
Packit d86cd3
  * Patch from VMiklos to add --mounted option to linux-boot-prober.
Packit d86cd3
    May not be useful for d-i but in other situations including for the
Packit d86cd3
    Frugalware installer.
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * When parsing a lilo configuration, dereference symbolic links. Not doing
Packit d86cd3
    this will break booting the old OS if the link was in / and there was a
Packit d86cd3
    separate /boot partition. And grub in general prefers full paths.
Packit d86cd3
    Closes: #259825.
Packit d86cd3
  * Use environment variable to pass --mounted option to lower level scripts
Packit d86cd3
    instead of perpetuating the parameter.
Packit d86cd3
  * Add myself to uploaders.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Fri, 23 Jun 2006 21:46:41 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.11) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Remove a useless debug message.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Wed,  7 Jun 2006 22:10:10 -0400
Packit d86cd3
Packit d86cd3
os-prober (1.10) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Drop os-prober's priority to extra to match overrides.
Packit d86cd3
Packit d86cd3
  [ Frans Pop ]
Packit d86cd3
  * Old-style options for head/tail are no longer supported by new busybox.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Fri, 12 May 2006 15:26:30 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.09) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * To make it easier to use os-prober outside d-i, add a mapdevfs shim and
Packit d86cd3
    avoid using anna-install if it isn't present.
Packit d86cd3
  * Fix count_for to avoid failing outside d-i if /var/lib/os-prober/labels
Packit d86cd3
    is missing.
Packit d86cd3
  * Look for partitions in /sys/block if /dev/discs isn't present.
Packit d86cd3
  * Add /usr/share/common-licenses/GPL reference to debian/copyright.
Packit d86cd3
  * Rename os-prober to os-prober-udeb (leaving a Provides: behind) and
Packit d86cd3
    create an os-prober deb.
Packit d86cd3
  * Avoid yaboot probe failing outside d-i due to archdetect being missing.
Packit d86cd3
  * Don't install /var/lib/os-prober/mount in either binary package, just
Packit d86cd3
    /var/lib/os-prober; the former will be created/removed on the fly
Packit d86cd3
    anyway.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Thu,  8 Dec 2005 02:58:36 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.08) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Colin Watson ]
Packit d86cd3
  * Install necessary kernel modules on the fly using anna-install, rather
Packit d86cd3
    than depending on them. Requires anna >= 1.16.
Packit d86cd3
Packit d86cd3
 -- Frans Pop <fjp@debian.org>  Tue, 15 Nov 2005 20:37:52 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.07) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  [ Matt Kraai ]
Packit d86cd3
  * Add support for QNX.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Mon, 26 Sep 2005 17:18:18 +0200
Packit d86cd3
Packit d86cd3
os-prober (1.06) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Frans Pop
Packit d86cd3
    - Make idempotent by deleting files in /var/lib/os-prober/ on start
Packit d86cd3
      (resets count_next_label).
Packit d86cd3
    - Properly determine whether partitions are mounted or not by using
Packit d86cd3
      mapdevfs to match device names. Closes: #251794, #251662.
Packit d86cd3
    - Add dependency on di-utils-mapdevfs.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Sun,  1 May 2005 16:52:18 -0400
Packit d86cd3
Packit d86cd3
os-prober (1.05) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - 'boot' is implicit at the end of a grub menu entry. Cope with it being
Packit d86cd3
      missing (part of #258623).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Sat, 26 Mar 2005 16:55:23 +0000
Packit d86cd3
Packit d86cd3
os-prober (1.04) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Fix micosoft and lsb tests to use count_next_label to get unique
Packit d86cd3
      short labels. Closes: #299001
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Fri, 11 Mar 2005 14:06:00 -0500
Packit d86cd3
Packit d86cd3
os-prober (1.03) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Applied patch from Guillem Jover to detect many redhat derived
Packit d86cd3
      distributions.
Packit d86cd3
  * Frans Pop
Packit d86cd3
    - Exclude partitions that are part of a software raid array.
Packit d86cd3
      Closes: #273960.
Packit d86cd3
    - Don't use the description from Windows' boot.ini if it contains
Packit d86cd3
      non-ascii (or other unusual) characters. Closes: #293859.
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Probe ext3, xfs, and jfs modules too.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Fri, 11 Feb 2005 20:30:56 -0500
Packit d86cd3
Packit d86cd3
os-prober (1.02) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joshua Kwan
Packit d86cd3
    - I don't have time to test/improve os-prober these days, so removing
Packit d86cd3
      myself from Uploaders.
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Install i386 tests on amd64 too (closes: #261378).
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Thu, 21 Oct 2004 14:02:05 +0100
Packit d86cd3
Packit d86cd3
os-prober (1.01) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Applied patch from eddyp to parse boot.ini to determine correct names
Packit d86cd3
      of modern versions of Windows. Closes: #275882
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Wed, 20 Oct 2004 15:20:12 -0400
Packit d86cd3
Packit d86cd3
os-prober (1.00) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Fedora uses a grub.conf. This may or may not be linked to menu.lst
Packit d86cd3
      (unknown). Look for it if menu.lst is not found.
Packit d86cd3
    - Gratuitous version number bump.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Sun,  3 Oct 2004 18:27:10 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.14) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - It's actually allowed and common for /etc/lsb-release to not include a
Packit d86cd3
      DISTRIB_DESCRIPTION or DISTRIB_CODENAME, so don't call such distros
Packit d86cd3
      "Unknown semi-LSB-compliant Linux distribution", just skip to the next
Packit d86cd3
      test. This affected FC2.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Fri, 27 Aug 2004 12:57:06 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.13) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Giuseppe Sacco
Packit d86cd3
    - Added preliminary test for Solaris/IA32. Closes: #255206
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Add support for fstabs with UUIDs or disk labels. Closes:#257794
Packit d86cd3
    - In fallback os-prober test, skip over symlinks, since they could point
Packit d86cd3
      from root into /boot or result in confusing duplicate entries.
Packit d86cd3
      Closes: #258624
Packit d86cd3
    - Make the fallback os-prober really find kernels matched by globs.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Sat, 10 Jul 2004 14:32:17 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.12) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Fix syntax error in already-mounted case.
Packit d86cd3
    - Cope with empty initrd parameter in yaboot.conf parser.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Wed, 12 May 2004 01:16:05 +0100
Packit d86cd3
Packit d86cd3
os-prober (0.11) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Make linux-distro test work on architectures that don't have
Packit d86cd3
      /lib/ld-linux.so* (closes: #244076).
Packit d86cd3
    - Fix a typo in the yaboot parser.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Sun,  9 May 2004 16:35:43 +0100
Packit d86cd3
Packit d86cd3
os-prober (0.10) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Restore module dependencies, using debian/module-depends.$(ARCH).
Packit d86cd3
      Closes: #246700
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Have os-prober run mounted tests on partitions that are already
Packit d86cd3
      mounted (skipping /  and /target). Closes: #247080
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Tue,  4 May 2004 20:52:29 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.09) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Guillem Jover
Packit d86cd3
    - Added more distros support.
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Use just "Windows" as the shortname for Windows 2k/NT/XP.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Thu, 22 Apr 2004 12:07:11 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.08) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Initialise variables in lilo and grub probes, to avoid inheriting
Packit d86cd3
      settings for things like $initrd from the kernel command line.
Packit d86cd3
      This fixes processing of things like lilo.conf stanzas that do not set
Packit d86cd3
      an initrd. Thanks to Frans Pop.
Packit d86cd3
    - Add some extra debug logging.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Tue, 20 Apr 2004 16:40:16 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.07) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Add a Mac OS 6-9 check for powerpc. This is currently a copy of the
Packit d86cd3
      m68k version with a different loader name for yaboot's benefit, which
Packit d86cd3
      may not be ideal ...
Packit d86cd3
    - Send modprobe's standard output to syslog so that it doesn't confuse
Packit d86cd3
      programs parsing os-prober's output.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Sun, 18 Apr 2004 11:23:51 +0100
Packit d86cd3
Packit d86cd3
os-prober (0.06) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Add a Linux boot probe for /etc/yaboot.conf.
Packit d86cd3
    - Make sure hfs is available for the Mac OS 9 check.
Packit d86cd3
    - Delay hfs until last in mounted checks so that we can tell the
Packit d86cd3
      difference between that and hfsplus.
Packit d86cd3
    - Add count to Mac OS X labels; change loader type to macosx.
Packit d86cd3
    - Add myself to Uploaders.
Packit d86cd3
Packit d86cd3
 -- Colin Watson <cjwatson@debian.org>  Wed, 14 Apr 2004 01:15:53 +0100
Packit d86cd3
Packit d86cd3
os-prober (0.05) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Fix broken mounting of /boot partitions.
Packit d86cd3
    - Fix grub probe to support systems that have /boot on a separate
Packit d86cd3
      partition, by looking for kernels in /boot as well.
Packit d86cd3
    - Same for initrds.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Sat, 10 Apr 2004 16:06:49 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.04) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Return "hurd" as the OS type for hurd, rather than "multiboot".
Packit d86cd3
      The latter is not enough info to boot the hurd.
Packit d86cd3
    - Fix broken hurd detection.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Fri,  9 Apr 2004 22:18:54 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.03) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Joshua Kwan
Packit d86cd3
    - Allow for unique short names via functions in new common.sh library.
Packit d86cd3
    - Revamp all the dh_install stuff.
Packit d86cd3
    - Use /var/lib/os-prober as our sandbox.
Packit d86cd3
  * Colin Watson
Packit d86cd3
    - Add Mac OS X probing support.
Packit d86cd3
  * Joey Hess
Packit d86cd3
    - Added linux-boot-prober, with sorta working support for grub.
Packit Service 8d4c46
    - Reorg the probes, and move to /usr/libexec.
Packit d86cd3
    - Remove broken depends line.
Packit d86cd3
    - Add a linux boot probe that searches for kernels and initrds with no
Packit d86cd3
      bootloader config file, as a fallback.
Packit d86cd3
    - Add a linux boot probe that parses /etc/lilo.conf.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Wed,  7 Apr 2004 21:40:39 -0400
Packit d86cd3
Packit d86cd3
os-prober (0.02) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Include init dir in the udeb.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Sun,  4 Apr 2004 00:43:12 -0500
Packit d86cd3
Packit d86cd3
os-prober (0.01) unstable; urgency=low
Packit d86cd3
Packit d86cd3
  * Initial Release.
Packit d86cd3
Packit d86cd3
 -- Joey Hess <joeyh@debian.org>  Sat,  3 Apr 2004 23:45:29 -0500