| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add warning if no action is specified | Simon Rettberg | 2021-07-09 | 1 | -1/+2 | |
| | | ||||||
| * | Cleanup, rename some variables | Simon Rettberg | 2021-07-09 | 4 | -37/+39 | |
| | | ||||||
| * | [zram-swap] make it an actual module :) | Jonathan Bauer | 2021-07-09 | 2 | -0/+15 | |
| | | ||||||
| * | [debug-report-bwlp] Copy .mltk metadata | Simon Rettberg | 2021-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | [busybox] Fix copying of .config after autoclone refactor | Simon Rettberg | 2021-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | [zram-swap] move zram-swap to its own module | Jonathan Bauer | 2021-07-09 | 3 | -0/+0 | |
| | | ||||||
| * | [rootfs-kernel] kernel module/firmware installer | Jonathan Bauer | 2021-07-09 | 3 | -0/+33 | |
| | | ||||||
| * | [vmware-common] always activate 3D in vmware | Jonathan Bauer | 2021-07-09 | 2 | -3/+4 | |
| | | | | | that also means we don't need a module in stage4 target | |||||
| * | bwlp: remove busybox from target | Jonathan Bauer | 2021-07-09 | 2 | -7/+1![]() | |
| | | | | | | | 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. | |||||
| * | [vbox-src] Limit number of jobs depending on host RAM | Simon Rettberg | 2021-07-09 | 2 | -2/+5 | |
| | | ||||||
| * | stage4: add system-uuid | Jonathan Bauer | 2021-07-09 | 1 | -0/+1 | |
| | | | | | | as it currently is needed by dracut to include the list within the initramfs. | |||||
| * | stage4: add ntfsfree | Jonathan Bauer | 2021-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | bwlp: add demo-user module and remove from rootfs-stage32 | Jonathan Bauer | 2021-07-09 | 2 | -3/+1![]() | |
| | | ||||||
| * | stage4: add network-online-slx-targets | Jonathan Bauer | 2021-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | stage4: add haveged | Jonathan Bauer | 2021-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | [cron] FIX CP PATH | Simon Rettberg | 2021-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | [cron] Fix cp path | Simon Rettberg | 2021-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | autoclone: Prefix with repo name | Simon Rettberg | 2021-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | add stage4 target | Jonathan Bauer | 2021-07-09 | 12 | -0/+12 | |
| | | ||||||
| * | [demo-user] add module for demo user | Jonathan Bauer | 2021-07-09 | 2 | -0/+17 | |
| | | ||||||
| * | autoclone: Fix path -C | Simon Rettberg | 2021-07-09 | 1 | -1/+3 | |
| | | ||||||
| * | useradd: fix REMOTE_LOCAL_INSTALL check | Simon Rettberg | 2021-07-09 | 1 | -3/+3 | |
| | | ||||||
| * | [kernel-vanilla] 5.10.48 | Simon Rettberg | 2021-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | [dmidecode] Fix path | Simon Rettberg | 2021-07-09 | 1 | -3/+1![]() | |
| | | ||||||
| * | Fix var name | Simon Rettberg | 2021-07-09 | 1 | -4/+4 | |
| | | ||||||
| * | Store cloned repo information in target system | Simon Rettberg | 2021-07-09 | 2 | -19/+18![]() | |
| | | ||||||
| * | Remove activate_qt helper | Simon Rettberg | 2021-07-09 | 1 | -31/+0![]() | |
| | | ||||||
| * | Use autoclone where possible | Simon Rettberg | 2021-07-09 | 18 | -59/+34![]() | |
| | | ||||||
| * | Require explicit confgig for distcc/ccache, print local config | Simon Rettberg | 2021-07-09 | 2 | -23/+42 | |
| | | ||||||
| * | Remove module size calculations. Never worked properly. | Simon Rettberg | 2021-07-09 | 1 | -32/+0![]() | |
| | | ||||||
| * | target/bwlp: Remove stage4 specific modules | Simon Rettberg | 2021-07-09 | 4 | -4/+0![]() | |
| | | ||||||
| * | [etherwake/idleaction] Try harder to enable WOL | Simon Rettberg | 2021-07-09 | 3 | -0/+16 | |
| | | | | | | | | | | It was reported that WOL is disabled at runtime on some machines, even though there is a udev rule in place that enables it right when the interfaces get registered. We can only assume this is a race condition with adapter initialization, but worst case something else is running that is interfering with the WOL setting. Now we forcefully re-enable WOL at boot, every hour, and before standby, for good measure. | |||||
| * | [slxlog] Add module | Simon Rettberg | 2021-07-09 | 6 | -1/+17 | |
| | | ||||||
| * | Add installer mode for stage4 | Simon Rettberg | 2021-07-08 | 48 | -150/+390 | |
| | | ||||||
| * | Drop 32bit support, improve CPU detection | Simon Rettberg | 2021-07-08 | 2 | -15/+8![]() | |
| | | ||||||
| * | setup_target: Don't try to install packages already installed | Simon Rettberg | 2021-07-08 | 2 | -3/+31 | |
| | | ||||||
| * | setup_target: Install all required packages at once at the start | Simon Rettberg | 2021-07-07 | 2 | -107/+53![]() | |
| | | | | | | | If we can't satisfy the requirements of all modules, bail out early instead of some time halfway through the module list. This is also faster than invoking apt for every single package. | |||||
| * | Add sub-target feature: Targets can contain other targets | Simon Rettberg | 2021-07-07 | 91 | -84/+61![]() | |
| | | | | | | | 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. | |||||
| * | setup_target: Remove mystery overlay target feature | Simon Rettberg | 2021-07-07 | 1 | -11/+1![]() | |
| | | ||||||
| * | [qemu] Rename vmchooser plugin to 'qemukvm' | Manuel Bentele | 2021-07-06 | 3 | -2/+2 | |
| | | ||||||
| * | [qemu] Make PAM hook script executable | Manuel Bentele | 2021-07-05 | 1 | -0/+0 | |
| | | ||||||
| * | [qemu] Add user to 'dialout' group for serial/parport access | Manuel Bentele | 2021-07-05 | 1 | -0/+5 | |
| | | ||||||
| * | [qemu] Terminate virt-viewer if VM is powered off | Manuel Bentele | 2021-07-05 | 1 | -2/+2 | |
| | | ||||||
| * | [qemu] Enable output of finalized Libvirt config in debug mode | Manuel Bentele | 2021-07-05 | 1 | -3/+5 | |
| | | ||||||
| * | [qemu] Fix usage of wrong run-virt variables | Manuel Bentele | 2021-07-05 | 2 | -4/+17 | |
| | | ||||||
| * | [qemu] Fix hard-coded path to run-virt Java tool | Manuel Bentele | 2021-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | [qemu] Add QEMU bridge helper to access bridges from user session | Manuel Bentele | 2021-07-05 | 2 | -1/+9 | |
| | | ||||||
| * | [run-virt] Update README | Simon Rettberg | 2021-07-01 | 1 | -0/+6 | |
| | | ||||||
| * | [qemu] Handle 'NullPointerException' if config filenames are missing | Manuel Bentele | 2021-07-01 | 1 | -2/+3 | |
| | | ||||||
| * | [qemu] Enable Java compiler warnings | Manuel Bentele | 2021-07-01 | 1 | -0/+5 | |
| | | ||||||

