ReferencePlatforms/Linux-CentOS-5.0: Difference between revisions

Line 189: Line 189:
== Move Scratchbox ==
== Move Scratchbox ==
Scratchbox takes up a non-trivial amount of space and should be moved to a different partition.
Scratchbox takes up a non-trivial amount of space and should be moved to a different partition.
# Boot into single user mode by appending 'init=/bin/sh' to the kernel params from grub
# as root
# mount -o remount,rw /
/etc/init.d/sbox stop
# mount /builds
umount /scratchbox/users/cltbld/dev/*
# mv /scratchbox /builds
umount /scratchbox/users/cltbld/*
# ln -s /builds/scratchbox /scratchbox
mv /scratchbox /builds/scratchbox
# mount -o remount,ro /
# scratchbox needs this symlink to function properly
# Reboot the VM.
ln -s /builds/scratchbox /scratchbox
/etc/init.d/sbox start


== Installing BuildBot ==
== Installing BuildBot ==
canmove, Confirmed users
6,439

edits