summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
Commit message (Collapse)AuthorAgeFilesLines
* [systemd] Init tty to look prettierSimon Rettberg2015-10-092-1/+24
|
* [systemd, sssd] Patches for openSuse 13.2Christian Rößler2015-03-231-0/+4
|
* [systemd] force reset on the tty before it is spawnedJonathan Bauer2015-02-041-1/+2
|
* new 'stage32-headless' target. Started centos support. WIPJonathan Bauer2014-07-171-0/+11
| | | | Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet.
* [pam] reworked how we determine path to PAM-modulesroot2014-07-172-11/+22
| | | | detect the path in remote/helper/paths.inc and use that global path in the build scripts
* [systemd] remove old scientific linux specific build scriptsJonathan Bauer2014-07-112-189/+0Star
|
* "Fedora Support", step 1 ->Simon Rettberg2014-07-043-2/+11
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* don't split busybox applets in /usr.Jonathan Bauer2014-07-012-3/+3
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* [systemd] xattr patch needed in ubuntu 14.04Jonathan Bauer2014-04-151-0/+1
|
* [systemd] revert to version 204 for ubuntu 14.xJonathan Bauer2014-04-151-3/+2Star
|
* [systemd] fix debug shellJonathan Bauer2014-04-151-1/+1
|
* [systemd] little fixJonathan Bauer2014-04-151-0/+1
|
* [systemd] added TODO for environment in systemd212Jonathan Bauer2014-04-151-0/+4
|
* minor - indent fixJonathan Bauer2014-04-151-12/+11Star
|
* [qt] update build scripts to always activate qt4Jonathan Bauer2014-04-151-14/+11Star
|
* [systemd] remove 'systemd-timestamp' from binary listJonathan Bauer2014-04-141-0/+53
|
* [systemd] fixes for the patch apply logic...Jonathan Bauer2014-04-141-5/+8
|
* [systemd] forgot '-i' for sedJonathan Bauer2014-04-141-1/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-04-141-1/+4
|\
| * [systemd] git REQUIRED_URL and REQUIRED_KMOD_URL added to U14.04-confChristian Rößler2014-04-141-1/+4
| | | | | | | | REQUIRED_LIBKMOD_URL
* | [systemd] apply openslx patch only in systemd<212Jonathan Bauer2014-04-141-16/+21
|/ | | | | for systemd 212 we use an alternative way using the option "set-environment" of systemctl. Corresponding services are in the static data folder
* [systemd] use systemd 212 (only for ubuntu 14 for now)Jonathan Bauer2014-04-141-0/+2
|
* [systemd] patch src/core/socket.c for ubuntu 14Jonathan Bauer2014-04-142-1/+12
|
* lets try to make it work for Ubuntu 14.x before forcing subversionJonathan Bauer2014-04-141-0/+1
|
* [ubuntu 14.04] WIP: update kdm and systemd conf'sJonathan Bauer2014-04-111-0/+13
|
* woopsie, the return ;)Jonathan Bauer2014-03-258-400/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-258-0/+400
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* Tweaked fbsplash to survive switch_root, kill it before spawning getty or kdmSimon Rettberg2014-02-261-3/+3
|
* [systemd] Add remote-fs.targetSimon Rettberg2014-02-031-0/+3
|
* [systemd] udev settle "fix"Simon Rettberg2014-02-031-0/+6
|
* [systemd] Clean up build fileSimon Rettberg2014-01-301-20/+2Star
|
* [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-294-18/+9Star
| | | | been done in stage31
* [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".
* [systemd] removed systemd-tmpfiles-cleaner stuff which was messing withJonathan Bauer2014-01-281-0/+2
| | | | our addons saved under /tmp
* Move udhcpc stuff to its own module. Was spread across systemd and ↵Simon Rettberg2014-01-152-14/+0Star
| | | | rootfs-stage32
* <system startup> rework dhcp request: try to get an address (and ↵Simon Rettberg2014-01-134-3/+6
| | | | dns/hostname earlier)
* [systemd] update udev rule for systemd: only start dhcp on br0Jonathan Bauer2014-01-131-2/+2
|
* [systemd] Comment about the environment patchingSimon Rettberg2013-12-221-2/+5
|
* [systemd] Add patch that doesn't clear HOME and USER environment variable to ↵Simon Rettberg2013-12-192-4/+31
| | | | avoid a deadlock in libc/nss/nss_ldap/openssl/libpkcs11
* [systemd] Add udev rule that sets the uaccess tag on floppy drivesSimon Rettberg2013-12-072-76/+8Star
|
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-291-1/+1
|
* [systemd] Env variables added for kmod compiling/linking when no kmod in system.Christian Rößler2013-11-291-1/+4
| | | | | Variable setting unelegant, should be bettered by using mltk-intern vars for determining OS/system.
* [systemd] english plxJonathan Bauer2013-11-281-1/+1
|
* [systemd] systemd.build: Corrected pkg_config-Path to own kmodChristian Rößler2013-11-211-3/+3
|
* [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.
* [systemd] Providing links in to systemctl/systemd (halt, init, poweroff, reboot,Christian Rößler2013-09-307-0/+7
| | | | runlevel, shutdown, telinit)
* [stage32] Some work on system startup regarding systemd dependencies - still ↵Simon Rettberg2013-09-302-2/+14
| | | | somewhat messy, but already way more restricted and predictable than before when it comes to ordering
* [systemd] Add udev-acl rules (compatibility with CK)Simon Rettberg2013-09-301-0/+76
|