summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31
Commit message (Collapse)AuthorAgeFilesLines
* [rootfs-stage31] Workaround buggy e1000e versionsSimon Rettberg2022-07-111-0/+4
|
* /var/run -> /runSimon Rettberg2021-11-121-1/+1
|
* [systemd] Drop /usr prefixSimon Rettberg2021-07-231-0/+1
|
* Remove COPYLIST boilerplate from every module; move to setup_targetSimon Rettberg2021-07-121-2/+2
|
* 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.
* [rootfs-stage31] Add hook mechanismSimon Rettberg2020-12-072-1/+12
| | | | TODO: Move bwlp-specific code to init-bwlp and use hooks.
* [rootfs-stage31] Remove unused stage4 codeSimon Rettberg2020-12-041-68/+0Star
|
* [splashtool] Finish first working implementationSimon Rettberg2020-10-133-41/+36Star
| | | | Adds icons, triggers their display at appropriate times.
* [rootfs-stage31] Remove useless nvidiafbSimon Rettberg2020-09-241-1/+0Star
| | | | | | - Can't coexist with proprietary nvidia drivers - Crashes some cards (GT710) - Does nothing on others
* [rootfs-stage31] fix awk regex for fbsplashJonathan Bauer2020-08-121-1/+1
|
* [rootfs-stage31] Workaround for busybox tarSimon Rettberg2020-08-071-1/+9
| | | | | | | Busybox tar (newer versions, tested 1.31.1) print an error and exit 1 if two identical symlinks exist in the archive. This works with GNU tar and older versions of busybox. As busybox tar only prints an error but keeps extracting the remaining files, consider this error a success.
* [rootfs-stage31] fix mathJonathan Bauer2020-08-061-2/+2
|
* [rootfs-stage31] busybox timeout doesn't know -tSimon Rettberg2020-08-051-2/+2
|
* [rfs-stage31] Add realtek.ko, nvidiafb.koSimon Rettberg2020-08-041-1/+4
|
* [systemd-distro] Get this module into working state, switchSimon Rettberg2020-08-031-3/+9
|
* [rfs-stage31] Fix hostname lookup for newer busybox nslookupSimon Rettberg2020-08-031-2/+2
|
* [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-086-46/+80
| | | | | | | | | | | | | | | | 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] Actually request hostname via DHCP...Simon Rettberg2019-11-263-5/+11
|
* [rootfs-stage31] Add more brain damage to setup_network_retrySimon Rettberg2019-09-101-2/+2
| | | | ... in a desperate attempt to get stubborn NICs to work ...
* [rootfs-stage31] More brain damage trying to get stubborn NICs to workSimon Rettberg2019-09-102-10/+34
|
* [rootfs-stage31] wait_for_iface: Consider carrier state tooSimon Rettberg2019-09-031-7/+18
|
* [rootfs-stage31] Somehow fix arithmetic errorSimon Rettberg2019-09-031-2/+4
|
* [rootfs-stage31] Clean up network config, increase delay on retrySimon Rettberg2019-09-033-25/+33
|
* [rootfs-stage31] tarcopy: Ignore directoriesSimon Rettberg2019-07-111-1/+3
| | | | | | This prevents us from messing up directory permissions from tar files that were packed on windows or otherwise screwed up.
* [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
|
* [rfs-stage31] We don't have less, use more insteadSteffen Ritter2019-04-261-1/+1
|
* [rootfs-stage31] Scan pci device tree recursivelyv23Simon Rettberg2019-04-162-8/+14
|
* [rfs-stage31] Add firmware loader to hotplug scriptSimon Rettberg2019-04-111-0/+11
|
* [rfs-stage31] Add hotplug handler for loading kernel modulesSimon Rettberg2019-04-113-66/+19Star
| | | | | This will only handle PCI devices for now, everything else should not be required for stage31.
* [rootfs-stage31/dhcpc-busybox] Back to old DHCP behaviorSimon Rettberg2019-03-132-5/+11
| | | | | | Since the PXE spec abolished th practive of having the PXE ROM set the uid field of the DHCP request to the system's UUID, we also shouldn't be doing it. Make it a KCL option called dhcpuuid.
* [rfs-stage31] Double network setup timeout (operstate)Simon Rettberg2019-01-173-6/+6
|
* Kill REQUIRED_FIRMWARE; extract required firmware from modinfoSimon Rettberg2019-01-092-46/+22Star
|
* ADD FIRMWAREtqt:QW:QSimon Rettberg2018-11-201-0/+1
|
* [rfs-stage31] Add firmware for chelsio and mellanoxSimon Rettberg2018-11-201-0/+3
|
* [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-052-0/+3
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-7/+10
|
* [rfs31] grepmod: Suppress filename output with grepSimon Rettberg2018-09-121-1/+1
| | | | | | | Since we're globbing now, grep will print the file name on match. This will lead to us trying to load a nonsensical module, which is not fatal but triggers an annoying error message before actually loading the proper module.
* [rfs31/nvidia] Use drm.cfg.d machanismSimon Rettberg2018-09-125-58/+30Star
|
* [rfs-*] Use SMBIOS UUID as UID for DHCP requestsSimon Rettberg2018-07-181-1/+8
| | | | | | This is what the PXE rom does, so by using the same uid we make sure that we keep the same address in case the client is running in a dynamic address pool.
* [debug-report-bwlp] Include list of config.tgz filesSimon Rettberg2018-07-121-0/+2
|
* [rfs-stage31] Whitelist 10de:0ffe for nvidia driversSteffen Ritter2018-07-021-1/+3
|
* [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
|