summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
...
| * [splash-openslx] A default splash screen. Needs to be added to stage31. See ↵Simon Rettberg2014-01-304-0/+20
| | | | | | | | readme on how to activate.
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-302-0/+87
| |\
| | * [busybox] Add patch for centering the image displayed with fbsplashSimon Rettberg2014-01-302-0/+87
| | |
| * | [rfs-s31] add '-x' switch to fbsplash call to center splash picJonathan Bauer2014-01-301-1/+1
| |/
| * [rfs-s31] forgot * to allow many whitespacesJonathan Bauer2014-01-301-1/+1
| |
| * [rfs-s31] suppress kernel output if splash NOT active ...Jonathan Bauer2014-01-301-2/+2
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-301-0/+1
| |\
| | * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2014-01-302-2/+23
| | |\
| | * | [iptables-helper] as required: stage32-opensuseChristian Rößler2014-01-301-0/+1
| | | |
| * | | [rfs-s31] dont grep all the time, set a variable at the startJonathan Bauer2014-01-302-26/+27
| | |/ | |/| | | | | | | NOTE: missing /etc/splash.ppm in git atm, til we make it fancy.
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-301-0/+3
| |\|
| | * [rfs-stage32] Add output to early-network-triggersSimon Rettberg2014-01-301-0/+3
| | |
| * | [rfs-s31] added fbsplash startup logic.Jonathan Bauer2014-01-302-2/+23
| |/ | | | | | | | | | | Use "vga=current splash quiet" to enjoy the fanciness of fbsplash! 'quiet' is optional but would make sense to use it too. Only absolutly required are 'vga=current splash'.
| * [kdm] remove deprecated deps of kdm.serviceJonathan Bauer2014-01-301-2/+1Star
| | | | | | | | [plymouth and activate-nss-ldap]
| * [rfs] moved /etc/functions.inc to /inc/functionsJonathan Bauer2014-01-303-3/+3
| | | | | | | | since we have that include directory :)
| * [rfs-s31] oopsJonathan Bauer2014-01-301-4/+0Star
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsSebastian2014-01-301-0/+4
| |\
| | * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-3022-81/+92
| | |\ | | | | | | | | | | | | | | | | Conflicts: remote/rootfs/rootfs-stage31/data/inc/udhcpc-trigger
| | * | [rfs-s31] append host info from dhcp instead of creating the fileJonathan Bauer2014-01-301-1/+1
| | | |
| * | | allow to change default export path; on remote via mltk -n name; on server viaSebastian2014-01-301-1/+2
| | | | | | | | | | | | | | | | export REMOTE_EXPORT_DIR=/export/name
| * | | add module for swiss keymaps/localsSebastian2014-01-3019-0/+2257
| | |/ | |/|
| * | [systemd] Clean up build fileSimon Rettberg2014-01-301-20/+2Star
| | |
| * | [rfs-stage31] Write DNS and hostname to /opt/openslx/configSimon Rettberg2014-01-303-25/+19Star
| | | | | | | | | | | | Also cleaned up and tweaked init a bit
| * | [systemd] Don't wait more than 3 seconds on udev settleSimon Rettberg2014-01-291-1/+1
| | |
| * | <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".
| * [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-296-6/+0Star
| |
| * [xorg] conf file for openSuse 13.1Christian Rößler2014-01-291-0/+95
| |
| * [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.
| * [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
| |
| * [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
* | 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 dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-242-3/+5
|\
| * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-231-1/+1
| |\
| | * [pam] typo fix in WARNING.txtJonathan Bauer2014-01-231-1/+1
| | |
| * | [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
|/
* [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
|\