| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [busybox] module-setup: Bail out if build fails | Simon Rettberg | 2024-06-11 | 1 | -1/+0![]() | |
| | | ||||||
| * | [busybox] Disable NFS again, missing dep | Simon Rettberg | 2024-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | [busybox] Enable ip rule and mount nfs | Simon Rettberg | 2024-06-11 | 1 | -2/+2 | |
| | | ||||||
| * | [dnbd3-rootfs] Add option to specify partition by number, add fallback | Simon Rettberg | 2024-06-11 | 1 | -19/+57 | |
| | | | | | | Fallback is to scan all partitions on the r/o device, or the r/o device itself, for an init binary. | |||||
| * | [busybox] Update to 1.36.1 | Simon Rettberg | 2024-06-11 | 1 | -4/+7 | |
| | | ||||||
| * | Fix misleading message | Simon Rettberg | 2024-06-11 | 1 | -1/+1 | |
| | | | | | | /dev/mapper/root is configurable, so don't hard-code it in service description. | |||||
| * | Update example config some more: unused vars, wrong syntax | Simon Rettberg | 2024-05-27 | 1 | -7/+3![]() | |
| | | ||||||
| * | Remove unused var from example config | Simon Rettberg | 2024-05-27 | 1 | -4/+1![]() | |
| | | ||||||
| * | [slx-network] Fix lowercasing | Simon Rettberg | 2024-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-dmsetup] Make sure id44 slices are 4k-aligned | Simon Rettberg | 2024-03-01 | 1 | -4/+8 | |
| | | ||||||
| * | [slx-network] Get rid of rdns | Simon Rettberg | 2024-03-01 | 3 | -10/+10 | |
| | | ||||||
| * | [slx-network] Fix escaping in awk script | Simon Rettberg | 2024-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | [slx-network] Overhaul DHCP trigger, generation of resolv.conf, hosts | Simon Rettberg | 2024-02-29 | 1 | -69/+70 | |
| | | ||||||
| * | [slx-splash] Use exit not return now that it's standalone | Simon Rettberg | 2024-02-16 | 1 | -6/+6 | |
| | | ||||||
| * | [slx-addons] Tweak log output a bit | Simon Rettberg | 2024-02-16 | 1 | -3/+4 | |
| | | ||||||
| * | [slx-runmode] *initrd-root-fs.target | Simon Rettberg | 2024-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-runmode] Properly order after initrd-fs | Simon Rettberg | 2024-02-16 | 2 | -2/+3 | |
| | | ||||||
| * | Order services before initrd-cleanup | Simon Rettberg | 2024-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-clock] Fix misspelled service name | Simon Rettberg | 2024-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | Also refuse to build xmount for now | Simon Rettberg | 2024-02-09 | 1 | -1/+3 | |
| | | ||||||
| * | [dnbd3-rootfs] Remove xmount support, add raw support | Simon Rettberg | 2024-02-09 | 1 | -24/+16![]() | |
| | | ||||||
| * | Use slx_service helper to create service files | Simon Rettberg | 2024-02-09 | 32 | -373/+78![]() | |
| | | ||||||
| * | Extend service file template for scripts | Simon Rettberg | 2024-02-09 | 1 | -0/+4 | |
| | | ||||||
| * | [slx-splash] Adapt to servicified new stuff | Simon Rettberg | 2024-02-09 | 6 | -60/+78 | |
| | | ||||||
| * | Avoid using shopt | Simon Rettberg | 2024-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add slx_service helper function to add service-script to init | Simon Rettberg | 2024-02-08 | 1 | -0/+70 | |
| | | | | | | | | | | | | | | | | | | | This should be called in a module install script, to add a script in <moddir>/hooks/ to the init, and create a service file with configurable dependencies. slx_service <script name without .sh> <service description> [options] Options are: --before, --after, --wants, --requires, --wbefore --wafter --wbefore is shorthand for doing --before <something> --wants <something> same for --wafter. For example, assuming a script ./hooks/s3-init-foo.sh, call slx_service "s3-init-foo" "Initialize all foo" --wafter \ s3-finish-bar.service --before s3-something.service | |||||
| * | [dnbd3-rootfs] Make sure to copy dnbd3-client binary again | Simon Rettberg | 2024-02-02 | 1 | -4/+8 | |
| | | | | | Somehow this got MIA in the big refactor. | |||||
| * | [slx-addons] Optimize addon activation (~1000% gain) | Simon Rettberg | 2024-02-01 | 1 | -6/+15 | |
| | | ||||||
| * | [config-tgz] Write config download time to dedicated file | Simon Rettberg | 2024-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Link all services in initrd.target.wants | Simon Rettberg | 2024-02-01 | 8 | -22/+18![]() | |
| | | ||||||
| * | [slx-uuid] Move network stuff down to fallback path, more output | Simon Rettberg | 2024-02-01 | 1 | -27/+24![]() | |
| | | ||||||
| * | [slx-clock] Order ntp sync after fetch config | Simon Rettberg | 2024-02-01 | 3 | -44/+46 | |
| | | ||||||
| * | [slx-uuid] Change .wants hook | Simon Rettberg | 2024-02-01 | 1 | -2/+2 | |
| | | ||||||
| * | [busybox] Using ash to install ash doesn't sound too smart, Simon | Simon Rettberg | 2024-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-addons] Add dependency on busybox -.- | Simon Rettberg | 2024-01-31 | 1 | -0/+3 | |
| | | ||||||
| * | De-dracutize service-scripts, try to use ash where applicable | Simon Rettberg | 2024-01-31 | 9 | -227/+212![]() | |
| | | ||||||
| * | [busybox] Split into services | Simon Rettberg | 2024-01-31 | 7 | -37/+76 | |
| | | ||||||
| * | [slx-clock] Actually install ntp sync service | Simon Rettberg | 2024-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-network] Retry bringing iface up in wait-loop | Simon Rettberg | 2024-01-30 | 2 | -17/+22 | |
| | | ||||||
| * | [slx-dmsetup] Only resize rootfs if no such service exists in stage 4 | Simon Rettberg | 2024-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-dmsetup] Only grow rootfs if we don't do it in stage4 | Simon Rettberg | 2024-01-29 | 2 | -2/+4 | |
| | | ||||||
| * | [slx-dmsetup] grow: Preserve exit status now that it's a service | Simon Rettberg | 2024-01-29 | 1 | -3/+2![]() | |
| | | ||||||
| * | [slx-runmode] Fix ordering | Simon Rettberg | 2024-01-29 | 2 | -5/+4![]() | |
| | | ||||||
| * | Try to use more systemd services | Simon Rettberg | 2024-01-29 | 76 | -216/+522 | |
| | | ||||||
| * | [dnbd3-rootfs] Try optimized ext4 mount options if none are given | Simon Rettberg | 2024-01-10 | 1 | -1/+18 | |
| | | ||||||
| * | Remove lie from comment | Simon Rettberg | 2024-01-04 | 1 | -2/+1![]() | |
| | | | | | Lying is not allowed on the internet. | |||||
| * | [slx-dmsetup] Use new is_on function from slx-tools | Simon Rettberg | 2023-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | [slx-dmsetup] Introduce SLX_ID44_CRYPT for encrypting | Simon Rettberg | 2023-07-06 | 1 | -6/+22 | |
| | | | | | | This will encrypt the entire writable device(s) before creating any partitions and pools inside it. | |||||
| * | [slx-network] Write own hostname and fqdn to /etc/hosts | Simon Rettberg | 2023-06-21 | 1 | -0/+1 | |
| | | ||||||
| * | [slx-drm] Load nVidia driver for all Class 03 sub-types | Simon Rettberg | 2023-06-21 | 2 | -6/+6 | |
| | | ||||||

