Skip to content

Commit

Permalink
fix(base): repair installing dracut-util
Browse files Browse the repository at this point in the history
inst_binary uses ${dracutsysrootdir} internally to find the source
file.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
  • Loading branch information
zboszor authored and johannbg committed Jul 23, 2021
1 parent 3cc9f1c commit d7acf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/99base/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install() {

inst_multiple -o findmnt less kmod

inst_binary "${dracutsysrootdir}${dracutbasedir}/dracut-util" "/usr/bin/dracut-util"
inst_binary "${dracutbasedir}/dracut-util" "/usr/bin/dracut-util"

ln -s dracut-util "${initdir}/usr/bin/dracut-getarg"
ln -s dracut-util "${initdir}/usr/bin/dracut-getargs"
Expand Down

0 comments on commit d7acf10

Please sign in to comment.