blob: 62651e3bb923cb07f5cc2af0a72c15adc5ccc94a (
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 /sbin/MAKEDEV std
|