mirror of
https://github.com/systemd/systemd.git
synced 2025-02-06 01:57:47 +03:00
- We have ssh-generator now, so need for mkosi's Ssh= option anymore. - By enabling RuntimeBuildSources= by default, we don't need the gdb config file in the image anymore, since the build and source directories will be mounted at the expected locations.
6 lines
218 B
Bash
Executable File
6 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
mkdir -p "$BUILDROOT"/usr/share/factory/mkosi
|
|
cp --archive --recursive --no-target-directory --reflink=auto "$BUILDROOT"/etc "$BUILDROOT"/usr/share/factory/mkosi
|