Hi Colin,

We are storing environment variables like below:

macaddr=ab:cd:ef:12:34:56
bootfile=image.gnana
ipaddr=172.30.16.203
netmask=255.255.0.0
serverip=172.30.16.90
gatewayip=172.16.1.1
ftpuser=username
ftppasswd=password
bootcmd=flash(0,0):XXXX-OS-8-3-9-23.bin;default_boot;boot

like wise we adding more environment variables in future.

If the space is not enough for storing more variables we have to
increase the size. If unable to increase the size we have to find
alternate way to store these evnironment variables.

Thanks,
Gnana




On Wed, Dec 1, 2010 at 3:54 PM, Colin Watson <cjwat...@ubuntu.com> wrote:
> On Wed, Dec 01, 2010 at 10:45:15AM +0530, Gnanasekar Loganathan wrote:
>> Is that possible to increase the size of grubenv file?
>> if so, please share the steps/procedure to increase the size of the
>> grubenv file.
>
> It's currently fixed in code, although I think only the grub-editenv
> utility actually cares.  Could you share what you're trying to do with
> the environment block for which the default size of 1024 is inadequate?
>
> --
> Colin Watson                                       [cjwat...@ubuntu.com]
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to