summaryrefslogtreecommitdiffstats
path: root/core/targets
Commit message (Collapse)AuthorAgeFilesLines
* [cowgui] New module for managing CoW sessionSimon Rettberg5 days1-0/+1
|
* blwp target: Enable slx-brightnessSimon Rettberg2024-03-121-0/+1
|
* Enable bwlp-desktop-tweaks in bwlp targetSimon Rettberg2024-01-231-0/+1
|
* Try to get versioned targets and modules under controlSimon Rettberg2023-08-102-1/+1
|
* [x11vnc/tigervnc] Seems we shouldn't remove something still in useSimon Rettberg2023-06-051-0/+1
| | | | | | | | PVS2 is still using x11vnc for screen scraping, so maybe removing that when we moved to tigervnc for remte access wasn't such a great idea. Maybe, some day in the future, PVS2 will be extended so it can use either server.
* dsflkgjsldkfgSimon Rettberg2023-05-151-0/+1
|
* Rename vmware targetsSimon Rettberg2023-01-138-0/+3
|
* [vmware17] Switch to VMware 17Simon Rettberg2023-01-052-1/+1
|
* [bwlp-stage4-tweaks] Move common files from rfs-stage32 to own moduleSimon Rettberg2022-12-151-0/+1
| | | | ... so we get them in the MaxiLinux stage4 builds too.
* Make buildable on debian 12Simon Rettberg2022-12-121-1/+1
|
* stage32: Enable zram-swap moduleSimon Rettberg2022-07-111-0/+1
|
* [evdi] New module: Virtual DisplayInterfaceSimon Rettberg2022-02-231-0/+1
|
* [docker-ce] New module (target: stage4)Simon Rettberg2021-12-101-0/+1
|
* [swtpm] Add module for TPM emulation for QEMU machines (e.g. Windows 11)Manuel Bentele2021-11-051-0/+1
|
* bwlp: Add pulseaudio moduleSimon Rettberg2021-10-281-0/+1
|
* [pulseaudio/alsa] Switch to alsa, add pactl pendant to amixer MuteSimon Rettberg2021-10-281-1/+0Star
|
* [system-tweaks] Add module that sets desired sysctl optionsSimon Rettberg2021-10-201-0/+1
|
* [virt-manager] Add module to build virt-manager from sourceManuel Bentele2021-10-121-0/+1
|
* [libvirt-python] Add new module to build python wrapper for libvirtManuel Bentele2021-10-121-0/+1
|
* [libvirt-glib] Add new module to build glib for libvirtManuel Bentele2021-10-121-0/+1
|
* [virt-viewer] Add module for virt-viewer source buildManuel Bentele2021-10-121-0/+1
|
* [qemu-src] Add module for QEMU source buildManuel Bentele2021-10-121-0/+1
|
* [libvirt-src] Add module for libvirt source buildManuel Bentele2021-10-121-0/+1
|
* [looking-glass-client] Add module for looking-glass-client source buildManuel Bentele2021-09-221-0/+1
|
* Implement blocking network.target and network-online.targetSimon Rettberg2021-08-112-1/+1
| | | | | | | | | | Add two services that will delay reaching the according targets, until conditions we consider reasonable are reached. For network.target that is finishing DHCP for the primary interface, for network-online.target we want to see a default gateway or a proxy server configured. Both have a timeout of about 10 seconds for now; this might be increased later on, if necessary.
* [x11vnc-src] Module that builds x11vnc from the 18.04 source packageSimon Rettberg2021-07-291-1/+1
|
* [*] add .addon flagsJonathan Bauer2021-07-293-0/+0
|
* [*] move vmware-version-check to bwlp targetJonathan Bauer2021-07-232-1/+0Star
|
* [disk-partitions] New module, modularize partition setupSimon Rettberg2021-07-221-0/+1
|
* Remove dead moduleSimon Rettberg2021-07-161-1/+0Star
|
* [libvirt/libvirt-users] Move libvirt-qemu user to main moduleSimon Rettberg2021-07-161-1/+0Star
|
* [vmware-common] always activate 3D in vmwareJonathan Bauer2021-07-091-1/+0Star
| | | | that also means we don't need a module in stage4 target
* bwlp: remove busybox from targetJonathan Bauer2021-07-091-1/+0Star
| | | | | | its only needed in stage31. dracut builds it on its own. Both copy it to stage32/stage4 so no need to install it in bwlp target. Also makes the REMOTE_LOCAL_INSTALL check obsolete.
* stage4: add system-uuidJonathan Bauer2021-07-091-0/+1
| | | | | as it currently is needed by dracut to include the list within the initramfs.
* stage4: add ntfsfreeJonathan Bauer2021-07-091-0/+1
|
* bwlp: add demo-user module and remove from rootfs-stage32Jonathan Bauer2021-07-091-0/+1
|
* stage4: add network-online-slx-targetsJonathan Bauer2021-07-091-0/+1
|
* stage4: add havegedJonathan Bauer2021-07-091-0/+1
|
* add stage4 targetJonathan Bauer2021-07-0912-0/+12
|
* target/bwlp: Remove stage4 specific modulesSimon Rettberg2021-07-094-4/+0Star
|
* [slxlog] Add moduleSimon Rettberg2021-07-091-0/+1
|
* Add sub-target feature: Targets can contain other targetsSimon Rettberg2021-07-0790-59/+4Star
| | | | | | Similar to module-links, you can now have symlinks to other targets in a target, and they will be recursively scanned for modules. Dependencies can be declared across targets.
* Merge branch 'feature/qemu-integration'Manuel Bentele2021-06-255-1/+4
|\
| * [libvirt] Enforce libvirt UIDs/GIDs to not collide with LDAP UIDs/GIDsManuel Bentele2021-06-251-0/+1
| |
| * [openjdk-8-jre-headless] Add Java runtime environment 8 as new moduleManuel Bentele2021-02-051-0/+1
| |
| * [libvirt] Add Libvirt virtualization daemon as new moduleManuel Bentele2021-02-041-0/+1
| |
| * [qemu] Rename 'qemukvm' occurrences in the core module to 'qemu'Manuel Bentele2021-02-042-1/+1
| |
* | [distro-logo] own module for distro logoJonathan Bauer2021-04-062-0/+2
| |
* | [apply-slx-vars] New moduleSimon Rettberg2021-02-222-0/+2
|/ | | | | Generic module that should evaluate different SLX_* variables from /opt/openslx/config and act upon them.
* [init-bwlp] Add module for bwlp-specific init stuffSimon Rettberg2020-12-071-0/+1
|