Skip to content

Commit

Permalink
remove forced symlinks
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 authored Jan 22, 2025
1 parent db0ea85 commit 5475523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ subpackages:
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/etc ${{targets.subpkgdir}}/sbin
ln -sf ../usr/lib/systemd/systemd ${{targets.subpkgdir}}/sbin/init
ln -sf ../run/systemd/resolve/stub-resolv.conf "${{targets.subpkgdir}}/etc/resolv.conf"
ln -s ../usr/lib/systemd/systemd ${{targets.subpkgdir}}/sbin/init
ln -s ../run/systemd/resolve/stub-resolv.conf "${{targets.subpkgdir}}/etc/resolv.conf"
echo "uninitialized" > ${{targets.subpkgdir}}/etc/machine-id
test:
pipeline:
Expand Down

0 comments on commit 5475523

Please sign in to comment.