Skip to content

Commit

Permalink
dracut/30ignition: Add packages to delete users/groups
Browse files Browse the repository at this point in the history
This PR adds two packages namely `groupdel` and `userdel`
to delete the existing users/groups from the base OS.
xref: coreos/ignition#738
  • Loading branch information
sohankunkerkar committed Jul 6, 2020
1 parent 15def21 commit 7a96888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ install() {
# present
inst_multiple -o \
groupadd \
groupdel \
mkfs.btrfs \
mkfs.ext4 \
mkfs.vfat \
Expand All @@ -33,6 +34,7 @@ install() {
sgdisk \
useradd \
usermod \
userdel \
wipefs

# Required by s390x's z/VM installation.
Expand Down

0 comments on commit 7a96888

Please sign in to comment.