From: adrian15 <adrian15@raulete.net>
To: grub-devel@gnu.org
Subject: for statements allowed outside menuentries?
Date: Mon, 11 Dec 2006 06:23:53 +0100 [thread overview]
Message-ID: <457CEB69.1040903@raulete.net> (raw)
This is a question for Marco Gerards I suppose.
I was asking myself if in grub2 code I was allowed to do:
for (part in partitions) {
menuentry($part) {
whatever($part.grub_string);
}
}
or if it was all restricted to for inside menuentries like:
menuentry() {
for (hd in harddisks) {
whatever hd
}
}
adrian15
next reply other threads:[~2006-12-11 9:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-11 5:23 adrian15 [this message]
2006-12-13 13:06 ` for statements allowed outside menuentries? Marco Gerards
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=457CEB69.1040903@raulete.net \
--to=adrian15@raulete.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.