Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big round of cleanup | Simon Rettberg | 2024-05-23 | 2 | -5/+3 |
| | | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts | ||||
* | [disk-partitions] Don't wait for udev if we have disks from stage 3 | Simon Rettberg | 2024-01-30 | 1 | -0/+2 |
| | | | | | | | | When running the new dracut-init approach, we already loaded all the disk controller modules and scanned the buses. No need to wait for udev settle etc. in stage 4 again. For the old (unused) stage3.1 + stage3.2 approach, add a service droplet that keeps the old order. | ||||
* | [rootfs-stage31] Fix comment to not look like a config var that doesn't exist | Simon Rettberg | 2024-01-04 | 1 | -1/+1 |
| | |||||
* | [rootfs-stage32] Remove unused bariable | Simon Rettberg | 2024-01-03 | 1 | -3/+0 |
| | |||||
* | [bwlp-stage4-tweaks] Move common files from rfs-stage32 to own module | Simon Rettberg | 2022-12-15 | 4 | -72/+0 |
| | | | | ... so we get them in the MaxiLinux stage4 builds too. | ||||
* | [rootfs-stage32] Add steal_x helper to access running X | Simon Rettberg | 2022-10-13 | 1 | -0/+4 |
| | |||||
* | [rootfs-stage32] Add mountpoint polyfill for minilinux | Simon Rettberg | 2022-10-06 | 1 | -0/+3 |
| | |||||
* | [rootfs-stage32] Kill any already running ldconfig before starting one | Simon Rettberg | 2022-09-13 | 1 | -0/+1 |
| | |||||
* | [rootfs-stage31] Relax kernel mismatch check | Simon Rettberg | 2022-09-09 | 1 | -10/+16 |
| | |||||
* | [rfs-stage32] Make sure we mount tmp before tmpfiles-setup | Simon Rettberg | 2022-07-11 | 1 | -1/+1 |
| | |||||
* | [rootfs-stage31] Workaround buggy e1000e versions | Simon Rettberg | 2022-07-11 | 1 | -0/+4 |
| | |||||
* | /var/run -> /run | Simon Rettberg | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | [rootfs-stage32] Run addon-init in parallel to ldconfig | Simon Rettberg | 2021-10-29 | 1 | -3/+8 |
| | |||||
* | [rootfs-stage32] /etc/profile: Only source bashrc on bash | Simon Rettberg | 2021-10-29 | 1 | -20/+23 |
| | |||||
* | Implement blocking network.target and network-online.target | Simon Rettberg | 2021-08-11 | 5 | -55/+0 |
| | | | | | | | | | | Add two services that will delay reaching the according targets, until conditions we consider reasonable are reached. For network.target that is finishing DHCP for the primary interface, for network-online.target we want to see a default gateway or a proxy server configured. Both have a timeout of about 10 seconds for now; this might be increased later on, if necessary. | ||||
* | useradd.inc: Rewrite helper once again | Simon Rettberg | 2021-07-27 | 1 | -7/+4 |
| | |||||
* | [systemd] Drop /usr prefix | Simon Rettberg | 2021-07-23 | 1 | -0/+1 |
| | |||||
* | [disk-partitions] New module, modularize partition setup | Simon Rettberg | 2021-07-22 | 8 | -416/+4 |
| | |||||
* | [rootfs-stage32] use slx-tools in setup_partitions | Jonathan Bauer | 2021-07-12 | 1 | -33/+6 |
| | |||||
* | Remove COPYLIST boilerplate from every module; move to setup_target | Simon Rettberg | 2021-07-12 | 2 | -10/+3 |
| | |||||
* | [zram-swap] move zram-swap to its own module | Jonathan Bauer | 2021-07-09 | 3 | -126/+0 |
| | |||||
* | [rootfs-kernel] kernel module/firmware installer | Jonathan Bauer | 2021-07-09 | 3 | -0/+33 |
| | |||||
* | bwlp: add demo-user module and remove from rootfs-stage32 | Jonathan Bauer | 2021-07-09 | 1 | -3/+0 |
| | |||||
* | [slxlog] Add module | Simon Rettberg | 2021-07-09 | 2 | -104/+1 |
| | |||||
* | [rootfs-stage32] Add more status output to setup-slx-addon | Simon Rettberg | 2021-04-30 | 1 | -0/+3 |
| | |||||
* | Change the mail address for feedback in file headers | Steffen Ritter | 2021-04-29 | 3 | -3/+3 |
| | | | | * old address will be disabled in the future | ||||
* | [distro-logo] own module for distro logo | Jonathan Bauer | 2021-04-06 | 1 | -14/+0 |
| | |||||
* | [rootfs-stage32] Add missing config include | Simon Rettberg | 2020-12-09 | 1 | -0/+2 |
| | |||||
* | [rootfs-stage31] Move SSL hook to pre-switchroot | Simon Rettberg | 2020-12-08 | 1 | -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 mechanism | Simon Rettberg | 2020-12-07 | 2 | -1/+12 |
| | | | | TODO: Move bwlp-specific code to init-bwlp and use hooks. | ||||
* | [rootfs-stage31] Remove unused stage4 code | Simon Rettberg | 2020-12-04 | 1 | -68/+0 |
| | |||||
* | [rfs-stage32/vmware*] Change vmware version naming | Simon Rettberg | 2020-10-14 | 1 | -5/+9 |
| | | | | | | | | | | Hard-coding the version check to VMware 12 and 15 isn't great for future updates -- i.e. now, that VMware 16 is released. Instead make the version check script return "new" or "legacy", and rename the targets: vmware12 -> vmware-legacy vmware15 -> vmware The addon downloading/setup should then act upon this accordingly. | ||||
* | [splashtool] Finish first working implementation | Simon Rettberg | 2020-10-13 | 5 | -45/+49 |
| | | | | Adds icons, triggers their display at appropriate times. | ||||
* | [systemd-default-path] new module to set our PATH | Jonathan Bauer | 2020-09-28 | 1 | -2/+0 |
| | |||||
* | [rootfs-stage31] Remove useless nvidiafb | Simon Rettberg | 2020-09-24 | 1 | -1/+0 |
| | | | | | | - Can't coexist with proprietary nvidia drivers - Crashes some cards (GT710) - Does nothing on others | ||||
* | [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.d | Simon Rettberg | 2020-09-23 | 1 | -2/+0 |
| | | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier. | ||||
* | [rootfs-stage31] fix awk regex for fbsplash | Jonathan Bauer | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | [rootfs-stage31] Workaround for busybox tar | Simon Rettberg | 2020-08-07 | 1 | -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 math | Jonathan Bauer | 2020-08-06 | 1 | -2/+2 |
| | |||||
* | [rootfs-stage31] busybox timeout doesn't know -t | Simon Rettberg | 2020-08-05 | 1 | -2/+2 |
| | |||||
* | [rfs-stage31] Add realtek.ko, nvidiafb.ko | Simon Rettberg | 2020-08-04 | 1 | -1/+4 |
| | |||||
* | [systemd-distro] Get this module into working state, switch | Simon Rettberg | 2020-08-03 | 2 | -3/+11 |
| | |||||
* | [rfs-stage31] Fix hostname lookup for newer busybox nslookup | Simon Rettberg | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | Add support for Ubuntu 20.04 (TODO: systemd) | Simon Rettberg | 2020-08-03 | 3 | -4/+22 |
| | |||||
* | [rootfs-stage31] actually write fbsplash.cfg | Jonathan Bauer | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | [busybox] update to 1.32.0 | Jonathan Bauer | 2020-07-31 | 1 | -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 DHCP | Simon Rettberg | 2020-07-08 | 6 | -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-stage32] Fix ubuntu config | Simon Rettberg | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | [rootfs-stage31] Un-quiet init/systemd if splash fails | Simon Rettberg | 2020-06-22 | 1 | -3/+12 |
| | |||||
* | Debian! | Simon Rettberg | 2020-05-19 | 3 | -11/+12 |
| |