linux-boot-probe: mounted/40grub2 add tests for handling escaped $ " \
[os-prober.git] / os-probes /
2017-06-24 Cyril BruleboisFix check on ID_PART_ENTRY_SCHEME, to look for "dos...
2017-04-30 Ivo De DeckerRemove code using device mapper.
2017-01-31 Cyril BruleboisSkip LVM2_member partitions (Closes: #853277).
2017-01-20 Cyril BruleboisAdd support for Mageia, thanks to Neal Gompa (Closes...
2017-01-20 Chris LambDrop " (loader)" suffixes on Microsoft OSes
2017-01-20 Philippe CovalUse lsblk to attempt to guess partition's fs type
2017-01-20 David HareAdd Devuan detection
2017-01-20 Colin WatsonAdd os-release support
2017-01-19 Colin WatsonOptimise basename/dirname operations
2017-01-19 Colin WatsonAllow disabling debug output
2017-01-19 Hedayat VatankhahFix misdetection of /usr/ as root partition
2017-01-19 Colin WatsonRemove "blockdev --setro" code path
2017-01-19 Colin WatsonRefactor dmsetup handling
2017-01-19 Ivo De Deckerusing read-only device mapper entry
2017-01-19 Ivo De Deckerlog result from mount command
2017-01-19 Ivo De Deckercleanup in separate function do_unmount
2015-12-09 Cyril BruleboisFix typo.
2015-11-25 Cyril BruleboisAdd support for 4MLinux, thanks to Zbigniew Konojacki.
2015-10-17 Samuel ThibaultFix hurd-any support
2015-10-08 Cyril BruleboisAdd support for Windows 10 (Closes: #801278).
2015-07-09 Cyril BruleboisAdd -a flag to grep -qs for Windows Vista detection...
2014-11-12 Steve McIntyreRecognise the new ignore_uefi flag from partman-efi
2013-07-22 Cyril BruleboisDrop reiserfs, it's no longer supported.
2013-05-17 Colin Watsonos-probes/mounted/x86/05efi: Handle the case where...
2013-05-14 Colin WatsonMerge branch 'jessie'
2013-04-25 Steve McIntyreAdd UEFI support to os-prober
2012-11-26 Joey HessFix detection of Fedora and other distros that moved...
2012-11-03 Christian PERRIERDeal with grub-probe exiting with non zero status on...
2012-08-18 Christian PERRIERImprove detection of Haiku: detect the 64-bit version...
2012-04-20 Joey HessRevert broken patch adding support for BSD distribution...
2012-04-05 Colin WatsonAdd support for Windows 8.
2012-03-27 Colin WatsonUse 'type' rather than 'which' to test for grub-mount...
2012-03-15 Joey HessRelax the MS-DOS detection again now that it will not...
2012-03-15 Colin WatsonWhen using grub-mount, pass the GRUB filesystem type...
2012-03-12 Joey HessAvoid false positives in MS-DOS detection by also looki...
2012-02-24 Otavio SalvadorAdd support to detect BSD systems. Thanks to Gavrilin...
2011-07-23 Otavio SalvadorFix handling with multiple directories
2011-07-23 Otavio SalvadorFix fallback to Windows 2000 in case bootmgr exist...
2011-07-23 Otavio SalvadorFix syntax and not needed of tailing slash matching
2011-07-23 Otavio SalvadorFix Windows detection when there are more then one...
2011-07-22 Otavio Salvadoradd MeeGo detection support; thanks to Chengwei Yang...
2011-04-25 Christian PerrierCorrect syntax error in LFS detection. Closes: #623981
2011-04-24 Christian PERRIERAdd detection of Linux From Scratch distribution. Close...
2011-04-09 Colin WatsonAttempt to load the fuse module, to improve the chances...
2011-04-08 Colin WatsonUse grub-mount if it exists. This lets us do true...
2011-04-08 Colin WatsonFix regression from 858555c8dad4e06e673cfed43a53337491a...
2011-03-21 Colin WatsonFix fatal typo in QNX prober.
2011-03-07 Christian PERRIERImprove MS-DOS detection by using an absolute path...
2011-02-18 Christian PerrierFix syntax errors in 83haiku and make it executable
2011-02-18 Christian PERRIERDetect Haiku on BeFS partitions. Thanks to Jeroen Oortw...
2010-11-21 Joey HessFix probes for MacOS 9 on m68k and powerpc. Closes...
2010-11-10 Colin WatsonSet partitions read-only before mounting them (based...
2010-08-26 Christian PerrierAllow recognition of recent MINIX installations.
2010-08-26 Christian PerrierFix Windows Vista and Windows Recovery Environment...
2010-05-19 Joey HessFix FreeDOS test to use case-insensative filename lookup
2010-05-19 Joey Hessconsistent indentation
2010-03-23 Colin WatsonDetect Windows Server 2008 and Windows Server 2008...
2010-03-18 Frans Pop90linux-distro: also allow for lib32 and lib64 director...
2010-02-10 Joey HessAvoid leaving a temporary mountpoint behind when exiting
2010-02-10 Joey Hessmore paranoid quoting
2010-02-10 Joey Hesstighten up quoting of shell variables overall
2010-02-10 Joey HessLoad btrfs module if available.
2010-01-26 Otavio SalvadorApplied patch from Brad Jorsch <anomie@users.sourceforg...
2010-01-05 Christian PerrierProperly quote variable in os-probes/mounted/x86
2009-10-05 Colin WatsonSet LC_ALL=C when grepping out accented characters...
2009-09-14 Colin WatsonDon't try to mount LUKS partitions (thanks, Chow Loong...
2009-09-14 Colin WatsonDistinguish Windows 7, based on a patch from "mattduckman"
2009-09-07 Colin WatsonSkip extended and swap partitions (closes: #511518).
2009-09-07 Colin WatsonUse vol_id/blkid output if possible to avoid having...
2009-09-07 Colin Watsonrevert most of r60663, apparently committed by accident...
2009-09-07 Felix ZielckeAdd a Closes: 476184
2009-08-14 Colin WatsonDetect Acronis Secure Zone (thanks, Alexey Fisher;...
2009-06-18 Colin WatsonQuote arguments to tests, and in general quote mountpoi...
2009-06-17 Colin WatsonUse result function in macosx prober, so that its outpu...
2009-03-11 Colin WatsonWindows Vista has been released for some time now,...
2009-01-10 Colin WatsonLoad ext4 module if available.
2008-06-10 Joey HessAdd support for detecting K-DEMar based on an example...
2008-04-15 Joey Hess* Warn if umount fails for some reason (such as a deskt...
2007-11-22 Colin Watson* Adjust Microsoft probe to cope with NTFS partitions...
2007-11-22 Colin Watson* If fuseblk is in /proc/filesystems and ntfs-3g is...
2007-09-22 Colin Watson* Accept fuseblk as well as fuse in the Microsoft probe.
2007-07-30 Colin Watson* Recognise filesystems of type 'fuse' as applicable...
2007-07-24 Colin Watson - Try to install fs-core-modules and fs-secondary...
2007-07-24 Colin Watson - Try to load ufs module, for Solaris support (Fabio...
2007-07-24 Colin Watson - Tighten check for whether we're running in d-i...
2007-07-24 Colin Watson* Merge from Ubuntu (Fabio M. Di Nitto):
2007-07-07 Frans Pop* Also use the case insensitive test for Dell Utility...
2007-06-03 Joey Hess* Patch from VMiklos to add support for recognising...
2007-05-30 Joey Hessconsistent indentation
2007-05-30 Joey Hess* Make the microsoft OS test completely case-insensativ...
2007-04-09 Frans PopAdd detection for Dell Utility partition (can be chainl...
2007-02-27 Frans Pop* Check for both upper and lowercase filenames when...
2007-02-19 Frans Pop* Support for recognizing Kanotix linux.
2007-02-18 Joey Hess* Support for recognising Pardus linux.
2006-12-12 Fabio Massimo Di... Usa -qs to grep in 90linux-distro.
2006-07-25 Frans PopFix synax error
2006-07-20 Frans PopAdd support for detecting Windows Vista/Longhorn
2006-05-01 Frans PopOld-style options for head/tail are no longer supported...
2005-12-06 Colin Watson* To make it easier to use os-prober outside d-i, add...
2005-10-18 Colin Watson* Install necessary kernel modules on the fly using...
next