| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [virt-viewer] Bump version to 11.0 | Simon Rettberg | 2023-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | [virt-manager] Bump version to 4.1.0 | Simon Rettberg | 2023-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | [virt-manager] Set prefix to /usr/local to avoid broken build | Simon Rettberg | 2023-02-01 | 1 | -2/+2 | |
| | | | | | | | | | For some reason, virt-manager always installs to /usr/local, no matter what you set --prefix to. However, in that case it will "helpfully" write the wrong path to the virt-manager startup wrapper, which then points to nowhere. So set the prefix to where it stubbornly installs anyways to fix this issue. | |||||
| * | [libvirt-glib] Use same meson version everywhere | Simon Rettberg | 2023-02-01 | 2 | -2/+2 | |
| | | ||||||
| * | [qemu] Implement new way of enabling GVT-g in QEMU | Simon Rettberg | 2023-02-01 | 2 | -27/+6![]() | |
| | | ||||||
| * | [dmidecode] Switch to https url | Simon Rettberg | 2023-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | [kiosk-common] Fix job killing logic | Simon Rettberg | 2023-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | [kiosk-chromium] Fix launching on debian | Simon Rettberg | 2023-01-31 | 1 | -0/+1 | |
| | | ||||||
| * | [qemu] Need pciutils for lspci | Simon Rettberg | 2023-01-25 | 2 | -0/+2 | |
| | | ||||||
| * | [slx-issue] Don't run during shutdown | Simon Rettberg | 2023-01-25 | 1 | -0/+1 | |
| | | ||||||
| * | [busybox] Restore installer mode | Simon Rettberg | 2023-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | [kexec-reboot] Need filesystem to download/load new kernel/init | Simon Rettberg | 2023-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | [busybox] Update config | Simon Rettberg | 2023-01-24 | 1 | -330/+516 | |
| | | ||||||
| * | [system-tweaks] Add timeouts to shutdown/reboot | Simon Rettberg | 2023-01-24 | 4 | -0/+12 | |
| | | ||||||
| * | [qemu-src] --disable-werror | Simon Rettberg | 2023-01-23 | 1 | -0/+1 | |
| | | ||||||
| * | [libvirt-python] Bump to 9.0 | Simon Rettberg | 2023-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | [libvirt-src] DEPRECATED | Simon Rettberg | 2023-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | [libvirt-src] bump to 9.0.0, ignore deprecated stuff in cc | Simon Rettberg | 2023-01-23 | 2 | -1/+3 | |
| | | ||||||
| * | [stage4-tweaks/systemd-default-path] Force TZ to localtime, fix PATH | Simon Rettberg | 2023-01-23 | 2 | -1/+8 | |
| | | | | | PATH dosn't need /bin and /sbin anymore now that it's symlinked to /usr | |||||
| * | [pvs2] Only start pvsmgr in hybrid mode if it is actually requested | Simon Rettberg | 2023-01-20 | 1 | -3/+2![]() | |
| | | | | | i.e., honor SLX_PVS_HYBRID (must be 'yes') | |||||
| * | [vmware-common/run-virt] Subtract more RAM for larger VRAM | Simon Rettberg | 2023-01-17 | 2 | -5/+5 | |
| | | ||||||
| * | [xorg] Add logout hang bug workaround | Simon Rettberg | 2023-01-17 | 1 | -0/+7 | |
| | | ||||||
| * | [vmware-common] Allow undocumented hwversion 20 for VMware 17.x | Simon Rettberg | 2023-01-17 | 1 | -1/+2 | |
| | | ||||||
| * | [vmware-common] Handle VMware 17.x max hwVersion (=19) | Simon Rettberg | 2023-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] Increase max reserved RAM in nVidia case, but lower % | Simon Rettberg | 2023-01-16 | 1 | -2/+2 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Replace polkit .pkla by equivalent .rules file | Simon Rettberg | 2023-01-12 | 2 | -6/+11 | |
| | | ||||||
| * | [vmware17] Switch to VMware 17 | Simon Rettberg | 2023-01-05 | 8 | -0/+397 | |
| | | ||||||
| * | [virt-manager] Fix build on newer setuptools versions | Simon Rettberg | 2023-01-04 | 1 | -0/+2 | |
| | | ||||||
| * | [vmware12] cde is not available in chroot | Simon Rettberg | 2023-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | [qemu] maven: Switch to https | Simon Rettberg | 2022-12-19 | 1 | -3/+3 | |
| | | ||||||
| * | [docker-ce] Stop parsing arguments so our grep expression works | Simon Rettberg | 2022-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | [docker-ce] Use trusted.gpg.d | Simon Rettberg | 2022-12-19 | 1 | -6/+20 | |
| | | ||||||
| * | [dnbd3-proxy-mode/run-virt] Firewall: Whitelist dnbd3-servers if local ↵ | Simon Rettberg | 2022-12-15 | 2 | -1/+2 | |
| | | | | | | | | | | caching is enabled We patch the config to say 127.0.0.1 is the only dnbd3 server, discarding the actually configured servers. This breaks the automatic whitelisting of the dnbd3 servers/proxies if a vm/course has firewalling enabled. | |||||
| * | [bwlp-stage4-tweaks] Move common files from rfs-stage32 to own module | Simon Rettberg | 2022-12-15 | 5 | -0/+77 | |
| | | | | | ... so we get them in the MaxiLinux stage4 builds too. | |||||
| * | [run-virt] mkfs.vfat makes FAT32, which we don't want for a floppy | Simon Rettberg | 2022-12-12 | 1 | -3/+3 | |
| | | ||||||
| * | Make buildable on debian 12 | Simon Rettberg | 2022-12-12 | 30 | -21/+331 | |
| | | ||||||
| * | [libvirt-python/libvirt-src] Bump version to 8.10 | Simon Rettberg | 2022-12-12 | 3 | -3/+3 | |
| | | ||||||
| * | [slx-issue] Fix math for overlong strings | Simon Rettberg | 2022-12-12 | 1 | -10/+11 | |
| | | | | | And use (( )) for all math while at it | |||||
| * | [kernel-vanilla] DP++ patch is now upstream | Simon Rettberg | 2022-12-06 | 2 | -100/+1![]() | |
| | | ||||||
| * | [vbox-src] Bump to 7.0.4, remove --disable-libopus | Simon Rettberg | 2022-12-06 | 2 | -2/+1![]() | |
| | | | | | (Option is not recognized anymore) | |||||
| * | [kiosk-chromium/kiosk-slxbrowser] Honor SLX_BROWSER_ZOOM | Simon Rettberg | 2022-12-06 | 2 | -0/+12 | |
| | | | | | References #3915 | |||||
| * | [debug-report-bwlp] Fix missing '\' | Steffen Ritter | 2022-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] Fix check that was broken on rewrite | Simon Rettberg | 2022-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] Loosen XPath to patch HDD UUID on 7.x | Simon Rettberg | 2022-11-21 | 2 | -13/+13 | |
| | | | | | | Storage section moved into Hardware now. Support both variants by using '//'. | |||||
| * | [run-virt] Document undefined behaviour | Simon Rettberg | 2022-11-14 | 1 | -0/+2 | |
| | | ||||||
| * | [vbox-src] Clean up list of setuid binaries | Simon Rettberg | 2022-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] Really update to 7.0.2 | Simon Rettberg | 2022-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] Update to VirtualBox 7.0.2 | Simon Rettberg | 2022-11-10 | 2 | -2/+15 | |
| | | ||||||
| * | [vbox-src] Make vbox-env script more robust | Simon Rettberg | 2022-11-10 | 1 | -23/+35 | |
| | | ||||||
| * | [vbox-src] Fix broken math expression, use (( )) | Simon Rettberg | 2022-11-10 | 1 | -3/+3 | |
| | | ||||||

