summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31/data/init
Commit message (Collapse)AuthorAgeFilesLines
* [rootfs-stage31] Relax kernel mismatch checkSimon Rettberg2022-09-091-10/+16
|
* /var/run -> /runSimon Rettberg2021-11-121-1/+1
|
* [systemd] Drop /usr prefixSimon Rettberg2021-07-231-0/+1
|
* Change the mail address for feedback in file headersSteffen Ritter2021-04-291-1/+1
| | | | * old address will be disabled in the future
* [rootfs-stage31] Move SSL hook to pre-switchrootSimon Rettberg2020-12-081-0/+2
| | | | | | After downloading config.tgz, the stage32 / stage4 isn't necessarily visible in $FUTURE_ROOT yet, so move our certificate juggle to a later point in time.
* [splashtool] Finish first working implementationSimon Rettberg2020-10-131-40/+20Star
| | | | Adds icons, triggers their display at appropriate times.
* [rootfs-stage31] fix awk regex for fbsplashJonathan Bauer2020-08-121-1/+1
|
* [rootfs-stage31] fix mathJonathan Bauer2020-08-061-2/+2
|
* [systemd-distro] Get this module into working state, switchSimon Rettberg2020-08-031-3/+9
|
* [rootfs-stage31] actually write fbsplash.cfgJonathan Bauer2020-08-031-1/+1
|
* [busybox] update to 1.32.0Jonathan Bauer2020-07-311-10/+33
| | | | | | | TODO: * fix rtcwake patch, currently not applied in module.build * refine fbsplash.cfg sanity checks when determining sizes of screen/image
* [init/kexec/] More advanced network setup via KCL, could skip DHCPSimon Rettberg2020-07-081-0/+1
| | | | | | | | | | | | | | | | If enough information if provided via KCL, we can skip the initial DHCP request in stage 3.1. Currently we require IP address, subnet mask and DNS server to skip DHCP. If we extend the boot server to supply a fallback/default DNS server, we could even do without DNS which would work in almost all cases. kexec-reboot has been extended to make use of this feature, but can be extended even more to provide up to date values from the current system configuration. Currently, some of the values it provides to the new kernel will be cached values from stage 3.1. kexec-reboot also honors the ipxe menu id from the KCL if given, to properly download the matching menu entry, which will take updates to the entry into account (e.g. changed URLs to kernel/init).
* [rootfs-stage31] Un-quiet init/systemd if splash failsSimon Rettberg2020-06-221-3/+12
|
* [rfs-stage31] Don't check for misc kernel module folderSimon Rettberg2020-05-191-1/+1
| | | | Might be compiled-in
* [rootfs-stage31] Silence messages from initial hotplug triggerSimon Rettberg2019-06-251-4/+4
|
* [rootfs-stage31] Move /dev to future rootSimon Rettberg2019-06-181-0/+2
|
* [rootfs-stage31] Scan pci device tree recursivelyv23Simon Rettberg2019-04-161-3/+6
|
* [rfs-stage31] Add hotplug handler for loading kernel modulesSimon Rettberg2019-04-111-0/+4
| | | | | This will only handle PCI devices for now, everything else should not be required for stage31.
* [rfs-stage31] Write haveged pidfile to /tmpSimon Rettberg2018-10-051-1/+1
| | | | | | | haveged by default tries to write its pid file to /var/run, which wo don't have, so instead of complaining or just starting up without pid file, it would die. We don't want it to die. It should die on switchroot.
* [haveged] New module; used in stage31 to fill random poolSimon Rettberg2018-10-051-0/+2
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-7/+10
|
* [rfs-stage31] Fix race when syncing time, more network setup tweaksSimon Rettberg2018-05-041-0/+3
|
* [rfs-s31] add new debug level before loading kmodsJonathan Bauer2018-01-291-0/+2
|
* [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-271-3/+15
| | | | Like this can ever be fixed...
* [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-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-251-4/+10
| | | | Refs #3070
* [rfs-stage31] Make bwLehrpool logo black in exam modeSimon Rettberg2017-03-031-0/+2
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-0/+4
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-251-0/+166