Xen-tools and FAI softupdates: Difference between revisions
Jump to navigation
Jump to search
(first version) |
(add link to config file) |
||
Line 1: | Line 1: | ||
For now, only my xen-tools config, [[here]] | For now, only my xen-tools config, [[Image:Etc xen-tools.tar.gz|here]] | ||
Baiscally, I run fai softupdates in the chroot, after xen-tools has created the basic system. That way I can use the FAI class system to get more sophisticated possibilities of sharing configuration for multiple different systems, which are party similar and partly quite different. | Baiscally, I run fai softupdates in the chroot, after xen-tools has created the basic system. That way I can use the FAI class system to get more sophisticated possibilities of sharing configuration for multiple different systems, which are party similar and partly quite different. |
Revision as of 13:40, 30 September 2006
For now, only my xen-tools config, File:Etc xen-tools.tar.gz
Baiscally, I run fai softupdates in the chroot, after xen-tools has created the basic system. That way I can use the FAI class system to get more sophisticated possibilities of sharing configuration for multiple different systems, which are party similar and partly quite different.
I run xen-tools with the command
mac=00:16:3E:3C:02:40 xen-create-image --ide --size=2Gb --copy=/dev/null --hostname faiserver --template=/etc/xen-tools/paravirtual.tmpl
to get a FAI Server installed, the FAI configspace is located in the xen-tools skel directory. Sure, some further knowledge of FAI is necessary to understand all that...