summaryrefslogtreecommitdiffstats
path: root/remote/targets
Commit message (Collapse)AuthorAgeFilesLines
* [stage32-bwlp] Add module dmidecodeSimon Rettberg2016-11-081-0/+1
|
* [debug-report-bwlp] Revive old debug reporting scriptSimon Rettberg2016-10-181-0/+1
|
* [screen-standby] New module for managing screen standby settingsSimon Rettberg2016-08-052-0/+2
|
* use cpu governor...Simon Rettberg2015-05-187-0/+7
|
* Moved common data files of vmchooser and vmchooser2 to new module called ↵Simon Rettberg2015-05-154-0/+4
| | | | run-virt
* new 'stage32-headless' target. Started centos support. WIPJonathan Bauer2014-07-1715-0/+15
| | | | Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet.
* Added moudules x11vnc and pvs2Manuel Schneider2014-07-102-0/+2
|
* [curitiba] some config changesMichael Pereira Neves2014-05-291-1/+0Star
|
* Remove consolekit fro bwlp related stuff (since its not needed with 14.04)Simon Rettberg2014-04-241-1/+0Star
|
* [target] add curitiba targetMichael Pereira Neves2014-03-3128-0/+28
|
* [vmware] added link to kernel in vmware targetJonathan Bauer2014-03-241-0/+1
|
* Integrate prop nvidia drivers into systemSimon Rettberg2014-02-241-0/+1
| | | | | | | | If we detect nvidia.ko was loaded in stage31, download nvidia libs via our slx-addon system. It is also ensured that kdm will not start before the nvidia libs have been downloaded and integrated into the running system. For that matter, it was ensured that slx addons are only downloaded when setup-partitions finished running, and a proper /tmp dir is available.
* [smbclient] new module for smbclient stuffJonathan Bauer2014-01-311-0/+1
| | | | (including smbspool)
* <stage31> Activate openslx splash screenSimon Rettberg2014-01-301-0/+1
|
* [iptables-helper] as required: stage32-opensuseChristian Rößler2014-01-301-0/+1
|
* bye bye plymouth. You won't be missed...Jonathan Bauer2014-01-296-6/+0Star
|
* [stage32-opensuse] remote target linksChristian Rößler2014-01-213-0/+3
|
* [iptables-helper] Simple helper scripts/service for handling iptables rulesSimon Rettberg2014-01-171-0/+1
| | | | | | | | | | | | | | | This adds no fancy features or new syntax or anything, but merely helps to manage a *.d directory for iptables scripts. You simply write simple shell scripts where you issue your iptables calls and place them in /opt/openslx/iptables/rules.d On bootup, and whenever the contents of the directory change, all tables will be reset and the scripts from rules.d are run. They're run in alphabetical order, so it's wise to adhere to the XX-* naming scheme. Also you can place any kind of script there doing really complicated things, it's advised you keep them as simple as possible and use proper names, that tell what the script does. The default behaviour is set to ACCEPT on all tables/chains, but nothing stops you from doing 'iptables -P' in one of the scripts.
* Move udhcpc stuff to its own module. Was spread across systemd and ↵Simon Rettberg2014-01-153-0/+3
| | | | rootfs-stage32
* [kdm] Move bwlehrpool theme to its own module, kdm-theme-bwlp,Simon Rettberg2014-01-0327-0/+25
| | | | also create new target stage32-bwlp that contains project specific modules
* Fox beamergui link in stage32-opensuseSimon Rettberg2014-01-032-1/+1
|
* [smartctl] New module: smartctl - Will currently check reallocated sectors ↵Simon Rettberg2013-12-201-0/+1
| | | | and spin retry count - could be extended, but those seem to be the best indicators according to $SEARCH_ENGINE
* [qemukvm] services, addon-init, env file, udev reload etc. NOT TESTED ENOUGH!Christian Rößler2013-12-171-0/+1
|
* [samba] deactivate module for now.Jonathan Bauer2013-12-161-1/+0Star
| | | | | We probably won't need all the packages listed here, WIP once Reutlingen provided the information
* [cron] new module for cron using our own patched sources. HasJonathan Bauer2013-12-051-0/+1
| | | | /etc/cron.d support, files there need to have 0600 permissions to run!
* [rootfs-stage31] Fix root password substitution in initSimon Rettberg2013-11-161-1/+0Star
|
* [debug] Target for debug in remote / targetChristian Rößler2013-10-251-0/+1
|
* [beamergui] Fixed link to beamergui moduleManuel Schneider2013-10-182-1/+1
|
* [vmware] Switch from VMware player to workstation, bump version to 10.0 ↵Simon Rettberg2013-10-142-1/+1
| | | | | | (would be player 6.0) also rename module from vmplayer to vmware to be more generic in case we switch again
* [openSuse] opensuse Stage32 target linksChristian Rößler2013-10-113-0/+3
|
* [samba] Added missing link stage32/sambaChristian Rößler2013-10-111-0/+1
|
* Contains the complete bunch of software needed for the printing system in ↵Manuel Schneider2013-10-092-0/+2
| | | | | | | | | | | | | 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.
* [stage32-opensuse] Just some target linksChristian Rößler2013-09-305-0/+5
|
* [vbox] remote target for vboxChristian Rößler2013-09-301-0/+1
|
* Add udisks moduleSimon Rettberg2013-09-301-0/+1
|
* Add consolekit and polkitSimon Rettberg2013-09-302-0/+2
|
* [vbox] addon-init for systemd serviceChristian Rößler2013-08-282-2/+0Star
|
* remove debug from stage31, vmplayer from stage32Simon Rettberg2013-08-262-2/+0Star
|
* [stage31] move configuration of stage32 into /bin/activate_sysconfig.Jonathan Bauer2013-08-151-0/+1
|
* [busybox] Use official git repository instead of our own repoSimon Rettberg2013-08-143-3/+0Star
| | | | Also include busybox in stage31 only and simply copy it before switchrooting to stage32
* [stage32-scientific] Added stage target for Scientific Linuxroot2013-08-0119-0/+19
|
* [dnbd3] Add dnbd3 client + kernel moduleSimon Rettberg2013-07-221-0/+1
|
* Beamerscript prototype added.Manuel2013-07-021-0/+1
|
* add nscd link to stage32-opensuseJonathan Bauer2013-07-021-0/+1
|
* add link to nscd in targetJonathan Bauer2013-07-021-0/+1
|
* Remove consolekit and policykit from stage32 (for now)Simon Rettberg2013-06-282-2/+0Star
|
* post_process_target: Replace libck-connector.so with dummySimon Rettberg2013-06-241-1/+0Star
| | | | | | This is to prevent KDM from trying to talk to ConsoleKit (which we don't use) ConsoleKit is not being actively developed anymore, and we want to switch to systemd (and its logind) entirely
* stage32 target: add redsocks moduleSimon Rettberg2013-06-201-0/+1
|
* [ConsoleKit] KDM can't live without ConsoleKit... Maybe look into lightdm ↵Michael Neves2013-06-131-0/+1
| | | | again...
* [ConsoleKit] systemd-logind replaces consolekit for user session managementMichael Neves2013-06-121-1/+0Star
|