summaryrefslogtreecommitdiffstats
path: root/core/modules/bwlp-stage4-tweaks
Commit message (Collapse)AuthorAgeFilesLines
* [bwlp-stage4-tweaks] +xSimon Rettberg2024-01-291-0/+0
|
* [bwlp-stage4-tweaks] Add service to grow rootfs to blockdev sizeSimon Rettberg2024-01-293-0/+63
| | | | | | | | This was previously done in initrd, but it turns out this was happening rather late and blocked the switchroot for a couple seconds. Let's do it in stage 4 instead as early as possible, and order it before gather-hw-info.service, as that service will determine the rootfs free space and needs to see the properly resized rootfs.
* [bwlp-stage4-tweaks] Add daily ntp sync scriptSimon Rettberg2023-09-292-0/+47
| | | | Closes #3947
* [system-tweaks] Move a few more specific things to bwlp-stage4-tweaksSimon Rettberg2023-08-024-0/+38
|
* [bwlp-stage4-tweaks] Speed up pswapSimon Rettberg2023-02-131-11/+13
|
* [bwlp-stage4-tweaks] Add script to read a file into fscacheSimon Rettberg2023-02-071-0/+16
| | | | Also tries to run ldd on the file and load all the dependencies
* [bwlp-stage4-tweaks] Add pswap utilSimon Rettberg2023-02-071-0/+20
|
* [stage4-tweaks/systemd-default-path] Force TZ to localtime, fix PATHSimon Rettberg2023-01-231-0/+7
| | | | PATH dosn't need /bin and /sbin anymore now that it's symlinked to /usr
* [bwlp-stage4-tweaks] Move common files from rfs-stage32 to own moduleSimon Rettberg2022-12-155-0/+77
... so we get them in the MaxiLinux stage4 builds too.