On 08/30/2016 01:36 PM, C. Petro wrote:
What would be*really*  cool is a couple of built in tags (@local,
@remote, etc.) but also a way to define NEW tags on the fly--for
example having a PRE script that creates an MD device then tags that
as @fred


You can already name individual MD devices:

%pre
mdadm --create /dev/md/boot --run --level=1 --raid-devices=2 --metadata=1.0 /dev/sda2 /dev/sdb2
%end
...
raid /boot --device=boot --useexisting --fstype=ext4


_______________________________________________
Kickstart-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/kickstart-list

Reply via email to