Raf Nijskens wrote:
Michael DeHaan wrote:
I just wrote this up...
http://et.redhat.com/page/Cobbler_Import
This basically shows how you can go from "blank system" with no
cobbler installed to network boot server really really quickly
without having to understand a lot of
the details of cobbler.
Basically you can set up a boot server, from scratch, in about 20
minutes or so -- and that includes waiting for the files to copy around.
More articles/howtos to come over time, I'm sure.
--Michael
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Hi,
Nice tutorial, but I think there is one command incomplete. That for a
xen guest:
* koan --server=bootserver.example.com --profile=FC-6-xen
should be:
* koan --virt --server=bootserver.example.com --profile=FC-6-xen
Grtzz,
Raf
------------------------------------------------------------------------
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Updated. Thanks.