summaryrefslogtreecommitdiffstats
path: root/modules.d
Commit message (Collapse)AuthorAgeFilesLines
...
* [slx-dmsetup] Add linear swap space if slx.swap is in command lineSimon Rettberg2022-08-091-4/+48
| | | | .... and if we don't seem to have an existing swap partition
* [slx-network] Desperate attempt to fix e1000e hangs with DHCP in initrdSimon Rettberg2022-06-171-0/+2
|
* [slx-network] Handle renew in trigger script; shellcheck improvementsSimon Rettberg2022-06-171-7/+6Star
|
* [*] Redirect 'set -x' output exclusively to /run/openslx/*Simon Rettberg2022-06-103-6/+3Star
| | | | | | | Having normal info/warn/echo/<tool> output in journal should be preferred, so we can correlate certain events and actions with other system services and scripts, instead of having everything intermixed with the xtrace spam in a separate log file without timestamps.
* [slx-network] Only redirect stderr to log filesSimon Rettberg2022-06-092-3/+3
|
* [slx-dmsetup] Properly disable future ntfsfree stuff if already activeSimon Rettberg2022-05-241-1/+4
|
* Merge DNS search list from DHCP and config server (SLX_NET_SEARCH)Simon Rettberg2022-05-233-6/+35
|
* config(.tgz): Increase retry timeout to 20 seconds, use --slx-timeSimon Rettberg2022-05-232-2/+2
|
* [slx-dmsetup] linear ID44 target; support SLX_NTFSFREE = "always"Simon Rettberg2022-05-231-130/+193
|
* Split initramfs copying logic into new module, enable in debug mode onlySimon Rettberg2022-05-204-36/+52
|
* [slx-network] Only show splash icons if requestedSimon Rettberg2022-04-061-1/+1
|
* [slx-splash] Fix size extraction by forcing grep into ASCII modeSimon Rettberg2022-04-061-2/+2
|
* [slx-splash] Update splashtool (bugfix for ppm with comments)Simon Rettberg2022-03-017-9/+12
|
* [slx-splash] Fix splash.ppm pathSimon Rettberg2022-03-013-3/+3
|
* Ordering fuckerySimon Rettberg2022-02-252-2/+4
|
* [slx-ssl] Fix orderingSimon Rettberg2022-02-242-2/+3
|
* [slx-clock] Make timesync synchronousSimon Rettberg2021-12-031-1/+2
| | | | | It seems this is quite slow at times, so it might get killed by switchroot before it's finished. to be optimized.
* [slx-network] Skip copying dhcp scripts if openslx-udhcpc existsSimon Rettberg2021-11-121-2/+4
|
* [dnbd3-rootfs] Allow ro image with no partition tableSimon Rettberg2021-10-201-10/+17
|
* [dnbd3-rootfs] Accept kernel and xloop, default to xloopSimon Rettberg2021-10-201-7/+7
|
* [dnbd3-rootfs] assign return_code before printing itJonathan Bauer2021-09-131-0/+1
|
* [slx-network] also pass hostname from kcl to udhcpc trigger scriptJonathan Bauer2021-08-131-0/+1
|
* [slx-network] more work towards chaosJonathan Bauer2021-08-131-1/+7
|
* [dnbd3-rootfs] fix missing breakJonathan Bauer2021-08-131-0/+1
|
* [slx-network] rework hostname setupJonathan Bauer2021-08-131-20/+31
| | | | try to cope for more corner cases and still do the right thing...
* [slx-addons] delay addon setupJonathan Bauer2021-08-131-1/+1
| | | | | | in particular as a workaround since the vmware addon calls a script within stage4 that requires /bin/ash, which is created by the busybox pre-pivot hook (with prio 50 currently).
* [dnbd3-rootfs] let dnbd3 try all servers on its ownJonathan Bauer2021-08-131-13/+10Star
|
* [busybox] compat: /bin/ash in NEWROOTJonathan Bauer2021-08-131-8/+16
|
* [dnbd3-rootfs] add support for scl if neededJonathan Bauer2021-07-301-9/+22
|
* [busybox] fix install paths & remove double warningJonathan Bauer2021-07-261-2/+1Star
|
* [busybox] fix applet install paths in stage4Jonathan Bauer2021-07-231-7/+10
| | | | | | using a folder when calling 'busybox --install' installs ALL applets in that directory without bin or sbin prefix. That causes some problems in some of our scripts. As a workaround, install them manually.
* [conf-tgz] unpack tgz after everything elseJonathan Bauer2021-07-191-1/+1
| | | | | giving still a chance for modules to register after 90 should it be needed
* [slx-network] change to new splashtool pathJonathan Bauer2021-05-061-2/+2
|
* [slx-ssl] improve check for empty ssl dirJonathan Bauer2021-05-061-1/+1
|
* [slx-splash] inst_hook does not like <()Jonathan Bauer2021-05-066-7/+16
|
* [slx-splash] initial support for splashtoolJonathan Bauer2021-05-0622-94/+317
|
* [slx-ssl] suppress output of rmdirJonathan Bauer2021-04-131-1/+1
|
* [dnbd3-rootfs] copy dnbd3-client over to stage4Jonathan Bauer2021-04-072-2/+11
|
* [slx-dmsetup] reintroduce linear 1:1 mapping of scratch deviceJonathan Bauer2021-02-171-1/+13
| | | | | | | | Using the physical partition of NVMe directly led to errors when creating the pool. As a workaround, we can "wrap" it in a linear target of the same size. While this is superfluous in general, this works around that specific problem. We can remove this workaround when we have a better idea on how to fix pool creation on NVMes.
* [conf-tgz] dump list of config.tgz files to stage4Jonathan Bauer2021-02-161-1/+10
|
* [conf-tgz] use $config_tgz everywhereJonathan Bauer2021-02-161-2/+2
|
* [slx-ssl] new module for SSL sat supportJonathan Bauer2020-12-082-0/+47
|
* [dnbd3-rootfs] fix xloop module namesJonathan Bauer2020-11-261-2/+2
|
* [busybox] enable '--install'Jonathan Bauer2020-11-261-1/+1
|
* [busybox] update busybox configJonathan Bauer2020-11-262-433/+283Star
|
* [busybox] eh, that was broken for a whileJonathan Bauer2020-11-181-2/+1Star
|
* [dnbd3-rootfs] renamed handler: kernel -> xloopJonathan Bauer2020-11-181-2/+2
|
* [dnbd3-rootfs] fix install path for xloop modulesJonathan Bauer2020-11-171-1/+1
|
* [dnbd3-rootfs] fix: removed stray charJonathan Bauer2020-11-171-1/+1
|
* [dnbd3-rootfs] fix path to xloop buildJonathan Bauer2020-11-171-3/+1Star
|