On 11/5/19 3:19 PM, Jarrod Johnson wrote:
Ok, I found a moment: 1011 cd /opt/xcat/share/xcat/netboot/centos 1016 for i in ../rh/compute.rhels8.*; do ln -s $i .; done 1019 for i in *rhels8*; do mv $i ${i/rhels/centos}; done 1027 ln -s ../rh/dracut_047/ . 1028 genimage -o centos8 -a x86_64 -p compute 1031 packimage -o centos8 -p compute -a x86_64 1032 nodeset d6 osimage=centos8-x86_64-netboot-computeThat worked.
Pretty cool! Thanks a lot. -- TH _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
