Would a template mechanism for profiles be feasible? The simplest thing I could think would be something like this: cobbler profile add --name=customprofile2 --based-on=standardprofile --virt-ram=128 This would create a profile called customprofile2 that is a copy of standardprofile, but with a different virtual ram size. Thoughts? Regards, Msquared...