diff options
-rw-r--r-- | SETUP | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#!/bin/bash +# Setup critical hurd translators + +set -v + +# Set up the PFLOCAL server so we can do pipes +/bin/settrans -c /servers/socket/1 /hurd/pflocal + +# Setup crucial devices +cd /dev +/bin/sh /sbin/MAKEDEV std |