summaryrefslogtreecommitdiffstats
path: root/core/includes
Commit message (Collapse)AuthorAgeFilesLines
* useradd.inc: Rewrite helper once againSimon Rettberg2021-07-271-245/+153Star
|
* [xorg] Fix moveSimon Rettberg2021-07-231-1/+1
|
* [systemd] Drop /usr prefixSimon Rettberg2021-07-231-1/+0Star
|
* [nvidia-libs/nvidia-kernel] Add module_init hook, rename load hookSimon Rettberg2021-07-161-1/+9
|
* useradd.inc: fix minor issuesSimon Rettberg2021-07-161-17/+21
|
* packagemanager: Fix return codesSimon Rettberg2021-07-121-7/+10
|
* Cleanup, rename some variablesSimon Rettberg2021-07-091-3/+3
|
* autoclone: Prefix with repo nameSimon Rettberg2021-07-091-1/+1
|
* autoclone: Fix path -CSimon Rettberg2021-07-091-1/+3
|
* useradd: fix REMOTE_LOCAL_INSTALL checkSimon Rettberg2021-07-091-3/+3
|
* Store cloned repo information in target systemSimon Rettberg2021-07-091-3/+2Star
|
* Remove activate_qt helperSimon Rettberg2021-07-091-31/+0Star
|
* Use autoclone where possibleSimon Rettberg2021-07-091-0/+6
|
* Require explicit confgig for distcc/ccache, print local configSimon Rettberg2021-07-091-20/+22
|
* Add installer mode for stage4Simon Rettberg2021-07-081-87/+109
|
* Drop 32bit support, improve CPU detectionSimon Rettberg2021-07-082-15/+8Star
|
* setup_target: Don't try to install packages already installedSimon Rettberg2021-07-081-0/+24
|
* setup_target: Install all required packages at once at the startSimon Rettberg2021-07-071-101/+11Star
| | | | | | 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.
* chroot.inc: skip bind mounts of inexistant dirsJonathan Bauer2021-05-181-0/+4
|
* Change the mail address for feedback in file headersSteffen Ritter2021-04-292-2/+2
| | | | * old address will be disabled in the future
* [inc/useradd] make sure dest dir exists for passwd/group/shadowJonathan Bauer2021-04-061-0/+1
|
* [inc/useradd] do not overwrite USERJonathan Bauer2021-04-061-0/+1
|
* [chroot] tmpfs size = 2GSimon Rettberg2020-12-091-1/+1
|
* [inc/autoclone] Restore cwdirectorySimon Rettberg2020-07-301-0/+1
|
* [inc/chroot] Add tmpfs layer for upperdirSimon Rettberg2020-03-101-57/+55Star
| | | | | | | Newer kernels do not allow the upperdir to be a subdirectory of the lowerdir, which was always the case for us since lowerdir == / Make the whole chroot mess even more confusing by introducing more mounts and variables and directories.
* chroot.inc: do not fail on empty whiteout listv26Jonathan Bauer2020-02-111-0/+1
|
* chroot.inc: do not create empty overlay listsJonathan Bauer2020-02-111-2/+1Star
|
* chroot.inc: fix broken ||Jonathan Bauer2019-11-281-1/+1
|
* chroot.inc: formattingJonathan Bauer2019-11-271-13/+13
|
* [*] run depmod in post_process_targetJonathan Bauer2019-08-011-2/+3
|
* Workaround invalid download checksum filesSimon Rettberg2019-07-191-0/+3
|
* [*] auto install REQUIRED_CONTENT_PACKAGESJonathan Bauer2019-06-131-5/+11
| | | | only install those not marked as optional '@'
* swallow errors during distcc detectionJonathan Bauer2019-06-061-2/+2
|
* [inc/downloader] automaticly check integritySimon Rettberg2019-02-111-30/+58
| | | | of downloads, if provided
* Kill REQUIRED_FIRMWARE; extract required firmware from modinfoSimon Rettberg2019-01-091-49/+51
|
* [inc/system] New var for x86_64 / i386Simon Rettberg2018-10-261-0/+2
|
* [inc/system] Automatically use ccache or distcc if availableSimon Rettberg2018-10-251-1/+45
|
* ASDÖBFLJSJtSimon Rettberg2018-10-161-1/+1
|
* [downloader.inc] Try to fix autocloneSimon Rettberg2018-10-161-3/+7
|
* [fileutil.inc] Add cde, cd with error handlingSimon Rettberg2018-10-161-0/+5
|
* [downloader.inc] Add autoclone helper for cloning git reposSimon Rettberg2018-10-161-0/+30
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-192-12/+14
|
* [chroot.inc] remove unneeded pinfoJonathan Bauer2018-03-201-1/+0Star
|
* add '--force-sys-version' optionJonathan Bauer2018-02-271-1/+5
| | | | | used to test on new distro versions by overriding lsb_release output (e.g. test ubuntu 17.10's configs on 18.04)
* [chroot] perror if touching whiteout list failedJonathan Bauer2018-01-291-1/+1
|
* [chroot.inc] Fix generating whiteout list on newer kernelsSimon Rettberg2017-11-291-3/+4
| | | | | | overlayfs switched from using symlinks to '(overlay-whiteout)' to creating character devices with all permission bits zero. Fix the find expression that gathers all the whiteouts.
* [packagemanager] also copy links when callingJonathan Bauer2017-11-231-1/+3
| | | | list_content_packages
* [inc/chroot] Improbe unmount logic ;)Simon Rettberg2017-11-201-28/+83
|
* [qt] fix bad symlink sourceJonathan Bauer2017-11-161-1/+1
|
* Fix activate_qt maybe? Do we need this even with cmake?Simon Rettberg2017-07-071-2/+2
|