27 lines
818 B
Diff
27 lines
818 B
Diff
|
From 0e37e5feeaf4380bc971a3105ead8e779a94fa36 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Mon, 30 Oct 2023 14:31:26 +0000
|
||
|
Subject: [PATCH] appliance: Allow dhcpcd to be used on Red Hat platforms
|
||
|
|
||
|
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2247057
|
||
|
Fixes: https://github.com/libguestfs/libguestfs/issues/121
|
||
|
---
|
||
|
appliance/packagelist.in | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
|
||
|
index d3a945792e..3095234431 100644
|
||
|
--- a/appliance/packagelist.in
|
||
|
+++ b/appliance/packagelist.in
|
||
|
@@ -28,6 +28,7 @@ ifelse(REDHAT,1,
|
||
|
cryptsetup
|
||
|
cryptsetup-luks dnl old name used before Fedora 17
|
||
|
dhclient
|
||
|
+ dhcpcd
|
||
|
gfs-utils
|
||
|
gfs2-utils
|
||
|
glibc-gconv-extra dnl syslinux requires IBM850 iconv converter
|
||
|
--
|
||
|
2.42.0
|
||
|
|