diff options
Diffstat (limited to 'net-misc/ltsp-client/files')
-rw-r--r-- | net-misc/ltsp-client/files/lts.conf | 5 | ||||
-rw-r--r-- | net-misc/ltsp-client/files/ltsp-client-5.2.12-setupconfd.patch | 16 |
2 files changed, 19 insertions, 2 deletions
diff --git a/net-misc/ltsp-client/files/lts.conf b/net-misc/ltsp-client/files/lts.conf index 180f625..9603ce6 100644 --- a/net-misc/ltsp-client/files/lts.conf +++ b/net-misc/ltsp-client/files/lts.conf @@ -1,5 +1,6 @@ -# see /usr/share/doc/ltsp-client-$version/lts-parameters.txt.bz2 for a listing -# of all possible options (Don't forget to include a [default] section) +# see the lts.conf man page of all possible options # This file will be overwitten by an lts.conf pulled the tftp server # from /var/lib/tftpboot/ltsp/arch/lts.conf if it is available +# This section applies to all clients and is overriden by the other sections. +[Default] diff --git a/net-misc/ltsp-client/files/ltsp-client-5.2.12-setupconfd.patch b/net-misc/ltsp-client/files/ltsp-client-5.2.12-setupconfd.patch new file mode 100644 index 0000000..9cbb148 --- /dev/null +++ b/net-misc/ltsp-client/files/ltsp-client-5.2.12-setupconfd.patch @@ -0,0 +1,16 @@ +--- client/initscripts/Gentoo/ltsp-client-setup.confd.orig 2012-08-22 21:43:12.000000000 +0200 ++++ client/initscripts/Gentoo/ltsp-client-setup.confd 2012-08-22 21:44:48.000000000 +0200 +@@ -10,11 +10,11 @@ + + # tmpfs/bind directions that get mounted with only directory structure + # preserved +-rw_dirs="/var/lib/xkb /var/log /var/spool /var/tmp /tmp /var/run /var/lib/pulse" ++rw_dirs="/var/lib/xkb /var/log /var/spool /var/tmp /tmp /run /var/lib/pulse" + + # tmpfs/bind directions that get mounted with directory structure and data + # copied +-copy_dirs="/root /home /etc/conf.d /etc/udev/rules.d /var/cache/ltsp-localapps" ++copy_dirs="/root /home /etc/conf.d /etc/udev/rules.d /var/cache/ltsp /var/cache/ltsp-localapps /etc/runlevels" + + # tmpfs/bind directories that are mounted and copied, but then unmounted after + # ltsp-client-setup finishes |