summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
...
* [rfs-s31] init cosmeticsJonathan Bauer2014-06-111-2/+2
|
* [busybox] enable grep with -E and -A,-B,-CJonathan Bauer2014-06-101-3/+3
|
* -E for regex!!!Jonathan Bauer2014-06-101-1/+1
|
* oopsieJonathan Bauer2014-06-101-2/+2
|
* fix wrong shell used in a few scriptsJonathan Bauer2014-06-104-4/+4
|
* [busybox] fixes busybox waiting for user input while compiling....Jonathan Bauer2014-06-101-1/+1
|
* [cups] fix missing 'ghostscript' package for opensuseJonathan Bauer2014-06-101-0/+2
|
* [busybox] added mkfifo and removed mdevJonathan Bauer2014-06-101-8/+8
|
* [stage31] mount /dev through devtmpfsJonathan Bauer2014-06-101-9/+4Star
|
* Minor cleanup.Dirk2014-06-082-3/+19
|
* [resolv.conf] dont save it to run, since it will be lost when systemd ↵Jonathan Bauer2014-06-043-3/+3
| | | | re-mounts it
* [vmchooser2] guest mount for cifs is of no use, so add support for credentialsSimon Rettberg2014-06-041-1/+3
|
* [vmchooser] error handling for vmstore mountageJonathan Bauer2014-06-021-3/+12
|
* [pam] fix slxlog error when TEMP_HOME_DIR was previously created by a ↵Jonathan Bauer2014-06-021-2/+4
| | | | previous login
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Pereira Neves2014-05-295-3/+10
|\
| * [cups] added 'gs' to REQUIRED_BINARIESJonathan Bauer2014-05-281-0/+1
| |
| * [cups] added ghostscript depJonathan Bauer2014-05-271-0/+2
| |
| * [setup_target] TODO: copy REQUIRED_CONTENT_PACKAGES automaticlyJonathan Bauer2014-05-271-0/+1
| |
| * moved cups filter stuff to cups module :) forgot there was one...Jonathan Bauer2014-05-273-9/+2Star
| |
| * [printergui] REQUIRED_CONTENT_PACKAGES fetchingJonathan Bauer2014-05-271-0/+7
| |
| * wrong packagesJonathan Bauer2014-05-272-13/+2Star
| |
| * [printergui] forgot to explicitly copy 'gs' to build dirJonathan Bauer2014-05-271-0/+10
| |
| * [printergui] ghostscript binary fishingJonathan Bauer2014-05-271-3/+7
| |
* | [curitiba] some config changesMichael Pereira Neves2014-05-291-1/+0Star
| |
* | [rfs31] prevent modprobe from spammingMichael Pereira Neves2014-05-291-1/+1
|/
* [brazilian] add executable flagMichael Pereira Neves2014-05-261-0/+0
|
* [setup_target] fix size calculation of modulesMichael Pereira Neves2014-05-231-11/+6Star
|
* [vmchooser] added file_mode and dir_mode to CIFS mountJonathan Bauer2014-05-232-2/+2
|
* [vmchooserX] SLX_VM_NFS can now be a CIFS-shareJonathan Bauer2014-05-232-2/+26
|
* [vmchooser] fix microphones in VMsJonathan Bauer2014-05-221-0/+1
|
* Make resolv.conf a symlink to /run/network/resolv.conf (where we generate ↵Simon Rettberg2014-05-204-9/+15
| | | | ours from now on), in case someone wants to override the resolv.conf via config.tgz
* [rfss31/2] moved vxlan from s31 to s32Jonathan Bauer2014-05-082-1/+1
|
* [rfs-s31] added vxlan.ko needed for openstackJonathan Bauer2014-05-081-0/+1
|
* [kernel-system] remove debug msgJonathan Bauer2014-05-081-1/+0Star
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-05-083-3/+15
|\
| * [one-time-fix] first check if xfce4 is installed before installing greybird ↵Jonathan Bauer2014-05-081-0/+6
| | | | | | | | theme
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-05-081-1/+1
| |\
| * | [openstack] added REQUIRED_*_PACKAGES for ubuntu 14.04Jonathan Bauer2014-05-082-3/+9
| | |
* | | [rfs-s31] remove vmxnet from REQUIRED_KERNEL_MODULESJonathan Bauer2014-05-081-1/+0Star
| | |
* | | [rfs-s31] refine REQUIRED_KERNEL_MODULES listJonathan Bauer2014-05-081-47/+39Star
| | |
* | | [rfs-s31] always try to modprobe modules in /etc/modulesJonathan Bauer2014-05-082-0/+71
| | | | | | | | | | | | | | | | | | kernel-system: they will be there and modprobe will succeed kernel-openslx: they will be missing and modprobe will fail, which is ok since we have those modules built-in the kernel
* | | [kernel] remove ugly kernel copy commandJonathan Bauer2014-05-081-2/+1Star
| | |
* | | [kernel-system] function to detect kernel headers pathJonathan Bauer2014-05-081-21/+20Star
| | | | | | | | | | | | NOTE: currently not in use!
* | | [rfs-s31] used copy_kernel functionJonathan Bauer2014-05-081-1/+1
| | |
* | | [rfs-s32] use copy_kernel functionJonathan Bauer2014-05-081-1/+1
| | |
* | | [kernel.inc] copy_kernel: now copies the correct kernelJonathan Bauer2014-05-081-10/+26
| |/ |/| | | | | either compiled one or from the system
* | [vbox] add PAM user to vboxusers group on session open (little corr.)Christian Rößler2014-05-061-1/+1
|/
* [xorg] Make iptables rule executableSimon Rettberg2014-05-051-0/+0
|
* [vbox] add PAM user to vboxusers on session openJonathan Bauer2014-05-051-0/+5
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-05-051-1/+1
|\