shithub: front

Download patch

ref: 93996b780e19a312d40ed683e19b278137546615
parent: d95be792d6b5e4a2f9f1615a40492020c764ee30
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 1 21:33:39 EDT 2025

inst/mountgefs: make log messages accurate

--- a/rc/bin/inst/mountgefs
+++ b/rc/bin/inst/mountgefs
@@ -52,9 +52,10 @@
 	gefs -n $sname $fsflags -SAf $fs
 
 	log Creating "other" dataset
-	log Mounting $fstype file server for $fs
 	echo snap -m empty other >>/srv/$sname.cmd
 	echo set other retain '''''' >>/srv/$sname.cmd
+
+	log Mounting $fstype file server for $fs
 	while(! logprog mount -c /srv/$sname /n/newfs %main)
 		sleep 2
 	while(! logprog mount -c /srv/$sname /n/newfs.adm %adm)
--