mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-17 23:32:18 +01:00
sys-kernel/bootengine: Bump to fix resolv.conf
The previous service file would leave an empty /etc/resolv.conf in place, preventing tmpfiles from creating the symlink.
This commit is contained in:
parent
fe44ac49b4
commit
9046b7ebf5
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="30b4f2a73ecde5abbd2c5dd7e78fbf4bdbff3722"
|
CROS_WORKON_COMMIT="45b00a9072e0fe87bfd33a12628a43f139b06182"
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user