Re: [Design] savedefault

2009-03-23 Thread Pavel Roskin
On Mon, 2009-03-23 at 21:25 +0100, phcoder wrote: > Hello we had a discussion on IRC about implementing savedefault. We've > found 3 possible solutions: > 1) just add support for it in grub-mkimage in following way: > load_env > > menuentry "menu entry 1" { > default=0 > save_env >

[Design] savedefault

2009-03-23 Thread phcoder
Hello we had a discussion on IRC about implementing savedefault. We've found 3 possible solutions: 1) just add support for it in grub-mkimage in following way: load_env menuentry "menu entry 1" { default=0 save_env } menuentry "menu entry 2" { default=1 save_env