	apk_add $@
	dd if=/dev/zero count=67000 of=tmp.img
	mkreiserfs -q tmp.img
	apk_del $@
	rm -f tmp.img
