summaryrefslogtreecommitdiffstats
path: root/remote/modules
Commit message (Collapse)AuthorAgeFilesLines
* [printergui] Starts now tcpsvd and lpd directly (not via busybox).Manuel Schneider2013-10-231-2/+2
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-10-231-2/+0Star
|\
| * removed TODO, since its done :)Jonathan Bauer2013-10-231-2/+0Star
| |
* | [printergui] Added spoolfolder to buildscript.Manuel Schneider2013-10-231-0/+1
|/
* [printergui] added TODO. Create /var/spool/STANDARD in post-copy of this moduleJonathan Bauer2013-10-231-0/+2
|
* [printer] Fixed horrible typoManuel Schneider2013-10-181-1/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-10-181-0/+8
|\
| * [cups] Kill LPD when run_virt finishesManuel Schneider2013-10-181-0/+8
| |
* | [beamergui] removed libxrandr2 in configManuel Schneider2013-10-183-3/+7
| |
* | [beamergui] Changed qtmake-qt4 to qmakeManuel Schneider2013-10-181-1/+2
| |
* | [beamergui] Renamed module.Manuel Schneider2013-10-186-0/+0
| |
* | [beamer] Changed build from prototype to qt binaryManuel Schneider2013-10-186-26/+21Star
|/
* [vmchooser] only use dnbd3 for vms if config says SLX_VM_DNBD3=yesSimon Rettberg2013-10-171-1/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-10-1628-727/+368Star
|\
| * [printergui] Opensuse conf. Not tested.Manuel Schneider2013-10-151-0/+7
| |
| * [printergui] Nicer comment :DManuel Schneider2013-10-141-1/+1
| |
| * [vmchooser] Fix indentation of xml-filterSimon Rettberg2013-10-151-38/+38
| |
| * [vmchooser/xmlfilter] filter out virtualbox images since vbox is not ↵Jonathan Bauer2013-10-151-4/+4
| | | | | | | | supported yet.
| * [printergui] added misisng required librariesManuel Schneider2013-10-141-0/+1
| |
| * [vmware] fix missing renaming of build/confJonathan Bauer2013-10-152-0/+166
| |
| * [vmware] add the domain information received from the dhcp server to the ↵Jonathan Bauer2013-10-152-3/+3
| | | | | | | | vmware-dhcp server configuration
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-10-1517-43/+88
| |\
| | * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2013-10-1414-42/+46
| | |\
| | | * [vmware] Switch from VMware player to workstation, bump version to 10.0 ↵Simon Rettberg2013-10-1414-42/+46
| | | | | | | | | | | | | | | | | | | | | | | | (would be player 6.0) also rename module from vmplayer to vmware to be more generic in case we switch again
| | * | [samba] Some openSuse support: conf file and build file extensionChristian Rößler2013-10-142-1/+34
| | |/
| | * [cups] cups module config file for openSuseChristian Rößler2013-10-141-0/+8
| | |
| * | [consolekit] add missing package as REQUIRED_INSTALLED_PACKAGESJonathan Bauer2013-10-151-0/+4
| |/
| * [samba] started rudimentary and bloated samba module for AD compatibility. WIPJonathan Bauer2013-10-113-0/+61
| |
| * [vmchooser] added TODO to enable SCSI support for virtual disksJonathan Bauer2013-10-111-0/+1
| |
| * [vbox] cleaned double etc-directory branchChristian Rößler2013-10-102-644/+0Star
| |
* | [printergui] Changed qmake-qt4 to qmake.Manuel Schneider2013-10-161-2/+2
|/
* Contains the complete bunch of software needed for the printing system in ↵Manuel Schneider2013-10-099-0/+87
| | | | | | | | | | | | | the pools: - A lpd server is started in vmchooser-run_virt. - A iptables rule redirects traffic from sourceport 515 to destport 5515 - Added module cups, the printserver in the minilinux. - Binaries an libs needed for a minimal cups installation. - Systemd-service for cups. - Added module printergui, the custom cups frontend. - Is a single GUI-binary that pops up in case of a printjob sent to the lpd. - Modules are enabled in stage32.
* [vbox] Unneded REQUIRED_LIB deleted.Christian Rößler2013-10-092-2/+0Star
|
* [dnbd3] Added dependency package 'zlib-devel' for building dnbd3 module underChristian Rößler2013-10-091-0/+1
| | | | openSuse.
* [dnbd3] added dependency package 'zlib1g-dev' for building dnbd3 module ↵Jonathan Bauer2013-10-081-0/+1
| | | | under ubuntu. TODO: Add package for OpenSuse
* [systemd] systemd-shutdown_prescript: Deleted activation indicator after testingChristian Rößler2013-10-071-3/+0Star
|
* [systemd] Amended shutdown behaviour for systemd: reboot, halt, poweroff. nfsChristian Rößler2013-10-074-0/+107
| | | | | and samba (cifs) umount script hooked via ExecStartPre; script will include kill routines etc. later on for faster shutdowns. Patched services r/h/s.
* ...Dirk2013-10-071-0/+1
|
* Ansering to Ticket #518 (reducing the number of MAXCORES) ... Should be ↵Dirk2013-10-071-1/+2
| | | | checked, if working and should be configured more properly ...
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-10-019-0/+9
|\
| * [vmchooser] Add windows binary that will set the resolution in the VM. The ↵Simon Rettberg2013-09-302-0/+2
| | | | | | | | binary will be placed in the virtual drive B floppy image
| * [systemd] Providing links in to systemctl/systemd (halt, init, poweroff, reboot,Christian Rößler2013-09-307-0/+7
| | | | | | | | runlevel, shutdown, telinit)
* | [vmchooser] Make sure Qt4 is used, only patch source if not already patchedManuel Schneider2013-10-011-9/+12
| |
* | [german] Fix locale generation on ubuntuManuel Schneider2013-10-011-3/+3
|/
* [xorg] conf file for openSuse updatedChristian Rößler2013-09-301-0/+1
|
* [consolekit] added back missing folder, fixes error msg upon loginJonathan Bauer2013-09-301-0/+1
|
* [debug] Fix service type of udevd-loggerSimon Rettberg2013-09-301-1/+1
|
* [dbus] dbus parameters changed over time. Try to get them rightSimon Rettberg2013-09-302-10/+42
|
* [dbus] Add missing systemd service fileSimon Rettberg2013-09-302-8/+12
|
* Make sure pam_ck_connector is required by and included in the consolekit ↵Simon Rettberg2013-09-307-7/+41
| | | | | | module on all platforms (Previously it was in consolekit on suse and pam on ubuntu... -.-)