summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31
Commit message (Collapse)AuthorAgeFilesLines
...
* [rfs-stage31] If BIOS clock is local and NTP failed, read clock againSimon Rettberg2018-05-041-0/+4
| | | | | Linux assumes RTC is UTC when booting up. In case the SLX config says to use localtime, read the hwclock again to get the right offset.
* [rfs-stage31] OrderingSimon Rettberg2018-05-041-1/+2
|
* [rfs-stage31] Fix race when syncing time, more network setup tweaksSimon Rettberg2018-05-043-2/+12
|
* [rfs-stage31] Don't try to source config before downloading it...Simon Rettberg2018-05-031-1/+5
|
* [rfs-stage31] Bring br0 up even if we don't have an IP yetSimon Rettberg2018-05-031-1/+1
|
* [rfs-stage31] Force loading acpi_ipmi for nvidia, doesn't handle ↵Simon Rettberg2018-04-181-1/+1
| | | | dependencies on its own
* [rfs-stage31] Add ipmi modules, required by nvidia driverSimon Rettberg2018-04-181-0/+2
|
* [rfs-s31] add new debug level before loading kmodsJonathan Bauer2018-01-291-0/+2
|
* [rfs-stage31] Fix NBSP -> SpaceSimon Rettberg2018-01-291-2/+2
|
* [vmware12/rfs-stage31] Fix jumbo frame support (get config first, then read ↵Simon Rettberg2017-12-212-1/+6
| | | | value)
* [rfs-stage31/vmware] Support jumbo frames via SLX_JUMBO_FRAMESSimon Rettberg2017-12-201-0/+1
|
* [rfs-s31] add support for amdgpu/radeon in kclJonathan Bauer2017-12-073-4/+13
|
* [rfs-stage31] Add modprobe config for amdgpuJonathan Bauer2017-12-061-0/+2
|
* [rfs-stage31] Whitelist two more nvidia cardsSimon Rettberg2017-12-061-1/+6
| | | | | 10de-13bb: nvidia Quadro K620 10de-1381: nvidia GeForce GTX 750
* ganz klasseSimon Rettberg2017-11-271-1/+0Star
|
* [rfs-stage31] Honor NTP servers returned by DHCP for timesync; fallback to ↵Simon Rettberg2017-11-274-15/+46
| | | | $SLX_NOW
* [rfs-stage31] Set up bridges for all NICs foundSimon Rettberg2017-11-241-0/+11
|
* [rfs-stage31,safe-mode] Move exam mode patching from stage31 to safe-mode scriptSimon Rettberg2017-11-151-42/+3Star
|
* [rfs-stage31] Increase /tmp size to 50MBSimon Rettberg2017-10-271-1/+1
|
* [rfs-stage31/dhcp] "Fix" DHCP setup logicSimon Rettberg2017-10-274-7/+28
| | | | Like this can ever be fixed...
* [rfs-stage31] Try harder to change default target, /etc seems to be ignoredSimon Rettberg2017-07-121-2/+4
|
* [rfs-stage31] Handle SLX_SYSTEMD_TARGET and SLX_NO_CONFIG_TGZSimon Rettberg2017-07-121-3/+20
|
* [init, etc] Pass system-uuid when fetching config & config.tgzSimon Rettberg2017-07-122-8/+19
| | | | | Also save the system-uuid for later use in stage32+, which changed locations from /run to /etc - modules got updated accordingly
* [rfs-stage31] init: Create /tmp early, unmount before switchrootSimon Rettberg2017-07-121-6/+8
| | | | | | Before we unmounted a little early, also don't unmount /proc, /sys and /dev, as they will be moved by switch_root, might save some time as we don't have to mount them again later.
* [rfs-stage31] Whitelist 10de:13ba for nvidia driversSimon Rettberg2017-05-091-0/+2
| | | | Closes #3102
* [rfs-stage32] Require gawkSimon Rettberg2017-05-081-13/+15
|
* [rfs-stage31] Detect kernel<->initramfs mismatchSimon Rettberg2017-04-251-0/+33
|
* [rfs-stage31] Autostart lecture handlingSimon Rettberg2017-04-252-10/+10
| | | | Refs #3070
* [rfs-stage31] Use current drm.cfg from old tm-scriptsSimon Rettberg2017-03-131-1/+11
|
* [rfs-stage31] Make bwLehrpool logo black in exam modeSimon Rettberg2017-03-031-0/+2
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-286-0/+6
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [rootfs-stage31] Actually include amdgpu drivers instead of just building themSimon Rettberg2017-02-201-1/+3
|
* [rootfs-stage31] Don't open debug shell if we're booting with splash screenSimon Rettberg2017-02-092-4/+20
| | | | | This probably means the end user booted the system, so we don't want them to have a way to open a root shell...
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-235-15/+40
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-2521-0/+1134