build procedure change: include image ISO in SRPM
[ovirt-node-image.git] / ovirt-node-image.ks
blob5af154bfb6ccb80210ccc54e3952151e5211e1b1
1 %include common-install.ks
3 %include repos.ks
5 %packages --excludedocs --nobase
6 %include common-pkgs.ks
8 %end
10 %post
11 # cleanup rpmdb to allow non-matching host and chroot RPM versions
12 rm -f /var/lib/rpm/__db*
13 %include common-post.ks
15 touch /.autorelabel
17 %end
19 %include common-blacklist.ks
21 %post --nochroot
22 # remove quiet from Node bootparams, added by livecd-creator
23 sed -i -e 's/ quiet//' $LIVE_ROOT/isolinux/isolinux.cfg
25 %end