summaryrefslogtreecommitdiffstats
path: root/projectroot/usr
Commit message (Collapse)AuthorAgeFilesLines
* rc-once: make sure ssh key material is synced to diskRobert Schwebel2020-08-101-0/+2
| | | | | | | | | Without this sync, it might happen (and has been observed during tests) that ssh keys are generated, then the board is switched off, before the data made its way to the medium. This results in empty ssh keys, which makes the sshd service fail. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rc-once: copy upstream systemd-rc-once from ptxdist-2020.08.0Robert Schwebel2020-08-101-0/+54
| | | | | | This is the original file, which will be modified in the next commit. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* datapartition: disable autoformat of non-MBR Linux partitionsAhmad Fatoum2020-03-051-1/+1
| | | | | | | | | | | | | | | | The upcoming STM32MP157C-DK2 board will be the first DistroKit board with a GPT based image and it has barebox as partition 3, unlike the other boards where this is always the data partition. This causes the data partition rule to brick the image by overwriting barebox. As a temporary measure, disable the data partition auto formatting on GPT-images by explicitly checking for partition type 0x83 before starting the service. Eventually we might want to match against a UUID before autoformatting, or create the partition anew altogether. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
* projectroot: remove leftover urshd systemd service unit fileAhmad Fatoum2020-02-191-10/+0
| | | | | | | | | | | | | The PTXCONF_URSHD and PTXCONF_URSHD_SYSTEMD_UNIT options were disabled in cb563ef79 ("ptxconfig: reduce active components"), so no one is installing this file anymore. Drop it. Should it be needed in future, the same file is part of the upstream ptxdist rule since 900dfe2cbb8 ("telnetd/urshd: start only with ptxdist-devel in the kernel command line"). Fixes: cb563ef79 ("ptxconfig: reduce active components") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
* datapartition: /usr mergeRobert Schwebel2017-06-303-0/+30
Since 69841205bc7e114c40ccd3303fae2c97d0c42184 in ptxdist, the systemd /usr merge is active. Adapt local rules as well. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>