Add example dgl-create-chroot.conf file.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@78
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
# Original by joshk@triplehelix.org, modifications by jilles@stack.nl
-# settings
+# Settings
+# Don't customize here, create a dgl-create-chroot.conf file instead.
+# The defaults should work fine for Debian.
# path for chroot
chroot_path="/var/lib/dgamelaunch"
-# uid/gid, must agree with dgamelaunch.h
+# uid/gid (numeric), must agree with dgamelaunch.h
shed_uid=5
shed_gid=60
# extra libraries to copy (that ldd doesn't find, such as ld-elf.so.1 on
--- /dev/null
+#!/bin/sh
+# Example configuration, for my FreeBSD 4 machine, using nethack from ports.
+# This file created by Jilles Tjoelker <jilles@stack.nl>.
+
+chroot_path="/home/jilles/src/3rdparty/dgamelaunch-chroot-2"
+shed_uid=1031
+shed_gid=1031
+libs="/usr/libexec/ld-elf.so.1"
+playground_fixed="/usr/local/lib/nethack"
+playground_var="/usr/local/lib/nethack"
+nethack_bin="$playground_fixed/nethack"
+termdata="/usr/share/misc/termcap"