shithub: shithub

Download patch

ref: 96e6ff2316cc9dee9cea2ff7fb1381353c72e08c
parent: f65231504f5a701f61d7a819979aa52b4ad7cff7
author: Ori Bernstein <ori@eigenstate.org>
date: Fri May 28 10:48:30 EDT 2021

common: explicitly mount on /mnt/git

git/fs mounts on .git/fs by default; we want
it on /mnt/git in the shithub server.

--- a/common.rc
+++ b/common.rc
@@ -34,7 +34,7 @@
 	bind $1/$2 /mnt/$repo
 	bind /mnt /
 	cd /mnt/$repo
-	git/fs
+	git/fs -m /mnt/git
 	mntgen /mnt/scratch
 	rfork m
 }