Skip to content

Commit

Permalink
Merge pull request #325 from aafeijoo-suse/SLE-15-SP6_GA-bsc1223467-v2
Browse files Browse the repository at this point in the history
fix(dracut.spec): do not check if fillup template exists at %post end (SLE15-SP6:GA)
  • Loading branch information
aafeijoo-suse authored Apr 30, 2024
2 parents ae26ad5 + d3566a2 commit 3edf43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suse/dracut.spec
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ if [ -L /var/run ] && [ -f /etc/dracut.conf.d/05-convertfs.conf ]; then
fi

# remove obsolete legacy fillup template for /etc/sysconfig/kernel
[ -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd ] && rm -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd
rm -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd

%{?regenerate_initrd_post}

Expand Down

0 comments on commit 3edf43b

Please sign in to comment.