dgamelaunch/examples/dgl-create-chroot.conf.example.solaris
Joshua Kwan 4d45d4d263 move junk around, genericize things
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@287 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-04-03 19:27:42 +00:00

16 lines
450 B
Bash

#!/bin/sh
# hack it for crab test
# This file created by Jilles Tjoelker <jilles@stack.nl>.
chroot_path="/tmp/jilles/dgl-chroot"
shed_uid=1677
shed_gid=104
# This allows both 32-bit and 64-bit dynamically linked binaries in the chroot:
libs="/usr/lib/ld.so.1 /usr/lib/sparcv9/ld.so.1"
playground_fixed=""
playground_var=""
nethack_bin="nethackstub"
# For standard curses:
termdata="/usr/share/lib/terminfo"
#termdata="/usr/local/share/lib/terminfo"