| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [rfs-stage32] !!?? | Simon Rettberg | 2017-08-11 | 1 | -1/+0![]() | |
| | | ||||||
| * | lightdm-qt-greeter -> lightdm-greeter-bwlp | Simon Rettberg | 2017-08-11 | 6 | -0/+1 | |
| | | ||||||
| * | [rfs-s32] fix ssl certs not being copied | Jonathan Bauer | 2017-08-11 | 1 | -0/+5 | |
| | | ||||||
| * | [run-virt] Speed up network setup | Simon Rettberg | 2017-08-11 | 2 | -16/+10![]() | |
| | | | | | | DNS dependency solved via systemd instead of busy-wait loop. nslookup timeout set to 1 second. | |||||
| * | [rfs-stage32] Clean up split addon handling | Simon Rettberg | 2017-08-11 | 4 | -74/+47![]() | |
| | | ||||||
| * | [run-virt] fix bad code | Jonathan Bauer | 2017-08-10 | 1 | -3/+4 | |
| | | ||||||
| * | [rfs-s32] sequential download of slx addons | Jonathan Bauer | 2017-08-07 | 1 | -1/+1 | |
| | | ||||||
| * | [rfs-s32] optimize slx addon setup | Jonathan Bauer | 2017-08-04 | 6 | -10/+100 | |
| | | | | | | download the sqfs asap and only wait for tmp to append them to the rest of the aufs | |||||
| * | [nvidia_*] Update to 384.59 | Simon Rettberg | 2017-08-02 | 2 | -2/+2 | |
| | | ||||||
| * | [kernel-vanilla] 4.9.40 | Simon Rettberg | 2017-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | [lightdm-qt-greeter] new module for slxgreeter | Jonathan Bauer | 2017-07-20 | 6 | -0/+76 | |
| | | ||||||
| * | [lightdm] filtered REQUIRED_DIR list and systemd service | Jonathan Bauer | 2017-07-20 | 3 | -1/+27 | |
| | | ||||||
| * | [lightdm] lightdm reborn | Jonathan Bauer | 2017-07-18 | 3 | -0/+36 | |
| | | | | | base module only installing lightdm without a greeter | |||||
| * | [run-virt] Move openslx.exe into proper place | Simon Rettberg | 2017-07-17 | 2 | -0/+0 | |
| | | ||||||
| * | [run-virt] Better structure for winres/openslx.exe source tree | Simon Rettberg | 2017-07-17 | 6 | -174/+5![]() | |
| | | ||||||
| * | [run-virt] openslx.exe: Fix segfault when host name of network share cannot ↵ | Simon Rettberg | 2017-07-17 | 1 | -1/+3 | |
| | | | | | be resolved | |||||
| * | [run-virt] Put slash AFTER domain (...) | Simon Rettberg | 2017-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] Support domainless credential passing | Simon Rettberg | 2017-07-13 | 1 | -14/+19 | |
| | | ||||||
| * | [stage32-bwlp] Enable slxbrowser | Simon Rettberg | 2017-07-13 | 1 | -0/+1 | |
| | | ||||||
| * | [slxbrowser] Add kiosk mode scripts/service/target | Simon Rettberg | 2017-07-12 | 6 | -0/+42 | |
| | | ||||||
| * | [*] systemd fixes cont. | Jonathan Bauer | 2017-07-12 | 4 | -6/+2![]() | |
| | | ||||||
| * | [run-virt] remove unneeded dep on graphical target | Jonathan Bauer | 2017-07-12 | 1 | -1/+0![]() | |
| | | ||||||
| * | [rfs-stage31] Try harder to change default target, /etc seems to be ignored | Simon Rettberg | 2017-07-12 | 1 | -2/+4 | |
| | | ||||||
| * | [kernel-vanilla] Update to 4.9.36 | Simon Rettberg | 2017-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | [vmware] Update to 12.5.7 | Simon Rettberg | 2017-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | [rfs-stage31] Handle SLX_SYSTEMD_TARGET and SLX_NO_CONFIG_TGZ | Simon Rettberg | 2017-07-12 | 1 | -3/+20 | |
| | | ||||||
| * | [init, etc] Pass system-uuid when fetching config & config.tgz | Simon Rettberg | 2017-07-12 | 14 | -36/+117 | |
| | | | | | | Also save the system-uuid for later use in stage32+, which changed locations from /run to /etc - modules got updated accordingly | |||||
| * | [rfs-stage31] init: Create /tmp early, unmount before switchroot | Simon Rettberg | 2017-07-12 | 1 | -6/+8 | |
| | | | | | | | Before we unmounted a little early, also don't unmount /proc, /sys and /dev, as they will be moved by switch_root, might save some time as we don't have to mount them again later. | |||||
| * | [slxbrowser] Add missing gstreamer playback lib | Jonathan Bauer | 2017-07-10 | 2 | -1/+5 | |
| | | | | | fixes some random segfaults on certain webpages | |||||
| * | [slxbrowser] Include libqxcb (qtgui) libs | Simon Rettberg | 2017-07-07 | 3 | -0/+9 | |
| | | ||||||
| * | [slxbrowser] Remove activate_qt call | Simon Rettberg | 2017-07-07 | 1 | -2/+0![]() | |
| | | ||||||
| * | Fix activate_qt maybe? Do we need this even with cmake? | Simon Rettberg | 2017-07-07 | 1 | -2/+2 | |
| | | ||||||
| * | [slxbrowser] New module | Simon Rettberg | 2017-07-07 | 3 | -0/+35 | |
| | | ||||||
| * | [hardware-stats] Include pending sectors in bad sector count | Simon Rettberg | 2017-07-06 | 1 | -0/+4 | |
| | | ||||||
| * | [run-virt] Some more fixes (cifs/smb), more tests etc. | Christian Rößler | 2017-06-27 | 2 | -7/+11 | |
| | | ||||||
| * | [vmware] Don't enable shared folders if remapMode is NONE | Simon Rettberg | 2017-06-23 | 1 | -1/+1 | |
| | | | | | Fixes #3165 | |||||
| * | [vmware] Support RW mode | Simon Rettberg | 2017-06-23 | 1 | -2/+7 | |
| | | ||||||
| * | [printergui] fix typo | Jonathan Bauer | 2017-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] winres: Handle more error codes meaning auth failed | Simon Rettberg | 2017-05-29 | 2 | -1/+2 | |
| | | ||||||
| * | [run-virt] Update winres.c to handle passCreds in non-native remapMode | Simon Rettberg | 2017-05-29 | 2 | -11/+25 | |
| | | ||||||
| * | [run-virt] Fix inverted logic in sanity check | Simon Rettberg | 2017-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] LIESMICH linux scripts | Christian Rößler | 2017-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | [vmware] add sanity check on /dev/vmmon... | Jonathan Bauer | 2017-05-18 | 1 | -1/+9 | |
| | | ||||||
| * | [run-virt] Improve wget error messages | Simon Rettberg | 2017-05-11 | 2 | -8/+15 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/mltk | Steffen Ritter | 2017-05-10 | 5 | -21/+41 | |
| |\ | ||||||
| | * | [run-virt] Retry vmx download and give better feedback | Simon Rettberg | 2017-05-10 | 1 | -8/+18 | |
| | | | ||||||
| | * | [rfs-stage31] Whitelist 10de:13ba for nvidia drivers | Simon Rettberg | 2017-05-09 | 1 | -0/+2 | |
| | | | | | | | | | Closes #3102 | |||||
| | * | [vmware] Disable khugepaged defrag | Simon Rettberg | 2017-05-08 | 1 | -0/+5 | |
| | | | ||||||
| | * | [rfs-stage32] Require gawk | Simon Rettberg | 2017-05-08 | 2 | -13/+16 | |
| | | | ||||||
| * | | Fixed wording | Steffen Ritter | 2017-05-10 | 2 | -1/+1 | |
| |/ | ||||||

