File genleapdiff of Package kiwi-templates-Leap42-JeOS
#!/bin/bash
# run this to generate the individual diff files, in case you
# changed some flavor
diff -u SLES12-SP3-JeOS.template openSUSE-Leap-42.3-JeOS.template > openSUSE-Leap-42.3-JeOS.diff
flavors=("kvm-and-xen" "MS-HyperV" "OpenStack-Cloud" "VMware" "XEN" "VirtualBox")
for f in "${flavors[@]}"; do
diff -u openSUSE-Leap-42.3-JeOS.template openSUSE-Leap-42.3-JeOS-for-$f.kiwi > openSUSE-Leap-42.3-JeOS-for-$f.diff
done