Open main menu

CDOT Wiki β

Changes

Fedora Arm Secondary Architecture/Koji Builders

958 bytes added, 14:59, 17 April 2010
Install kojid
* /etc/kojid/kojid.conf - Koji Daemon Configuration
* /etc/sysconfig/kojid - Koji Daemon Switches
 
 
== Storage Space ==
 
Ensure that there is a good amount of space available for mock (<code>/var/lib/mock</code> and <code>/var/cache/mock</code>) before proceeding. You will want a minimum of about 8GB.
 
On the ARM VMs, you may need to increase the VM size. Stop the VM, add additional storage, and then restart the VM:
 
'''On the VM:'''
poweroff
 
Allow 30 seconds for system shutdown.
 
'''On HongKong:'''
virsh destroy ''domain''
dd if=/dev/zero bs=1M count=8192 >>/var/lib/libvirt/images/arm/''domain''.img
fsck -f /var/lib/libvirt/images/arm/''domain''.img
resize2fs /var/lib/libvirt/images/arm/''domain''.img
virsh start ''domain''
 
Where ''domain'' is the VM name, such as <code>arm-001-999</code>.
 
If using a physical ARM system, ensure that <code>/var/lib/mock</code> and <code>/var/cache/mock</code> have sufficient space, perhaps by symlinking them to subdirectories of the mountpoint of an external disk, NFS share, or iSCSI block device.
== Install kojid ==