summaryrefslogtreecommitdiffstats
path: root/core/rootfs
Commit message (Collapse)AuthorAgeFilesLines
* [disk-partitions] Don't wait for udev if we have disks from stage 3Simon Rettberg2024-01-301-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 existSimon Rettberg2024-01-041-1/+1
|
* [rootfs-stage32] Remove unused bariableSimon Rettberg2024-01-031-3/+0Star
|
* [bwlp-stage4-tweaks] Move common files from rfs-stage32 to own moduleSimon Rettberg2022-12-154-72/+0Star
| | | | ... so we get them in the MaxiLinux stage4 builds too.
* [rootfs-stage32] Add steal_x helper to access running XSimon Rettberg2022-10-131-0/+4
|
* [rootfs-stage32] Add mountpoint polyfill for minilinuxSimon Rettberg2022-10-061-0/+3
|
* [rootfs-stage32] Kill any already running ldconfig before starting oneSimon Rettberg2022-09-131-0/+1
|
* [rootfs-stage31] Relax kernel mismatch checkSimon Rettberg2022-09-091-10/+16
|
* [rfs-stage32] Make sure we mount tmp before tmpfiles-setupSimon Rettberg2022-07-111-1/+1
|
* [rootfs-stage31] Workaround buggy e1000e versionsSimon Rettberg2022-07-111-0/+4
|
* /var/run -> /runSimon Rettberg2021-11-121-1/+1
|
* [rootfs-stage32] Run addon-init in parallel to ldconfigSimon Rettberg2021-10-291-3/+8
|
* [rootfs-stage32] /etc/profile: Only source bashrc on bashSimon Rettberg2021-10-291-20/+23
|
* Implement blocking network.target and network-online.targetSimon Rettberg2021-08-115-55/+0Star
| | | | | | | | | | 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 againSimon Rettberg2021-07-271-7/+4Star
|
* [systemd] Drop /usr prefixSimon Rettberg2021-07-231-0/+1
|
* [disk-partitions] New module, modularize partition setupSimon Rettberg2021-07-228-416/+4Star
|
* [rootfs-stage32] use slx-tools in setup_partitionsJonathan Bauer2021-07-121-33/+6Star
|
* Remove COPYLIST boilerplate from every module; move to setup_targetSimon Rettberg2021-07-122-10/+3Star
|
* [zram-swap] move zram-swap to its own moduleJonathan Bauer2021-07-093-126/+0Star
|
* [rootfs-kernel] kernel module/firmware installerJonathan Bauer2021-07-093-0/+33
|
* bwlp: add demo-user module and remove from rootfs-stage32Jonathan Bauer2021-07-091-3/+0Star
|
* [slxlog] Add moduleSimon Rettberg2021-07-092-104/+1Star
|
* [rootfs-stage32] Add more status output to setup-slx-addonSimon Rettberg2021-04-301-0/+3
|
* Change the mail address for feedback in file headersSteffen Ritter2021-04-293-3/+3
| | | | * old address will be disabled in the future
* [distro-logo] own module for distro logoJonathan Bauer2021-04-061-14/+0Star
|
* [rootfs-stage32] Add missing config includeSimon Rettberg2020-12-091-0/+2
|
* [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
|
* [rfs-stage32/vmware*] Change vmware version namingSimon Rettberg2020-10-141-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 implementationSimon Rettberg2020-10-135-45/+49
| | | | Adds icons, triggers their display at appropriate times.
* [systemd-default-path] new module to set our PATHJonathan Bauer2020-09-281-2/+0Star
|
* [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
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-231-2/+0Star
| | | | | | 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 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-032-3/+11
|
* [rfs-stage31] Fix hostname lookup for newer busybox nslookupSimon Rettberg2020-08-031-2/+2
|
* Add support for Ubuntu 20.04 (TODO: systemd)Simon Rettberg2020-08-033-4/+22
|
* [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-stage32] Fix ubuntu configSimon Rettberg2020-06-231-1/+1
|
* [rootfs-stage31] Un-quiet init/systemd if splash failsSimon Rettberg2020-06-221-3/+12
|
* Debian!Simon Rettberg2020-05-193-11/+12
|
* [rfs-stage31] Don't check for misc kernel module folderSimon Rettberg2020-05-191-1/+1
| | | | Might be compiled-in