diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-15 22:28:11 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-16 15:25:34 +0200 |
commit | 9d98617c1a4ccfea12a1653019d0f06e4249570c (patch) | |
tree | b14a5a9b615ec50a5da2330b0d3c535e64057cf4 /mkosi.images/system | |
parent | dissect: refuse to use diskseq if ID_IGNORE_DISKSEQ=1 is specified (diff) | |
download | systemd-9d98617c1a4ccfea12a1653019d0f06e4249570c.tar.xz systemd-9d98617c1a4ccfea12a1653019d0f06e4249570c.zip |
Update debugging with vscode section
- 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.
Diffstat (limited to 'mkosi.images/system')
-rw-r--r-- | mkosi.images/system/mkosi.extra/usr/share/factory/mkosi/gdbinit.d/systemd.gdb | 3 | ||||
-rwxr-xr-x | mkosi.images/system/mkosi.finalize | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mkosi.images/system/mkosi.extra/usr/share/factory/mkosi/gdbinit.d/systemd.gdb b/mkosi.images/system/mkosi.extra/usr/share/factory/mkosi/gdbinit.d/systemd.gdb deleted file mode 100644 index 26f882bc2b..0000000000 --- a/mkosi.images/system/mkosi.extra/usr/share/factory/mkosi/gdbinit.d/systemd.gdb +++ /dev/null @@ -1,3 +0,0 @@ -set debuginfod enabled off -set build-id-verbose 0 -set substitute-path ../src /root/src/systemd diff --git a/mkosi.images/system/mkosi.finalize b/mkosi.images/system/mkosi.finalize index 74b810c152..6da35e5138 100755 --- a/mkosi.images/system/mkosi.finalize +++ b/mkosi.images/system/mkosi.finalize @@ -1,4 +1,5 @@ #!/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 |