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 | 14f0e067c2df31216ada41d374baba6e741a83ee (patch) | |
| tree | 41fd8b4d5d1fc4503a41c434f2cfdedb8288cf91 /SETUP | |
| parent | fa154160ea6ea5de6bc767f5ce191157edf93e0a (diff) | |
Revert "The real version is release/SETUP"
This reverts commit c40e79fc85df4399c45c83c3b4ddd20c13e5f6ce.
Diffstat (limited to 'SETUP')
| -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 |
