[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [NEW PATCH] os-prober output parser
From: |
Robert Millan |
Subject: |
Re: [NEW PATCH] os-prober output parser |
Date: |
Wed, 19 Mar 2008 15:38:15 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Sorry for the delay in repliing. Been very busy :-(
I tried the script and have the following comments:
When run in the console it makes Linux spit a truckload of information about
filesystem probing. Is there any way we could avoid this?
How do you prevent it from detecting your own partition? I didn't see any
provisions for this.
On Wed, Mar 05, 2008 at 01:27:56PM +0100, Fabian Greffrath wrote:
> ???#! /bin/sh -e
Whops. This tag (utf-8 stuff?) breaks the Linux shebang parser :-)
> if [ -x /usr/bin/os-prober -a -x /usr/bin/linux-boot-prober ] ; then : ; else
Can we avoid hardcoding their absolute path?
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
- Re: [NEW PATCH] Add option to grub-probe to accept system devices as arguments, Robert Millan, 2008/03/03
- Re: [NEW PATCH] Add option to grub-probe to accept system devices as arguments, Robert Millan, 2008/03/03
- Re: [NEW PATCH] Add option to grub-probe to accept system devices as arguments, Fabian Greffrath, 2008/03/04
- [NEW PATCH] os-prober output parser, Fabian Greffrath, 2008/03/05
- Re: [NEW PATCH] os-prober output parser, Fabian Greffrath, 2008/03/13
- Re: [NEW PATCH] os-prober output parser,
Robert Millan <=
- Re: [NEW PATCH] os-prober output parser, Fabian Greffrath, 2008/03/19
- Re: [NEW PATCH] os-prober output parser, Robert Millan, 2008/03/19
- Re: [NEW PATCH] os-prober output parser, Fabian Greffrath, 2008/03/20
- Re: [NEW PATCH] os-prober output parser, Robert Millan, 2008/03/20
- Re: [NEW PATCH] os-prober output parser, Fabian Greffrath, 2008/03/25