From: Robert Mabee <rmabee@comcast.net>
To: grub-devel@gnu.org
Subject: Re: [PATCH] Don't look for a partition map on a floppy
Date: Sat, 16 Jun 2012 00:58:01 -0400 [thread overview]
Message-ID: <4FDC1259.2060109@comcast.net> (raw)
In-Reply-To: <mailman.79.1339776014.12100.grub-devel@gnu.org>
> Minix floppies are partitioned.
>
Facts are such inconvenient things.
I'm still looking for a way to iterate through partitions without incurring
the floppy timeout, something like this:
for dev in *; do
if ! regexp "\(fd[0-9]\)" $dev; then
for part in ($dev,*); do
I can see how to change the *-expansion logic so * wouldn't read partmaps
(since it only matches devices anyway) and so (hd0,*) would only access hd0.
next parent reply other threads:[~2012-06-16 4:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.79.1339776014.12100.grub-devel@gnu.org>
2012-06-16 4:58 ` Robert Mabee [this message]
2012-06-15 5:10 [PATCH] Don't look for a partition map on a floppy Robert Mabee
2012-06-15 5:15 ` Vladimir 'φ-coder/phcoder' Serbinenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FDC1259.2060109@comcast.net \
--to=rmabee@comcast.net \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.