| Commit message (Expand) | Author | Age | Files | Lines |
* | [slx-extra-script] Order post-mount after post-dmsetup | Simon Rettberg | 2024-06-17 | 1 | -0/+1 |
* | [slx-extra-script] Add post-mount hook | Simon Rettberg | 2024-06-17 | 2 | -4/+19 |
* | [slx-dmsetup] Better not encrypt the rootfs AFTER building the CoW layer | Simon Rettberg | 2024-06-14 | 1 | -16/+14 |
* | [slx-dmsetup] Try to fix some snapshot brain damage | Simon Rettberg | 2024-06-14 | 1 | -10/+8 |
* | [slx-dmsetup] busybox mktemp needs AT LEAST 6 X -.- | Simon Rettberg | 2024-06-14 | 1 | -4/+6 |
* | [slx-addons] find: Use "\!" instead of "-not" for busybox compat | Simon Rettberg | 2024-06-14 | 1 | -1/+1 |
* | [slx-dmsetup] Fix another busybox mktemp call | Simon Rettberg | 2024-06-14 | 1 | -1/+1 |
* | [slx-dmsetup] Fix braindead mktemp call by removing it | Simon Rettberg | 2024-06-13 | 1 | -4/+5 |
* | [slx-dmsetup] Kill stray line | Simon Rettberg | 2024-06-13 | 1 | -1/+0 |
* | [dnbd3root] Add missing .service | Simon Rettberg | 2024-06-13 | 1 | -1/+1 |
* | [slx-dmsetup] Avoid unnecessary dm targets, rename crypted ones | Simon Rettberg | 2024-06-13 | 1 | -34/+72 |
* | De-duplicate tools copied vs. what busybox ships | Simon Rettberg | 2024-06-12 | 3 | -22/+22 |
* | [config-tgz] Support multiple space separated local configs | Simon Rettberg | 2024-06-12 | 2 | -11/+12 |
* | [busybox] Enable more options, disable rpm2cpio | Simon Rettberg | 2024-06-12 | 1 | -5/+5 |
* | [slx-extra-script] Split up in pre/post-dmsetup | Simon Rettberg | 2024-06-12 | 6 | -15/+46 |
* | [dnbd3-rootfs] Kill SLX_GENERATE_FSTAB_SCRIPT | Simon Rettberg | 2024-06-12 | 1 | -6/+3 |
* | [slx-extra-script] New module to run script from URL | Simon Rettberg | 2024-06-12 | 2 | -0/+23 |
* | [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 |
* | [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 |
* | [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 |
* | [slx-clock] Fix misspelled service name | Simon Rettberg | 2024-02-12 | 1 | -1/+1 |
* | [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 |
* | [slx-splash] Adapt to servicified new stuff | Simon Rettberg | 2024-02-09 | 6 | -60/+78 |
* | [dnbd3-rootfs] Make sure to copy dnbd3-client binary again | Simon Rettberg | 2024-02-02 | 1 | -4/+8 |
* | [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 |