summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | <stage32> Trigger network target as soon as possible if network/dhcp has ↵Simon Rettberg2014-01-2916-38/+32Star
| | | | | | | | | | | | been done in stage31
| * | Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-291-2/+1Star
| |\|
| | * [rootfs-stage32] setup-partitions: before basic.targetJonathan Bauer2014-01-291-1/+1
| | |
| | * [rootfs-stage32] dont wait for setup-partition to be finished beforeJonathan Bauer2014-01-291-2/+1Star
| | | | | | | | | | | | | | | sysinit.target. Instead only wait for it before we start X, thus before display manager.
| * | [rfs-stage32] Add early trigger script for network targetsSimon Rettberg2014-01-293-0/+37
| |/ | | | | | | | | | | This service/script will try to trigger the network targets at an early point in time, if network setup succeeded in stage 31 (hostname, dns, default gateway)
| * [rootfs-stage32] change dep of setup-partitions fromJonathan Bauer2014-01-291-1/+1
| | | | | | | | systemd-udev-trigger to systemd-udev-settle
| * [systemd] reworked how we get the default systemd services files. We nowJonathan Bauer2014-01-2996-89/+1385
| | | | | | | | | | maintain our own minimalistic set of services instead of just filtering out the "bad ones".
| * also don't require stage_to_exclude anymore on command lineSimon Rettberg2014-01-291-3/+4
| |
| * <clone_stage4> don't exclude stage32 anymore, aufs stacking order should ↵Simon Rettberg2014-01-291-12/+0Star
| | | | | | | | take care of it
| * [rfs-stage32] Speed up mounting tmp-partition and setting up zram swapSimon Rettberg2014-01-295-34/+83
| |
| * [xorg] fixes for Xsession (thx ssc)Jonathan Bauer2014-01-291-6/+62
| |
| * bye bye plymouth. You won't be missed...Jonathan Bauer2014-01-298-16/+0Star
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-291-0/+95
| |\
| | * [xorg] conf file for openSuse 13.1Christian Rößler2014-01-291-0/+95
| | |
| * | [pam-freiburg] deleted unneeded nss-ldap hack, since with nss-ldapd itsJonathan Bauer2014-01-293-11/+19
| |/ | | | | | | | | ok to have the ldap switch in the nsswitch before ldap is actually "queryable"
| * [xorg] Source /etc/profile in Xsession script. This fixes theJonathan Bauer2014-01-291-0/+5
| | | | | | | | | | | | | | /etc/profile.d/00-autostart not beeing run when just starting a graphical session. (Fixes the linking of user specific config directory for xfce4 and others) Now xfce4 config are beeing stored in the user's home.
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-294-11/+34
| |\
| | * [rfs-stage31] Put hosts, hostname, resolv.conf in proper placeSimon Rettberg2014-01-291-1/+1
| | |
| | * [rfs-stage31] Fix resolving, set hostnameSimon Rettberg2014-01-294-11/+34
| | |
| * | [server/configs] new module for ubuntu 13.10: fixes the unity panel notJonathan Bauer2014-01-291-0/+3
| |/ | | | | | | | | starting. Activate this in your server/configs/<yourconfig>! Not activated by default for now ...
| * [pam] Compatibility for openSuse 13.1Christian Rößler2014-01-292-3/+64
| |
| * [rfs-stage31] udhcpc in stage 3.1 to get DNS servers etc. earlySimon Rettberg2014-01-287-72/+156
| | | | | | | | TODO: Patch udhcpc to support searchdomain option (119)
| * [systemd] removed systemd-tmpfiles-cleaner stuff which was messing withJonathan Bauer2014-01-281-0/+2
| | | | | | | | our addons saved under /tmp
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-271-2/+3
| |\
| * | [export_target] minor improvement to help message when '/export/build'Jonathan Bauer2014-01-271-1/+1
| | | | | | | | | | | | wasn't exported on the remote machine.
* | | Setzen des Windows-Namens beim Booten aus Laufwerk B:Dirk2014-02-211-0/+0
| |/ |/|
* | Trying to fix issue #646 (no Mic input) ...Dirk2014-01-251-2/+3
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-242-2/+5
|\
| * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-243-4/+6
| |\
| | * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-232-2/+2
| | |\
| | * | [smartctl] Create new temp file for each drive to prevent race conditionsSimon Rettberg2014-01-231-2/+4
| | | |
| * | | [pam] Define USER_UID in pam_auth scriptSimon Rettberg2014-01-241-0/+1
| |/ /
* | / [stage4] added /var/cache/fontconfig to the list of directories to copyJonathan Bauer2014-01-241-0/+3
| |/ |/| | | | | when building stage4
* | [pam] typo fix in WARNING.txtJonathan Bauer2014-01-231-1/+1
| |
* | [pam-freiburg] add .config/xfce4 to the list of directories beeingJonathan Bauer2014-01-231-1/+1
|/ | | | linked when a user's home is mounted
* [vmchooser] Don't wait for non-existent service "download-config.service", ↵Simon Rettberg2014-01-231-2/+2
| | | | don't check for existence of file used internally by udhcpc module
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-231-2/+2
|\
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-234-0/+18
| |\
| * | [packagemanager.inc] add 'etc/init.d' to blacklist for package listingJonathan Bauer2014-01-231-2/+2
| | | | | | | | | | | | funciton
* | | <dhcp> Add Targets network-dns and network-gatewaySimon Rettberg2014-01-233-16/+32
| |/ |/| | | | | | | | | | | | | | | These trigger if a dns server / default route has been configured via DHCP. This would probably only be interesting for dual homed clients (which we currently do not have in production), since the boot interface (br0) might not be the one we access the outside world with. In cases where you only have one nic, it will be enough to wait for the network target if you need full network/internet/resolving.
* | [vmware] run-virt.include: +windows8, windows8-64. Values same as windows7(-64).Christian Rößler2014-01-231-0/+10
| |
* | Refine stage 4 blacklist: No backups, no shadow- group- and passwd-Simon Rettberg2014-01-232-0/+8
| |
* | [vmchooser] Update resolution toolSimon Rettberg2014-01-231-0/+0
|/
* Revert "[pam] fix?"Jonathan Bauer2014-01-231-0/+1
| | | | This reverts commit 3cfec36e18e05291077fcd3084169de3b989a529.
* [pam] fix?Jonathan Bauer2014-01-231-1/+0Star
|
* [pam/pam-freiburg] moved symlinks to pam scripts from pam-freiburg toJonathan Bauer2014-01-233-2/+0Star
| | | | generic pam module
* [pam] moved pam_script_auth to generic pam moduleJonathan Bauer2014-01-231-0/+0
|
* [pam] added cifs support to pam module. This is ugly. TODO: split pamJonathan Bauer2014-01-231-0/+3
| | | | modul in sub-modules for ncp, cifs, etc...
* [pam-freiburg] fix wrong pam configJonathan Bauer2014-01-221-1/+1
|
* [pam] changes: prepare home directory struct in pam-auth and notJonathan Bauer2014-01-224-59/+68
| | | | session.