blob: 13101df82dddc1486a0ba9ece633fbe100bdc037 (
plain)
1
2
3
4
5
6
7
8
9
10
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 ./MAKEDEV std
|