Skip to content

Commit

Permalink
dracut/ignition: add "setfiles" binary
Browse files Browse the repository at this point in the history
this is required to run SELinux relabelling for ignition. This should
increase the initramfs size by 1M.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Mar 6, 2023
1 parent 0ba568e commit c2bb3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ install() {
userdel \
usermod \
wipefs \
cryptsetup
cryptsetup \
setfiles

# Flatcar: add cloud_aws_ebs_nvme_id
inst_script "$udevdir/cloud_aws_ebs_nvme_id" \
Expand Down

0 comments on commit c2bb3d3

Please sign in to comment.