"Robinson, Andrew W." <[EMAIL PROTECTED]> writes: > Is there an equivalent of variables in the grub configuration files? I find > that I am specifying the IP address of a server many times over many > entries. It would be convenient if I could set it once at the beginning of > the file, and then reference by variable in all the entries.
This is implemented in GRUB 2, which can someday replace GRUB Legacy. I don't expect GRUB Legacy will get that feature. What you could do is using something like the C preprocessor to generate the menu.lst and having defines. -- Marco _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-grub
