Hi

I'm trying to use a sepearte Partition configuration for each system with the 
seed file.
It works if its in /var/cobbler/snippets/partition_layout but if I put it into 
/var/cobbler/snippets/per_system/partition_layout/hostname then it just appears 
$SNIPPET('partition_layout') when I open the webpage with the seed file.
I'm using Ubuntu 11.10 with cobbler 2.1.

When Cobbler uses the normal Snippet the seed file looks like:
...
d-i     partman-auto/expert_recipe string                       \
        boot-root ::                                            \
                256 256 512 ext4                                \
...                     $primary{ } $bootable{ }                \

If I enter host specific file it looks like:
...
d-i     partman-auto/expert_recipe string                       \
$SNIPPET('partition_layout')
...

Any suggestions?

Kind Regards
Roland
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to