summaryrefslogtreecommitdiffstats
path: root/core/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into installerJonathan Bauer2021-05-181-0/+4
|\
| * chroot.inc: skip bind mounts of inexistant dirsJonathan Bauer2021-05-181-0/+4
| |
* | Merge branch 'master' into installerJonathan Bauer2021-05-042-2/+2
|\|
| * Change the mail address for feedback in file headersSteffen Ritter2021-04-292-2/+2
| | | | | | | | * old address will be disabled in the future
* | Merge branch 'master' into installerJonathan Bauer2021-04-061-0/+1
|\|
| * [inc/useradd] make sure dest dir exists for passwd/group/shadowJonathan Bauer2021-04-061-0/+1
| |
* | [inc/useradd] make sure parent dir of USERHOME existsJonathan Bauer2021-04-061-0/+8
| |
* | Merge branch 'master' into installerJonathan Bauer2021-04-061-0/+1
|\|
| * [inc/useradd] do not overwrite USERJonathan Bauer2021-04-061-0/+1
| |
* | [inc/useradd] quote thingsJonathan Bauer2021-04-061-8/+8
| |
* | [inc/useradd] add -m if USERHOME is setJonathan Bauer2021-04-061-1/+5
| |
* | [inc/useradd] fix syntax ?!Jonathan Bauer2021-04-061-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-12-101-1/+1
|\|
| * [chroot] tmpfs size = 2GSimon Rettberg2020-12-091-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-07-311-0/+1
|\|
| * [inc/autoclone] Restore cwdirectorySimon Rettberg2020-07-301-0/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-03-191-63/+55Star
|\|
| * [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.
* | Merge branch 'master' into installerJonathan Bauer2020-02-111-0/+1
|\|
| * chroot.inc: do not fail on empty whiteout listv26Jonathan Bauer2020-02-111-0/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-02-111-2/+1Star
|\|
| * 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: fix broken ||Jonathan Bauer2019-11-281-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2019-11-281-13/+13
|\|
| * chroot.inc: formattingJonathan Bauer2019-11-271-13/+13
| |
* | Merge branch 'master' into installerJonathan Bauer2019-08-021-2/+3
|\|
| * [*] run depmod in post_process_targetJonathan Bauer2019-08-011-2/+3
| |
* | Merge branch 'master' into installerJonathan Bauer2019-07-191-0/+3
|\|
| * Workaround invalid download checksum filesSimon Rettberg2019-07-191-0/+3
| |
* | Merge branch 'master' into installerJonathan Bauer2019-06-131-5/+11
|\|
| * [*] auto install REQUIRED_CONTENT_PACKAGESJonathan Bauer2019-06-131-5/+11
| | | | | | | | only install those not marked as optional '@'
* | Merge branch 'master' into installerJonathan Bauer2019-06-121-2/+2
|\|
| * swallow errors during distcc detectionJonathan Bauer2019-06-061-2/+2
| |
* | Merge branch 'master' into installerJonathan Bauer2019-02-131-30/+58
|\|
| * [inc/downloader] automaticly check integritySimon Rettberg2019-02-111-30/+58
| | | | | | | | of downloads, if provided
* | Merge branch 'master' into installerJonathan Bauer2019-01-091-49/+51
|\|
| * Kill REQUIRED_FIRMWARE; extract required firmware from modinfoSimon Rettberg2019-01-091-49/+51
| |
* | useradd.inc: rework --system handlingJonathan Bauer2018-11-151-13/+12Star
| |
* | useradd.inc: fixes missing librariesJonathan Bauer2018-11-151-1/+3
| | | | | | | | | | | | useradd needs to resolve group names when specifying groups. For this, it needs libnss_files libs, which are not present when building the bwlp target meant for a local install.
* | added TODOs related to user.incJonathan Bauer2018-11-141-0/+3
| |
* | Merge branch 'master' into installerJonathan Bauer2018-11-081-1/+47
|\|
| * [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
| |
* | Merge branch 'master' into installerJonathan Bauer2018-10-182-0/+39
|\|
| * 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
| |
* | [useradd] refactor with useraddJonathan Bauer2018-09-281-85/+91
| |