In the wiki there's a link titled "GRUB2 netboot development" that points
to:
http://www.inma.ucl.ac.be/~guffens/grub2_netboot/index.html
(broken link)
Anyone knows what did this contain? Is there uncommitted work for network
support there? Who's guffens?
--
Robert Millan
My spam trap
On 6/23/07, Marco Gerards <[EMAIL PROTECTED]> wrote:
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes:
Hi Vesa,
> I think it would be wise to keep some kind of status updates from time
> to time so we can keep track on what people are doing (related to grub
> 2). If we continue with current situat
On Sun, Jul 01, 2007 at 07:49:20PM +0200, adrian15 wrote:
> Bean escribió:
> >>Well, if people want to work on scripting or networking they should
> >>talk to me. I have lots of code on my hd that is incomplete or just
> >>not cleaned up. It would be a waste of time if it were rewritten.
> >>And
Bean escribió:
Well, if people want to work on scripting or networking they should
talk to me. I have lots of code on my hd that is incomplete or just
not cleaned up. It would be a waste of time if it were rewritten.
And please poke me a lot to get me to work... ;)
I'm interested in scripting
Amin Azez escribió:
Grub allows "press any key to continue" on multiple consoles.
It would be nice if the text could be specified per-console.
I know some serial port based 2 line lcd screens that would want smaller text.
Different get-key drivers would be good, these lcd screens have to poll t
This patch fixes the following bugs:
1. Token parser
echo aa"bb"cc
old: aa"bb"
new: aa"bb"cc
set BB=1
echo aa$BB
old: aa 1
new: aa1
set BB=1
echo ${BB}aa
old: 1 aa
new: 1aa
set AA=1
set BB=$AA
echo $BB
old: empty
new: 1
AA is not defined
echo $AA
old: trash
new: empty
2. function
function