From 54092a4dea1dc5d5ef3c0e40db7ee07938381c58 Mon Sep 17 00:00:00 2001 From: Sohan Kunkerkar Date: Mon, 6 Jul 2020 18:57:47 -0400 Subject: [PATCH] dracut/30ignition: Add packages to delete users/groups This PR adds two packages namely "groupdel" and "userdel" to delete the exiting users/groups from the base OS. xref: https://github.com/coreos/ignition/issues/738 --- dracut/30ignition/module-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dracut/30ignition/module-setup.sh b/dracut/30ignition/module-setup.sh index 7943d36..a924141 100755 --- a/dracut/30ignition/module-setup.sh +++ b/dracut/30ignition/module-setup.sh @@ -25,6 +25,7 @@ install() { # present inst_multiple -o \ groupadd \ + groupdel \ mkfs.btrfs \ mkfs.ext4 \ mkfs.vfat \ @@ -33,6 +34,7 @@ install() { sgdisk \ useradd \ usermod \ + userdel \ wipefs # Required by s390x's z/VM installation.