Re: increasing grubenv file size

2010-12-01 Thread Gnanasekar Loganathan
Hi Jordan, Hope so all these environment variables being set from the grub itself using "set". Anyhow saving in separate file option is sounds good. Thanks Jordan. Thanks, Gnana On Thu, Dec 2, 2010 at 11:56 AM, Jordan Uggla wrote: > On Wed, Dec 1, 2010 at 8:57 PM, Gnanasekar Loganathan > wrot

Re: increasing grubenv file size

2010-12-01 Thread Jordan Uggla
On Wed, Dec 1, 2010 at 8:57 PM, Gnanasekar Loganathan wrote: > 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 > ftppas

Re: increasing grubenv file size

2010-12-01 Thread Gnanasekar Loganathan
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):-OS-8-3-9-23.bin;default_boot;boot like wise we

BtrFS available in experimental

2010-12-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. It seems incresingly unpractical to assume that btrfs legal issues will be resolved. So I using this specification : https://btrfs.wiki.kernel.org/index.php/User:Wtachi/On-disk_Format implemented a reader. I haven't used any Oracle code for this. Code is fresh from typing fingers. It ma

Re: increasing grubenv file size

2010-12-01 Thread Colin Watson
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 actuall

increasing grubenv file size

2010-12-01 Thread Gnanasekar Loganathan
Hi All, 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. Thanks, Gnana ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-dev

Re: Software RAID and Fakeraid

2010-12-01 Thread Phillip Susi
On 11/25/2010 5:26 AM, John Sheu wrote: > What's the preferred way to differentiate BIOS fakeraid from regular > software mdraid? The only way I know of is detecting that it is a dmraid device as opposed to md, which is why grub does it that way. This worked well in the past when each tool exclus