So that we don't forget:
http://lists.nongnu.org/archive/html/grub-devel/2005-08/msg00163.html
1) fexists FILE functions. Gives OK if the file exists. Gives ERROR if
the file not exists.
2) Being able to mount tar.gz files.
3) Being able to mount loopback devices.
4) Mapping partitions directl
adrian15 <[EMAIL PROTECTED]> writes:
> 1) fexists FILE functions. Gives OK if the file exists. Gives ERROR if
> the file not exists.
This will be implemented like in bash.
> 2) Being able to mount tar.gz files.
Why?
> 3) Being able to mount loopback devices.
This is possible already.
> 4) Ma