| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [conf-tgz] Even more agressive retry optionsHEADmaster | Simon Rettberg | 6 days | 2 | -2/+2 |
| | | |||||
| * | [config-tgz] Don't suppress error messages on download | Simon Rettberg | 6 days | 2 | -3/+3 |
| | | |||||
| * | Update to dracut-ng 110 | Simon Rettberg | 7 days | 1 | -1/+1 |
| | | |||||
| * | dracut: Update ash install patch to dracut-ng 110 | Simon Rettberg | 7 days | 1 | -7/+10 |
| | | |||||
| * | dracut: Fix: Add missing 60s delay before actual reboot/poweroff | Simon Rettberg | 7 days | 1 | -5/+6 |
| | | |||||
| * | [slx-ntfsfree] .service suffix now mandatory in depenendies | Simon Rettberg | 2026-03-11 | 1 | -1/+1 |
| | | |||||
| * | [slx-drm] More debug output when setting up nvidia drivers | Simon Rettberg | 2026-03-10 | 1 | -5/+15 |
| | | |||||
| * | [dnbd3-rootfs] Don't make /usr read-only in initrd | Simon Rettberg | 2026-03-10 | 2 | -0/+6 |
| | | | | | | We have quite a few services and scripts that move things aroud or modify config files in /usr - so don't let systemd make it read-only. | ||||
| * | [dnbd3-rootfs] Turn hook into service | Simon Rettberg | 2026-01-21 | 2 | -4/+6 |
| | | | | | | | | For some reason, after updating to dracut-ng, the service files don't get copied over anymore, while the dnbd3-client binary does. *shrug* Maybe it works better as a service, instead of a hook.... | ||||
| * | Try to fix cp over dangling symlink | Simon Rettberg | 2025-11-21 | 2 | -7/+10 |
| | | |||||
| * | Update dracut to 109 | Simon Rettberg | 2025-11-21 | 8 | -47/+63 |
| | | |||||
| * | [busybox] Try random server if busybox.net is securwebinfot | Simon Rettberg | 2025-05-28 | 1 | -1/+3 |
| | | |||||
| * | [slx-drm] Build separate initrd for nvidia drivers | Simon Rettberg | 2025-04-17 | 2 | -4/+33 |
| | | | | | | | | | | | | As those make up for biggest chunk regarding the size of our initrd, split them out into a separate initrd that can be loaded on demand. Our bwLehrpool main initrd is now 92MB, the nvidia addon is 145MB. The same idea might be viable for amdgpu, which is also relatively large considering its kmod + firmware. | ||||
| * | [slx-ntfsfree] Add missing "\" | Simon Rettberg | 2025-04-17 | 1 | -1/+1 |
| | | |||||
| * | [slx-drm] Don't copy nvidia drivers to stage4, pointless | Simon Rettberg | 2025-04-16 | 4 | -31/+12![]() |
| | | |||||
| * | [slx-dmsetup] Try to get swap-service to actually run after we detected all HDDs | Simon Rettberg | 2025-04-15 | 1 | -2/+4 |
| | | |||||
| * | [busybox] Update to 1.37.0 | Simon Rettberg | 2025-04-14 | 1 | -1/+1 |
| | | |||||
| * | [slx-network] Disable pause frames early | Simon Rettberg | 2025-04-14 | 1 | -0/+6 |
| | | |||||
| * | [slx-clock] Try harder to make sure date understands hwclock output | Simon Rettberg | 2025-04-14 | 2 | -4/+41 |
| | | |||||
| * | [busybox] Enable swapon | Simon Rettberg | 2025-04-14 | 1 | -2/+2 |
| | | |||||
| * | Order all slx-services after install busybox | Simon Rettberg | 2025-04-09 | 1 | -0/+1 |
| | | |||||
| * | [slx-dmsetup] Tweak service ordering, wait for HDDs | Simon Rettberg | 2025-04-09 | 3 | -23/+24 |
| | | |||||
| * | Fix dumb typo | Simon Rettberg | 2025-04-09 | 1 | -1/+1 |
| | | |||||
| * | [slx-dmsetup] Remove unreachable exit statements | Simon Rettberg | 2025-04-09 | 1 | -2/+0![]() |
| | | |||||
| * | [slx-dmsetup] Split dmsetup-slx-device into smaller services | Simon Rettberg | 2025-04-09 | 12 | -205/+246 |
| | | |||||
| * | [slx-clock] Try to guess RTC mode and write time back if no mode is specified | Simon Rettberg | 2025-04-02 | 1 | -7/+24 |
| | | |||||
| * | Avoid loading dracut-lib.sh in several scripts | Simon Rettberg | 2025-04-02 | 5 | -21/+20![]() |
| | | |||||
| * | [slx-watchdog] Run after network (guess URL), check if shell was dropped | Simon Rettberg | 2025-04-02 | 2 | -4/+11 |
| | | |||||
| * | [slx-watchdog] Add custom watchdog to stage 3 | Simon Rettberg | 2025-03-31 | 3 | -33/+56 |
| | | | | | | | | Watchdog will send an error report to server if we don't finish stage 3 within 30 seconds (after aquiring the remote log server from config at least). This still doesn't catch network setup errors, but everything after. :) | ||||
| * | [dracut] Allow specifying service type for slx service generator | Simon Rettberg | 2025-03-31 | 1 | -2/+6 |
| | | |||||
| * | [slx-dmsetup] More robust error handling, more logging | Simon Rettberg | 2025-03-11 | 1 | -112/+179 |
| | | |||||
| * | [dnbd3-rootfs] Improve logging | Simon Rettberg | 2025-03-11 | 1 | -18/+28 |
| | | |||||
| * | [slx-network] Make scripts much more verbose for better profiling | Simon Rettberg | 2025-02-28 | 1 | -17/+37 |
| | | |||||
| * | [dnbd3-rootfs] Add more status output | Simon Rettberg | 2024-12-19 | 1 | -4/+12 |
| | | |||||
| * | [dnbd3-rootfs] Add hard timeout to udevadm settle | Simon Rettberg | 2024-12-19 | 1 | -3/+17 |
| | | | | | | | | For some reason (to be debugged by a bored person), sometimes "udevadm settle" will hang in a way where it doesn't honor the timeout given via "-t" -- handle this by using SIGKILL after a couple more seconds. | ||||
| * | [slx-watchdog] New module | Simon Rettberg | 2024-12-02 | 3 | -0/+105 |
| | | |||||
| * | builder: Add --all-microcode option | Simon Rettberg | 2024-09-17 | 1 | -0/+57 |
| | | | | | | This will add all known CPU microcodes for AMD and Intel from about the past decade. | ||||
| * | [slx-network] Also sanitize host/domain from KCL | Simon Rettberg | 2024-09-03 | 1 | -9/+20 |
| | | |||||
| * | Update dracut patch; make failing patches fatal | Simon Rettberg | 2024-07-11 | 2 | -12/+56 |
| | | | | | | - Check for /.console_lock before trying to drop another shell - Silence systemd console output before spawning shell | ||||
| * | [slx-network] Disable stage4 dhcp by default | Simon Rettberg | 2024-07-04 | 1 | -2/+1![]() |
| | | |||||
| * | [slx-network] Fix copying stage4 dhcp files | Simon Rettberg | 2024-07-04 | 2 | -6/+3![]() |
| | | |||||
| * | [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![]() |
| | | | | | | | | create_snapshot was always using hard-coded $writable_device, but surrounding code at one callsite suggested it was expected to use $scratch_device - this would at least explain why we could end up with overlapping dm targets... -.- | ||||
| * | [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![]() |
| | | |||||

