summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-04-0110-12/+9Star
|\
| * [rootfs] forgot to rename rootfs-modulesJonathan Bauer2014-03-258-0/+0
| |
| * [rootfs-stage32] /var/log/openslx in tmpfiles.dJonathan Bauer2014-03-252-5/+1Star
| | | | | | | | do not mkdir in build script, but with systemd's tmpfiles mechanism
| * [rfs-s32] adapted to new kernel functionsJonathan Bauer2014-03-242-2/+2
| |
| * [rfs-s31] adapted to new kernel functionsJonathan Bauer2014-03-241-2/+2
| |
| * [rfs-s31] fix hostnameJonathan Bauer2014-03-061-2/+2
| |
| * [rootfs-stage31] fix hostnameJonathan Bauer2014-03-061-3/+4
| | | | | | | | | | write hostname not the fqdn in /etc/hosts Added localhost entry in hosts
* | [stage31] Support for KCL-switches nvidia and amd, which unconditionally ↵Simon Rettberg2014-04-012-5/+18
|/ | | | load proprietary gfx drivers for testing
* sdfoighsdihoiSimon Rettberg2014-02-261-2/+8
|
* [rfs-stage31] Update drm hint list: nvidia ion, some intel chip in Dell ↵Simon Rettberg2014-02-261-1/+1
| | | | Optiplex GX 620
* Tweaked fbsplash to survive switch_root, kill it before spawning getty or kdmSimon Rettberg2014-02-264-29/+1Star
|
* Restart splash screen in stage32 (if booting with splashscreen enabled)Simon Rettberg2014-02-253-0/+18
|
* [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.
* Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-02-241-1/+1
|\
| * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-02-249-51/+133
| |\
| * | [rfs-stage31] Fix prompt of drop_shell callSimon Rettberg2014-02-241-1/+1
| | |
* | | [rfs-stage31] Async fbsplashSimon Rettberg2014-02-241-1/+1
| |/ |/|
* | [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
| |
* | Support loading selected drm gfx drivers only, based on pci idsSimon Rettberg2014-02-197-33/+130
|/
* mltk now sources file "config" on startSimon Rettberg2014-02-171-1/+2
| | | | | | | | | | | | You can put pretty much anything there, but there are two main uses for now: Setting an http proxy: export http_proxy=1.2.3.4:8080 (wget will obey this env var) Setting a custom URL for fetching the distro logo: CFG_DISTLOGO_URL=http://somewhere/distlogo?distro= (Defaults to mltk-services.ruf.uni-freiburg.de/... if unset) Same could be done in openslx if it would be useful...
* [rfs-stage31] Don't fail when debug shell is requestedSimon Rettberg2014-02-171-1/+2
|
* [rfs-stage31] Some more tweaks to the never ending "setup network" storySimon Rettberg2014-02-174-5/+12
|
* Forgot to actually request domain search option (-O search)Simon Rettberg2014-02-161-1/+1
|
* [rfs-stage31] Also add domain search support to stage31 dhcpSimon Rettberg2014-02-151-1/+5
|
* [rfs-stage32] Make sure addons are inserted into the aufs stack before ↵Simon Rettberg2014-02-141-1/+1
| | | | stage4, so they can override files
* [rfs-stage31] Last benchmark event moved before umountSimon Rettberg2014-02-091-1/+3
|
* [rfs-stage31] Some benchmarking/profiling featuresSimon Rettberg2014-02-073-3/+25
|
* [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-s31] only remove config.tgz if debug is not setJonathan Bauer2014-02-051-1/+2
|
* [rfs-s32] blacklist snd-pcsp and meiJonathan Bauer2014-02-051-1/+2
|
* [rfs-s31] unset OLDPWD tooJonathan Bauer2014-02-041-1/+1
|
* [rfs_s31] fix printk levels.... for the last time?Jonathan Bauer2014-02-032-4/+4
|
* [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-s31] fix wrong printk output levelsJonathan Bauer2014-02-031-3/+3
|
* [rfs-s31] fix kernel printk lvl when splash is activeJonathan Bauer2014-02-031-1/+1
|
* [rfs-stage32] Fix stage4.target triggering/orderingSimon Rettberg2014-01-313-5/+5
|
* [rfs-s31] make sure IFACE in /run/network.conf is not empty :)Sebastian2014-01-302-5/+7
|
* [rfs-s31] add network fallback scriptSebastian2014-01-304-21/+61
|
* cleanup setup_network script; dalay (final) br0 setup until IFACESebastian2014-01-301-13/+22
| | | | linkstate is up
* [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
|