mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
Merge pull request #1848 from flatcar-linux/tormath1/kargs
sys-kernel/bootengine: pull network kargs
This commit is contained in:
commit
b6526733fb
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-05-12-bootengine.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-05-12-bootengine.md
vendored
Normal 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))
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="cb9e1a86cc979b72820f4ec6e14704df88bc9a2b" # flatcar-master
|
||||
CROS_WORKON_COMMIT="39caefd1da35d3600120b44ea5ee23ed22129b46" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user