From: Benjamin Drung Date: Tue, 6 Jan 2026 13:52:03 +0000 (+0100) Subject: fix(dracut): move comment back to related dracut_args variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01efc8452d410993dbbce84d3c644483fbf60c02;p=thirdparty%2Fdracut-ng.git fix(dracut): move comment back to related dracut_args variable Commit 58dad7025b01 added the comment "store for logging" next to the `dracut_args` variable. Move that comment back to this place. --- diff --git a/dracut.sh b/dracut.sh index f8a8954fa..c02417e09 100755 --- a/dracut.sh +++ b/dracut.sh @@ -23,8 +23,6 @@ # Please do not use functions from this file in your dracut module # Only use functions from dracut-functions.sh -# store for logging - unset BASH_ENV unset GZIP @@ -34,6 +32,7 @@ if ((BASH_VERSINFO[0] < 4)); then exit 1 fi +# store for logging dracut_args=("$@") dracut_cmd=$(readlink -f "$0") readonly dracut_cmd