Posted Jun 25, 2009 20:33 UTC (Thu) by cjwatson (subscriber, #7322)
[Link]
That's probably OK for the layout engine, but I think it'd be terrible for the menu itself, which does need to be human-readable and -writable even by people who aren't fond of XML. (And having syntactically-significant newlines inside XML tags is just odd ...)
GRUB 2 becomes the default bootloader in Ubuntu 9.10
Posted Jun 25, 2009 15:53 UTC (Thu) by alankila (subscriber, #47141)
[Link]
It is some kind of scripting language. Here's part of my config:
insmod raid mdraid
set root=(md0)
search --no-floppy --fs-uuid --set 5e0f1983-e597-4ef3-b167-e127b30b95ef
if loadfont /usr/share/grub/ascii.pf2 ; then
set gfxmode=640x480
insmod gfxterm
...
fi
GRUB 2 becomes the default bootloader in Ubuntu 9.10
Posted Jun 25, 2009 20:25 UTC (Thu) by martinfick (subscriber, #4455)
[Link]
Ahh, XML.
All the readability of binary with all the efficiency of ASCII! :) Who could ask for more?
GRUB 2 becomes the default bootloader in Ubuntu 9.10
Posted Jun 26, 2009 7:14 UTC (Fri) by k8to (subscriber, #15413)
[Link]
Sadly XML does not achieve the efficiency enjoyed by most text formats, or even most text complex data serialization formats.