git: 9front

Download patch

ref: 9af58361bee9ec4dfe25b7ba78bea1e5fd27da68
parent: 19b7d4d985ce0f671343bbed5cedd96439731ed5
author: cinap_lenrek <cinap_lenrek@localhost>
date: Thu May 5 19:49:26 EDT 2011

diskparts rfork e

--- a/rc/bin/diskparts
+++ b/rc/bin/diskparts
@@ -1,4 +1,6 @@
 #!/bin/rc
+rfork e
+
 # set up any disk partitions
 if (! test -e /dev/sdctl)
 	bind -b '#S' /dev
--