
29 Jul
2010
29 Jul
'10
04:19
* T o n g mlist4suntong@yahoo.com [Wed Jul 21, 2010 at 03:01:41PM +0000]:
From man page:
"For example if you want to use your own class named "FOOBAR" just set CLASSES="GRMLBASE,GRML_SMALL,I386" inside /etc/grml/grml-live.local or invoke grml-live using the classes option: "grml-live -c GRMLBASE,GRML_SMALL,I386,FOOBAR …"."
- 1st, I think ",FOOBAR" is missing from the first "CLASSES="
Thanks, fixed in git (and in online docs):
http://git.grml.org/?p=grml-live.git;a=commit;h=f8d3ccd
- 2nd, my question, if I want to use my own class named "FOOBAR", ie, CLASSES="GRMLBASE,FOOBAR,I386" would /etc/grml/fai/config/class/FOOBAR.var file allow me to config
things like UTC=yes, TIMEZONE=xxx?
Yes, all you can see in /etc/grml/fai/config/class/GRMLBASE.var (and everything else FAI supports accordingly further) can be used in your own class definitions as well.
regards, -mika-