dracut icon indicating copy to clipboard operation
dracut copied to clipboard

fix(dracut.sh): Fix setting built in variables

Open lnussel opened this issue 3 years ago • 0 comments

The previous method would only set built-in values if the directory in question did not exist. However, when $dracutsysrootdir was set, the test would check for existence of $dracutsysrootdir and then leave the actual variables empty.

Replace with just setting a default value when empty.

lnussel avatar Sep 07 '22 08:09 lnussel