summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [slx-network] Fix lowercasingHEADmasterSimon Rettberg2024-03-051-1/+1
|
* [slx-dmsetup] Make sure id44 slices are 4k-alignedSimon Rettberg2024-03-011-4/+8
|
* [slx-network] Get rid of rdnsSimon Rettberg2024-03-013-10/+10
|
* [slx-network] Fix escaping in awk scriptSimon Rettberg2024-03-011-2/+2
|
* [slx-network] Overhaul DHCP trigger, generation of resolv.conf, hostsSimon Rettberg2024-02-291-69/+70
|
* [slx-splash] Use exit not return now that it's standaloneSimon Rettberg2024-02-161-6/+6
|
* [slx-addons] Tweak log output a bitSimon Rettberg2024-02-161-3/+4
|
* [slx-runmode] *initrd-root-fs.targetSimon Rettberg2024-02-161-1/+1
|
* [slx-runmode] Properly order after initrd-fsSimon Rettberg2024-02-162-2/+3
|
* Order services before initrd-cleanupSimon Rettberg2024-02-121-1/+1
|
* [slx-clock] Fix misspelled service nameSimon Rettberg2024-02-121-1/+1
|
* Also refuse to build xmount for nowSimon Rettberg2024-02-091-1/+3
|
* [dnbd3-rootfs] Remove xmount support, add raw supportSimon Rettberg2024-02-091-24/+16Star
|
* Use slx_service helper to create service filesSimon Rettberg2024-02-0932-373/+78Star
|
* Extend service file template for scriptsSimon Rettberg2024-02-091-0/+4
|
* [slx-splash] Adapt to servicified new stuffSimon Rettberg2024-02-096-60/+78
|
* Avoid using shoptSimon Rettberg2024-02-081-1/+1
|
* Add slx_service helper function to add service-script to initSimon Rettberg2024-02-081-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 againSimon Rettberg2024-02-021-4/+8
| | | | Somehow this got MIA in the big refactor.
* [slx-addons] Optimize addon activation (~1000% gain)Simon Rettberg2024-02-011-6/+15
|
* [config-tgz] Write config download time to dedicated fileSimon Rettberg2024-02-011-1/+1
|
* Link all services in initrd.target.wantsSimon Rettberg2024-02-018-22/+18Star
|
* [slx-uuid] Move network stuff down to fallback path, more outputSimon Rettberg2024-02-011-27/+24Star
|
* [slx-clock] Order ntp sync after fetch configSimon Rettberg2024-02-013-44/+46
|
* [slx-uuid] Change .wants hookSimon Rettberg2024-02-011-2/+2
|
* [busybox] Using ash to install ash doesn't sound too smart, SimonSimon Rettberg2024-02-011-1/+1
|
* [slx-addons] Add dependency on busybox -.-Simon Rettberg2024-01-311-0/+3
|
* De-dracutize service-scripts, try to use ash where applicableSimon Rettberg2024-01-319-227/+212Star
|
* [busybox] Split into servicesSimon Rettberg2024-01-317-37/+76
|
* [slx-clock] Actually install ntp sync serviceSimon Rettberg2024-01-311-1/+1
|
* [slx-network] Retry bringing iface up in wait-loopSimon Rettberg2024-01-302-17/+22
|
* [slx-dmsetup] Only resize rootfs if no such service exists in stage 4Simon Rettberg2024-01-291-1/+1
|
* [slx-dmsetup] Only grow rootfs if we don't do it in stage4Simon Rettberg2024-01-292-2/+4
|
* [slx-dmsetup] grow: Preserve exit status now that it's a serviceSimon Rettberg2024-01-291-3/+2Star
|
* [slx-runmode] Fix orderingSimon Rettberg2024-01-292-5/+4Star
|
* Try to use more systemd servicesSimon Rettberg2024-01-2976-216/+522
|
* [dnbd3-rootfs] Try optimized ext4 mount options if none are givendownloader-cmake-refactorSimon Rettberg2024-01-101-1/+18
|
* Remove lie from commentSimon Rettberg2024-01-041-2/+1Star
| | | | Lying is not allowed on the internet.
* [slx-dmsetup] Use new is_on function from slx-toolsSimon Rettberg2023-07-061-1/+1
|
* [slx-dmsetup] Introduce SLX_ID44_CRYPT for encryptingSimon Rettberg2023-07-061-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/hostsSimon Rettberg2023-06-211-0/+1
|
* [slx-drm] Load nVidia driver for all Class 03 sub-typesSimon Rettberg2023-06-212-6/+6
|
* [slx-dmsetup] Fix dm-crypt usage by making sure we get an encryption keySimon Rettberg2023-05-191-2/+8
|
* [slx-clock] Cannot check for ntpd - supplied by busyboxSimon Rettberg2023-04-251-4/+0Star
|
* [slx-clock] Write any output to journalSimon Rettberg2023-04-252-4/+14
|
* Make ask-password removal more sophisticatedSimon Rettberg2023-02-011-1/+2
| | | | ... i.e., don't break the whole script
* Fix dracut compile for latest version (059)Simon Rettberg2023-02-011-11/+4Star
|
* dracut development has moved to githubSimon Rettberg2023-02-011-1/+1
|
* Bump dracut to v59Simon Rettberg2023-01-311-4/+4
|
* [slx-network] Adapt to new busybox nslookup output syntaxSimon Rettberg2023-01-251-1/+5
|