summaryrefslogtreecommitdiff
path: root/release/SETUP
blob: d14485ce210a8dbfdc4d326b3115775e319dc4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Setup critical hurd translators

set -v

# Make sure the filesystem is writable
fsysopts / --writable 

# Set up the PFLOCAL server so we can do pipes
/bin/settrans /servers/socket/local /hurd/pflocal

# Setup crucial devices
cd /dev
/bin/sh ./MAKEDEV std

echo 'Hit ^C now for shell prompt or RET to reboot'
read response
sync
reboot