kas: Fix a typo in KAS_IMAGE_PREINSTALL list

Message ID 20231003051701.2249-1-ubely@ilbers.de
State Accepted, archived
Headers show
Series kas: Fix a typo in KAS_IMAGE_PREINSTALL list | expand

Commit Message

Uladzimir Bely Oct. 3, 2023, 5:17 a.m. UTC
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 kas/package/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Uladzimir Bely Oct. 3, 2023, 4:11 p.m. UTC | #1
On Tue, 2023-10-03 at 07:17 +0200, Uladzimir Bely wrote:
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> ---
>  kas/package/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kas/package/Kconfig b/kas/package/Kconfig
> index 139651cd..af4c5137 100644
> --- a/kas/package/Kconfig
> +++ b/kas/package/Kconfig
> @@ -141,7 +141,7 @@ endmenu
>  
>  config KAS_IMAGE_PREINSTALL
>         string "Distro packages"
> -       default "fdisk iproute2 iputils-ping ics-dhcp-client"
> +       default "fdisk iproute2 iputils-ping isc-dhcp-client"
>         help
>           Space-separated list of packages that are provided by the
> selected distro.
>           These packages are downloaded from distro mirrors and just
> unpacked
> -- 
> 2.20.1
> 

Applied to next.

Patch

diff --git a/kas/package/Kconfig b/kas/package/Kconfig
index 139651cd..af4c5137 100644
--- a/kas/package/Kconfig
+++ b/kas/package/Kconfig
@@ -141,7 +141,7 @@  endmenu
 
 config KAS_IMAGE_PREINSTALL
 	string "Distro packages"
-	default "fdisk iproute2 iputils-ping ics-dhcp-client"
+	default "fdisk iproute2 iputils-ping isc-dhcp-client"
 	help
 	  Space-separated list of packages that are provided by the selected distro.
 	  These packages are downloaded from distro mirrors and just unpacked