summaryrefslogtreecommitdiffstats
path: root/remote/targets/stage32-bwlp
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-181-0/+1
|
* Moved common data files of vmchooser and vmchooser2 to new module called ↵Simon Rettberg2015-05-151-0/+1
| | | | run-virt
* Added moudules x11vnc and pvs2Manuel Schneider2014-07-102-0/+2
|
* Remove consolekit fro bwlp related stuff (since its not needed with 14.04)Simon Rettberg2014-04-241-1/+0Star
|
* [smbclient] new module for smbclient stuffJonathan Bauer2014-01-311-0/+1
| | | | (including smbspool)
* bye bye plymouth. You won't be missed...Jonathan Bauer2014-01-291-1/+0Star
|
* [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-151-0/+1
| | | | rootfs-stage32
* [kdm] Move bwlehrpool theme to its own module, kdm-theme-bwlp,Simon Rettberg2014-01-0327-0/+27
also create new target stage32-bwlp that contains project specific modules