Pull request #42: fix(swupdate): re-adding swupdate and .swu image generation
Merge in ICO/coreos from adding_swupdate to master * commit '5f658cf199c081bf52306bb4a8ee520f4b729d5e': fix(swupdate): re-adding swupdate and .swu image generation
This commit is contained in:
commit
d2681f8f7a
|
|
@ -3,5 +3,5 @@ functionality installed."
|
|||
|
||||
inherit coreos-image
|
||||
|
||||
IMAGE_FEATURES += "ssh-server podman dev-tools cockpit networkmanager"
|
||||
IMAGE_INSTALL:append = " packagegroup-core-full-cmdline"
|
||||
IMAGE_FEATURES += "ssh-server podman dev-tools cockpit networkmanager swupdate"
|
||||
IMAGE_INSTALL:append = " packagegroup-core-full-cmdline swupdate-www"
|
||||
|
|
|
|||
Loading…
Reference in New Issue