git: 9front

Download patch

ref: 682a324f76a98fa73f10021fb975b93a7a112eab
parent: fb1240ae3e6bec6061fe18c3aa14e2edb02cd74a
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jan 12 15:54:24 EST 2026

gefs: add sleep to ensure we set retain policy

this is an ugly hack, but we need to wait a little after
we create the partition for the creation to apply. Let's
keep it until we have /adm/ctl.

--- a/rc/bin/inst/mountgefs
+++ b/rc/bin/inst/mountgefs
@@ -53,6 +53,7 @@
 
 	log Creating "other" dataset
 	echo snap -m empty other >>/srv/$sname.cmd
+	sleep 1
 	echo set other retain '''''' >>/srv/$sname.cmd
 
 	log Mounting $fstype file server for $fs
--