]> skyeroc.xyz Git - dgamelaunch/commitdiff
Make dgl-create-chroot.conf file clearer in the comments.
authorJilles Tjoelker <jilles@stack.nl>
Sun, 4 Jan 2004 16:42:08 +0000 (16:42 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Sun, 4 Jan 2004 16:42:08 +0000 (16:42 +0000)
Add example dgl-create-chroot.conf file.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@78 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgl-create-chroot
dgl-create-chroot.conf.example [new file with mode: 0644]

index a6a20e91fe0673b93c4ad4e3719e54dcaba7d578..9fdce0be00c179b26b03430bed609ee5fc52c3eb 100755 (executable)
@@ -2,10 +2,12 @@
 
 # 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
diff --git a/dgl-create-chroot.conf.example b/dgl-create-chroot.conf.example
new file mode 100644 (file)
index 0000000..cde5936
--- /dev/null
@@ -0,0 +1,12 @@
+#!/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"