| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix missing tools | Jonathan Bauer | 2018-11-13 | 1 | -1/+9 | |
| | | ||||||
| * | [slx-tpm] improve configure arguments | Jonathan Bauer | 2018-11-12 | 1 | -3/+3 | |
| | | ||||||
| * | functioning draft | Jonathan Bauer | 2018-11-12 | 1 | -5/+6 | |
| | | ||||||
| * | wip | Jonathan Bauer | 2018-11-12 | 1 | -16/+25 | |
| | | ||||||
| * | [slx-tpm] initial commit | Jonathan Bauer | 2018-11-12 | 1 | -0/+83 | |
| | | ||||||
| * | [dnbd3-rfs] refactor to use slx-partitioner | Jonathan Bauer | 2018-11-12 | 3 | -97/+19![]() | |
| | | ||||||
| * | [dnbd3-rfs] better detection of 'dracut-mount.service' location | Jonathan Bauer | 2018-11-12 | 1 | -2/+3 | |
| | | ||||||
| * | [dnbd3-rfs] hardcode config path to avoid issues | Jonathan Bauer | 2018-11-12 | 1 | -4/+4 | |
| | | | | | and we don't really want to have it configurable anyways | |||||
| * | [slx-partitioner] new module for scratch partition handling | Jonathan Bauer | 2018-11-12 | 5 | -0/+550 | |
| | | ||||||
| * | [dnbd3-rfs] config: add PXE server info to config | Jonathan Bauer | 2018-11-12 | 1 | -2/+9 | |
| | | ||||||
| * | [dnbd3-rfs] config: send uuid if present | Jonathan Bauer | 2018-11-12 | 1 | -5/+13 | |
| | | ||||||
| * | [dnbd3-rfs] minor formatting issues | Jonathan Bauer | 2018-11-12 | 1 | -4/+4 | |
| | | ||||||
| * | [dnbd3-rfs] minor formatting | Jonathan Bauer | 2018-11-12 | 1 | -4/+2![]() | |
| | | ||||||
| * | [systemd-networkd] wait 60sec for network | Jonathan Bauer | 2018-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | [conf-tgz] send uuid in the request, if present | Jonathan Bauer | 2018-11-12 | 1 | -22/+28 | |
| | | | | | + formatting | |||||
| * | [conf-tgz] chown files extracted | Jonathan Bauer | 2018-11-12 | 1 | -6/+1![]() | |
| | | | | | CAVE: all files will be chown'ed to 0:0 ! | |||||
| * | [conf-tgz] increase hook scripts ordering index | Jonathan Bauer | 2018-11-12 | 1 | -3/+3 | |
| | | ||||||
| * | rework scratch partition detected in deprecated module | Jonathan Bauer | 2018-11-12 | 1 | -11/+7![]() | |
| | | ||||||
| * | [slx-splash] restore cursor after splashscreen | Jonathan Bauer | 2018-11-12 | 2 | -0/+12 | |
| | | ||||||
| * | [slx-splash] do not lead dracut into an shell | Jonathan Bauer | 2018-11-12 | 1 | -0/+2 | |
| | | | | | if splash is not requested via kernel command line | |||||
| * | [slx-uuid] Detects and exposes system UUID | Jonathan Bauer | 2018-11-12 | 4 | -0/+92 | |
| | | | | | for various openslx-related scripts | |||||
| * | in bridge mode, do not copy the physical interface configurationv0.1 | Jonathan Bauer | 2018-11-12 | 1 | -1/+1 | |
| | | | | | | | This prevents systemd from bringing down the interface leading to a short network outage, delaying the rest of the boot process until it has brought it up again. | |||||
| * | remove deprecated wlan-boot module | Jonathan Bauer | 2018-11-12 | 60 | -2378/+0![]() | |
| | | ||||||
| * | [slx-runmode] support for SLX_SYSTEMD_TARGET | Jonathan Bauer | 2018-10-09 | 2 | -0/+26 | |
| | | | | | to overwrite the default.target configured within stage4 | |||||
| * | [haveged] introduce new module | Jonathan Bauer | 2018-08-20 | 1 | -0/+41 | |
| | | | | | for early entropy generation | |||||
| * | [systemd-networkd-ext] fix missing quotes | Jonathan Bauer | 2018-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | fix bad directory stack during dnbd3 build | Jonathan Bauer | 2018-08-09 | 1 | -1/+1 | |
| | | ||||||
| * | [systemd-networkd-ext] config var for DHCP in stage4 | Jonathan Bauer | 2018-07-03 | 1 | -3/+4 | |
| | | ||||||
| * | [dnbd3-rootfs] mark the remote configuration variables | Jonathan Bauer | 2018-05-23 | 1 | -0/+3 | |
| | | ||||||
| * | Support for stage4 addons | Jonathan Bauer | 2018-05-23 | 2 | -0/+122 | |
| | | | | | | | | | | | Stage4 can contain addons under /opt/openslx/addons/<addon_name>. The contents will be moved to the stage4 if the 'addon-required' script present in the addon's root directory returns 0. ld cache and whiteouts (files removed during the overlay'ed addon build) are automatically processed. NOTE: addon-init script of old is NOT executed atm, since for the only addon we use, it only handled the whiteouts (which is now done for every addon). See code for details... | |||||
| * | new slx-drm and slx-splash (PoC) modules | Jonathan Bauer | 2018-05-23 | 5 | -0/+73 | |
| | | | | | | | | | | slx-drm pulls in dracut's drm module and provides a modprobe.d configurations file to always prioritize nvidia drivers, falling back to nouveau on failures. slx-splash uses the slx busybox's fbsplash (WIP). Busybox is still missing from defaults builds, so this won't function out of the box! | |||||
| * | [kexec-reboot] bail if kexec is not found | Jonathan Bauer | 2018-05-09 | 3 | -37/+53 | |
| | | ||||||
| * | add simple kexec-reboot script | Jonathan Bauer | 2018-05-09 | 2 | -0/+54 | |
| | | ||||||
| * | [dnbd3-rootfs] add support for configurable kernel | Jonathan Bauer | 2018-05-07 | 2 | -2/+9 | |
| | | | | | | | | ... version to compile dnbd3 against different kernel then the one running. Note, this uses the dracut's internal variable storing the kernel version (specifically '--kver'). This value will be passed to buid_compile_dnbd3 per environment and injected when calling cmake. | |||||
| * | [openslx_tmp_mount] add chmod binary | Jonathan Bauer | 2018-05-04 | 1 | -0/+1 | |
| | | ||||||
| * | update dnbd3 revision to post 4.1x compile fixes | Jonathan Bauer | 2018-05-04 | 1 | -0/+0 | |
| | | ||||||
| * | [systemd-networkd] disable ipv6 in stage4 | Jonathan Bauer | 2018-04-09 | 1 | -0/+2 | |
| | | | | | | | bridge interfaces (an others?) stay stuck in "configuring" state while trying to configure ipv6 leading to systemd-networkd-wait-online to never pass. Thus we disable it for now. | |||||
| * | Revert "[dnbd3-rfs] also check for PARTTYPE when lsblk'ing for disk partitions" | Jonathan Bauer | 2018-03-23 | 1 | -1/+1 | |
| | | | | | This reverts commit 9eb1dd0624854c92fe1174bb5e67e1b65e7390f5. | |||||
| * | [dnbd3-rootfs] support whitespace separated list | Jonathan Bauer | 2018-03-23 | 1 | -1/+1 | |
| | | | | | of SLX_DNBD3_SERVERS to support bwlp's sat format | |||||
| * | fix stupid !bridge check not supported on systemd 219 | Jonathan Bauer | 2018-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | properly disable LLA | Jonathan Bauer | 2018-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | [openslx_tmp_format] reduce default timeout to 5sec | Jonathan Bauer | 2018-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | [openslx_tmp_format] fix missing include of tools.sh | Jonathan Bauer | 2018-03-20 | 1 | -0/+1 | |
| | | ||||||
| * | [systemd-networkd] no LLA | Jonathan Bauer | 2018-03-20 | 1 | -0/+2 | |
| | | ||||||
| * | [dnbd3-rfs] also check for PARTTYPE when lsblk'ing for disk partitions | Jonathan Bauer | 2018-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | [conf-tgz] do not emergency_shell if SLX_LOCAL_CONFIGURATION is not | Jonathan Bauer | 2018-03-15 | 1 | -24/+21![]() | |
| | | | | | set... | |||||
| * | fix matching physical devices... | Jonathan Bauer | 2018-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | [openslx_tmp_*] support list of tmp identifier | Jonathan Bauer | 2018-03-15 | 2 | -7/+23 | |
| | | | | | | | ... comma-separated. openslx_tmp_mount expect to read the discovered device from /etc/openslx as SLX_TMP_PARTITION_DEVICE | |||||
| * | [dnbd3-rootfs] formatting | Jonathan Bauer | 2018-03-15 | 1 | -8/+5![]() | |
| | | ||||||
| * | [dnbd3-rootfs] support multiple identifiers RW dev | Jonathan Bauer | 2018-03-15 | 1 | -7/+16 | |
| | | ||||||

