]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(dracut): move comment back to related dracut_args variable
authorBenjamin Drung <benjamin.drung@canonical.com>
Tue, 6 Jan 2026 13:52:03 +0000 (14:52 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 6 Jan 2026 20:29:13 +0000 (15:29 -0500)
Commit 58dad7025b01 added the comment "store for logging" next to the
`dracut_args` variable. Move that comment back to this place.

dracut.sh

index f8a8954fa1e7dae4b8562eb00aa79d0daf5b92b8..c02417e090fab00ec17da2f1c8fb9857931b5caa 100755 (executable)
--- 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