#!/bin/bash # edit to put your username in # and run this # the second time is the important one export CVSROOT=:ext:solar@cvs.gentoo.org:/var/cvsroot dd if=/dev/zero of=/dev/shm/loopfile bs=1M count=128 losetup /dev/loop0 /dev/shm/loopfile mkreiserfs -s 513 /dev/loop0 mkdir /tmp/cvstmp mount -t reiserfs /dev/loop0 /tmp/cvstmp -o nosuid,nodev,noatime,nolog cd /tmp/cvstmp time cvs -Q co gentoo-x86 time cvs -Q up gentoo-x86