All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: search command
Date: Sat, 20 Aug 2005 09:56:51 +0200	[thread overview]
Message-ID: <200508200956.51249.okuji@enbug.org> (raw)

I've implement a new command "search" right now. This is similar to "find" in 
GRUB Legacy, but has more features. I renamed it to "search", because it is 
significantly different from "find" in GNU.

Some supposed usage:

# Find a partition whose label is "Boot Partition" and set the result in root.
search --label "Boot Partition" --set
linux /vmlinuz

# Find a partition which has a file "grub2.cfg" and store it in a variable.
search --file /boot/grub/grub2.cfg --set=VAR
configfile ($VAR)/boot/grub/grub2.cfg

Okuji



             reply	other threads:[~2005-08-20  8:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-20  7:56 Yoshinori K. Okuji [this message]
2009-03-11  0:34 Search command Centurion Computer Technology (2005) Ltd
2009-03-11  4:04 ` Pavel Roskin
2009-03-11 23:52   ` Centurion Computer Technology (2005) Ltd
2009-03-12  0:12     ` Centurion Computer Technology (2005) Ltd
2009-03-12  0:51       ` phcoder
2009-03-12  2:59         ` Centurion Computer Technology (2005) Ltd
2009-03-12  3:16     ` Pavel Roskin
2009-03-12 10:22       ` Centurion Computer Technology (2005) Ltd

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=200508200956.51249.okuji@enbug.org \
    --to=okuji@enbug.org \
    --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.