mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
Merge pull request #2129 from dm0-/systemd-3826
sys-apps/systemd: revert to the previous /etc/resolv.conf
This commit is contained in:
commit
2d03d070c8
@ -157,6 +157,8 @@ src_unpack() {
|
||||
src_prepare() {
|
||||
# Bug 463376
|
||||
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
|
||||
# Bug https://github.com/systemd/systemd/issues/3826
|
||||
sed -i -e 's,/usr/lib/systemd/resolv.conf,/run/systemd/resolve/resolv.conf,' tmpfiles.d/etc.conf.m4 || die
|
||||
|
||||
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user