summaryrefslogtreecommitdiffstats
path: root/core/targets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [rfs-stage32/vmware*] Change vmware version namingSimon Rettberg2020-10-148-2/+2
| | | | | | | | | | Hard-coding the version check to VMware 12 and 15 isn't great for future updates -- i.e. now, that VMware 16 is released. Instead make the version check script return "new" or "legacy", and rename the targets: vmware12 -> vmware-legacy vmware15 -> vmware The addon downloading/setup should then act upon this accordingly.
* [splashtool] Finish first working implementationSimon Rettberg2020-10-131-0/+1
| | | | Adds icons, triggers their display at appropriate times.
* [ntfsfree] New moduleSimon Rettberg2020-10-121-0/+1
|
* [systemd-default-path] new module to set our PATHJonathan Bauer2020-09-282-0/+2
|
* [xfwm] Add moduleSimon Rettberg2020-08-212-0/+2
|
* [run-virt/vmware-common] Switch to xfwm4 for dual-screenSimon Rettberg2020-08-212-2/+0Star
| | | | | | Giving up on the blackbox/automatic approach; it appears that using VMwareResolutionSet in a full-screen windows guest to enable more than one screen can lead to a complete freeze of the guest.
* [blackbox] Add module, use for bwlpSimon Rettberg2020-08-182-0/+2
|
* [systemd-distro] Get this module into working state, switchSimon Rettberg2020-08-031-1/+1
|
* [udisks] Kill moduleSimon Rettberg2020-08-031-1/+0Star
|
* [remote-access] Add ModuleSimon Rettberg2020-06-161-0/+1
|
* [stage32-bwlp] add system-checkJonathan Bauer2019-10-311-0/+1
|
* [sudo] Add sudoSimon Rettberg2019-09-131-0/+1
|
* [stage32-bwlp] add rdns linkJonathan Bauer2019-08-121-0/+1
|
* [vmware-version-check] CPU support check helperJonathan Bauer2019-08-121-0/+1
|
* Add vmware15 targetSimon Rettberg2019-06-053-0/+3
|
* [vmware15] Update vom 14 to 15Simon Rettberg2019-05-293-0/+0
|
* [slx-tools] New moduleSimon Rettberg2019-05-281-0/+1
|
* [iptables] move iptables to its own moduleJonathan Bauer2019-05-231-0/+1
|
* [screen-standby] Remove forgotten interfering moduleSimon Rettberg2019-05-151-1/+0Star
| | | | Screen standby is now handled by the idle-daemon
* [nvidia*/rfs-s31] Support shipping multiple driver versionsSimon Rettberg2019-04-267-2/+5
|
* [stage32-bwlp] remove udisks from targetJonathan Bauer2019-02-131-1/+0Star
|
* [bwlp] add networkd-dispatcher to targetJonathan Bauer2019-01-041-0/+1
|
* [bwlp] added kiosk mods to targetJonathan Bauer2019-01-043-0/+3
|
* [stage32-bwlp] added new kiosk mods to targetJonathan Bauer2019-01-042-0/+2
|