git: 9front

Download patch

ref: f7f9cd76b256505b58ab8a4af0658e0c5dd3cf8f
parent: dd4d30067311474c8ea1f502e4dd5f4d5ae869fc
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Feb 4 09:41:10 EST 2026

service/!tcp564: remove bad example

if you try to netboot from this, everything will be mounted
as none, and you'll be very confused; you want to use the file
server's '-a' option for this instead.

--- a/rc/bin/service/!tcp564
+++ /dev/null
@@ -1,3 +1,0 @@
-#!/bin/rc
-mount '#s/boot' /root $rootspec
-exec /bin/exportfs -r /root
--