Merge pull request #1848 from flatcar-linux/tormath1/kargs

sys-kernel/bootengine: pull network kargs
This commit is contained in:
Mathieu Tortuyaux 2022-05-20 16:39:13 +02:00 committed by GitHub
commit b6526733fb
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added VMware networking configuration in the initramfs via guestinfo settings ([bootengine#44](https://github.com/flatcar-linux/bootengine/pull/44), [flatcar#717](https://github.com/flatcar-linux/Flatcar/issues/717))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://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="cb9e1a86cc979b72820f4ec6e14704df88bc9a2b" # flatcar-master CROS_WORKON_COMMIT="39caefd1da35d3600120b44ea5ee23ed22129b46" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi