<div dir="ltr">Hi,<div><br></div><div><div>I have an issue with installing rpm packages while creating fedora cloud images.</div><div><br></div><div>I created my own element that setups package from "rpm" on fedora cloud image. This element contains only directory install.d and single excecutable file is as follows:</div>
<div>yum install wget -y</div><div>wget $url_to_rpm_file</div><div>rpm -i $rpm_file (rpm -ivh $rpm_file, rpm -ivh --replacefiles $rpm_file)</div><div><br></div><div>The command used for image creation:</div><div>url_to_rpm_file="some_address" disk-image-create vm fedora my_element -o image_name</div>
<div><br></div><div>Setup went well, rpm has been installed, but after "Writing superblocks and filesystem accounting information: done" I got error: </div><div><br></div><div>"mv: reading `/tmp/image.puHvpkTq/built/proc/sysrq-trigger': Input/output error</div>
<div>mv: failed to extend `/tmp/image.puHvpkTq/mnt/proc/sysrq-trigger': Input/output error".</div><div><br></div><div>After that image creating hangs. I tried to use function "install-packages", but result was the same.</div>
<div><br></div><div>Do you have any thoughts on that?</div><div><br></div><div style>Thanks, Ivan.</div></div></div>