summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data
Commit message (Collapse)AuthorAgeFilesLines
* fix wrong shell used in a few scriptsJonathan Bauer2014-06-104-4/+4
|
* Minor cleanup.Dirk2014-06-081-3/+15
|
* [resolv.conf] dont save it to run, since it will be lost when systemd ↵Jonathan Bauer2014-06-041-1/+1
| | | | re-mounts it
* Make resolv.conf a symlink to /run/network/resolv.conf (where we generate ↵Simon Rettberg2014-05-202-1/+2
| | | | ours from now on), in case someone wants to override the resolv.conf via config.tgz
* Improve ld cache handling a bitSimon Rettberg2014-04-251-1/+4
|
* [rfs-stage32] Fix logic in setup slx addons: Only check for empty addon list ↵Simon Rettberg2014-04-011-1/+1
| | | | if called with no arguments
* [rfs-stage32] stage4 target requires stage4 mount (not just wants)Simon Rettberg2014-04-011-1/+1
|
* [rfs-stage32] Depend on tmp.target, not the service that will reach that targetSimon Rettberg2014-04-011-1/+2
|
* [rootfs-stage32] /var/log/openslx in tmpfiles.dJonathan Bauer2014-03-251-0/+1
| | | | do not mkdir in build script, but with systemd's tmpfiles mechanism
* Tweaked fbsplash to survive switch_root, kill it before spawning getty or kdmSimon Rettberg2014-02-263-23/+0Star
|
* Restart splash screen in stage32 (if booting with splashscreen enabled)Simon Rettberg2014-02-252-0/+12
|
* [rfs-stage32] setup-partitions: Remove old Wait 3 seconds" hackSimon Rettberg2014-02-241-0/+1
|
* Integrate prop nvidia drivers into systemSimon Rettberg2014-02-247-1/+26
| | | | | | | | 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.
* [rfs-stage32] setup-slx-addons: Fix slxlog call when aufs fails, add -o ro ↵Simon Rettberg2014-02-241-3/+3
| | | | to sqfs mount
* [rfs-stage32] setup_partitons: Remove sleep 3 hack when waiting for partitionsSimon Rettberg2014-02-241-11/+0Star
|
* [rfs-stage32] Don't check if addon is listen in SLX_ADDONS, just try to load itSimon Rettberg2014-02-241-4/+0Star
|
* [rfs-stage32] Make sure addons are inserted into the aufs stack before ↵Simon Rettberg2014-02-141-1/+1
| | | | stage4, so they can override files
* [50-mltk-blacklist]: Commentary to blacklisted modulesChristian Rößler2014-02-071-0/+4
|
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-052-2/+2
| | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
* [rfs-s32] blacklist snd-pcsp and meiJonathan Bauer2014-02-051-1/+2
|
* [rfs-s32] fix early-network-trigger service to stay after exitJonathan Bauer2014-02-031-0/+1
|
* [rfs-s32] blacklist 'pcspkr' to remove the annoying 'alreadyJonathan Bauer2014-02-031-0/+1
| | | | registered' error when booting
* [rfs-stage32] Fix stage4.target triggering/orderingSimon Rettberg2014-01-313-5/+5
|
* [rfs-stage32] Add output to early-network-triggersSimon Rettberg2014-01-301-0/+3
|
* [rfs] moved /etc/functions.inc to /inc/functionsJonathan Bauer2014-01-301-1/+1
| | | | since we have that include directory :)
* <stage32> Trigger network target as soon as possible if network/dhcp has ↵Simon Rettberg2014-01-296-6/+9
| | | | 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
* [rfs-stage32] Speed up mounting tmp-partition and setting up zram swapSimon Rettberg2014-01-294-25/+74
|
* <dhcp> Add Targets network-dns and network-gatewaySimon Rettberg2014-01-232-0/+7
| | | | | | | | | 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.
* [rfs-stage32] Append stage4 at the end of the aufs stack again and just copy ↵Simon Rettberg2014-01-201-1/+4
| | | | the ld-config after mounting
* [stage4] renamed nfs-mount to mount-stage4. Added new 'stage4.target'.Jonathan Bauer2014-01-164-10/+18
|
* Move udhcpc stuff to its own module. Was spread across systemd and ↵Simon Rettberg2014-01-152-201/+0Star
| | | | rootfs-stage32
* [smartctl] Also parse health status reported by driveSimon Rettberg2014-01-101-6/+15
|
* Rework session handling wrt home directory mounting and persistence again. ↵Simon Rettberg2013-12-201-1/+1
| | | | Don't try to force a user's home to /home/<username> anymore.
* [rfs-stage32] Clean up /etc/profileSimon Rettberg2013-12-201-41/+38Star
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-12-181-9/+9
|\
| * [rfs-stage32] Rename variables. SLX_ is reserved for /opt/openslx/configSimon Rettberg2013-12-171-9/+9
| |
* | [rfs-stage32] More verbose error message if udhcpc failsSimon Rettberg2013-12-181-2/+2
|/
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-12-051-0/+4
|\
| * [rootfs.stage32] data/etc/profile: Now sourcing profile.localChristian Rößler2013-12-051-0/+4
| |
* | [rfs-stage32] Fix zram swap creation for > 32 CPUsSimon Rettberg2013-12-051-0/+1
|/ | | | zram can only handle 32 devices, so the script broke with 40 cpu cores
* ...ash compatibility...Simon Rettberg2013-12-021-2/+2
|
* Checked and changed the shebang of some more scripts. As we want to use ash ↵Simon Rettberg2013-12-023-4/+6
| | | | in out own scripts whenever possible, only use bash where the scripts require a certain bash feature. Also add a comment right below the bash shebang that says we're not accidentally using bash here, but for a reason.
* [rfs-stage32] Add /bin/ash link to busybox-ashSimon Rettberg2013-11-291-0/+1
|
* [rfs-stage32] Changed sh symlink to /bin/bashSimon Rettberg2013-11-291-1/+1
|
* [rfs-stage32] make rid of stage4 configurableSimon Rettberg2013-11-281-10/+14
|