commit 8baaad8a5822d9cd3134e3a4bd5f743706bcbd3e
parent e5247874ab2ea1229891eb648875001e0e8bc4cf
Author: sin <sin@2f30.org>
Date:   Sun,  2 Mar 2014 21:10:02 +0000
cvs up xenocara as well
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/upgrade-obsd b/upgrade-obsd
@@ -1,9 +1,13 @@
 #!/bin/sh -xe
 
-# Update cvs repo
+# Update src repo
 cd /usr/src
 cvs up
 
+# Update xenocara repo
+# cd /usr/xenocara
+# cvs up
+
 # Build the bsd.sp kernel.
 # Ideally we should reboot after this stage
 # and build the world with the new kernel.
@@ -32,6 +36,7 @@ make build
 # make obj
 # make build
 
+# Make device nodes
 cd /dev
 cp /usr/src/etc/etc.`machine`/MAKEDEV ./
 ./MAKEDEV all