summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify cmdline parsing, check qcow handler, don't build unused oneSimon Rettberg2021-10-201-27/+14Star
|
* Use reasonable timeoutsSimon Rettberg2021-10-201-3/+3
|
* [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
|
* remove dnbd3 patchJonathan Bauer2021-07-301-13/+0Star
|
* [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
|
* [dnbd3-rootfs] switch to urls for xmount/qemu-xmountJonathan Bauer2020-11-261-13/+10Star
|
* build-initramfs.sh: disable shallow clones for nowJonathan Bauer2020-11-191-1/+1
| | | | no longer that big of a deal since we are now downloading xmount/qemu-xmount via http instead of cloning the repo. These two will get deprecated soon anyway.
* [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
|
* build-initramfs.sh: default to HEAD on master for dnbd3Jonathan Bauer2020-11-171-3/+2Star
|
* [dnbd3-rootfs] fix path to xloop buildJonathan Bauer2020-11-171-3/+1Star
|
* [dnbd3-rootfs] remove deprecated codeJonathan Bauer2020-11-171-7/+0Star
|
* [dnbd3-rootfs] move to refactor branchJonathan Bauer2020-11-172-8/+1Star
|
* [dnbd3-rootfs] cmake refactor for dnbd3/xloopJonathan Bauer2020-11-173-84/+64Star
|
* [slx-dmsetup] remove deprecated scriptJonathan Bauer2020-11-132-34/+0Star
|
* [dnbd3-rootfs] improve debug messages when downloading configJonathan Bauer2020-11-061-4/+2Star
|
* [slx-network] activate dhcp in stage4 by defaultJonathan Bauer2020-10-281-4/+6
| | | | can be disabled by SLX_STAGE4_DHCP="no".
* [slx-clock] remove unneeded forkJonathan Bauer2020-10-231-2/+2
|
* [slx-dmsetup] copy ntfsfree within PATHJonathan Bauer2020-10-231-1/+2
|
* [slx-dmsetup] include ntfsfreeJonathan Bauer2020-10-221-1/+3
| | | | and remove old comment that was wrong anyway
* [slx-dmsetup] Don't fall back to /run/openslx for CoW-tmpfsSimon Rettberg2020-10-091-5/+2Star
| | | | This would mask anything already in /run/openslx.
* [slx-dmsetup] Minor cleanupSimon Rettberg2020-10-091-4/+3Star
|
* [slx-network] SLX_PXE_NETIF -> /run/network.confJonathan Bauer2020-10-061-1/+1
|
* [slx-network] SLX_DISABLE_STAGE4_DHCP -> SLX_STAGE4_DHCPJonathan Bauer2020-10-061-1/+1
| | | | | SLX_STAGE4_DHCP now needs to be explicitely set to 'yes' to activate the busybox based dhcp client in stage4.
* [slx-network] support for SLX_JUMBO_FRAMESJonathan Bauer2020-10-052-0/+9
|