diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-04-07 00:25:08 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-04-07 00:25:08 +0200 |
commit | 4d6769bc358f901c7dbe11bbe2feafb0821ce2c1 (patch) | |
tree | 0ebfad0c2bebb9e288a48a648b6a46f4eb5de509 | |
parent | fcc0772e3262f0cee4e9aecb36a5573477916c01 (diff) |
Revert "The real version is release/SETUP"
This reverts commit c40e79fc85df4399c45c83c3b4ddd20c13e5f6ce.
-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 |