aboutsummaryrefslogtreecommitdiff
path: root/files/runsystem.initrd
blob: be3ccfcb616bcb3ef5407b58e9eee426840f537f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# runsystem for initrd.

settrans -ac /dev/mach-console /hurd/streamio console
exec <>/dev/mach-console >&0 2>&0
export PATH=/bin:/sbin
echo Hello from /bin/sh!
uname -a
settrans -ac /proc /hurd/procfs --stat-mode=444
exec /bin/sh -i