diff options
-rw-r--r-- | fuel/build/f_isoroot/f_kscfg/ks.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fuel/build/f_isoroot/f_kscfg/ks.cfg b/fuel/build/f_isoroot/f_kscfg/ks.cfg index 12cd1abab..b3d56044b 100644 --- a/fuel/build/f_isoroot/f_kscfg/ks.cfg +++ b/fuel/build/f_isoroot/f_kscfg/ks.cfg @@ -564,6 +564,7 @@ EOF # TODO: This ought to be a package instead! mkdir -p /opt/opnfv cp -r ${SOURCE}/opnfv /opt +cp ${SOURCE}/gitinfo.txt / ######### OPNFV addition END ############ # Unmounting source @@ -595,4 +596,4 @@ cp -f /etc/skel/.bash* /root/ # Blacklist i2c_piix4 module for VirtualBox so it does not create kernel errors [[ $(virt-what) = "virtualbox" ]] && echo "blacklist i2c_piix4" > /etc/modprobe.d/blacklist-i2c-piix4.conf -%end
\ No newline at end of file +%end |