]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(livenet): drop stray command call
authorDavid Tardon <dtardon@redhat.com>
Wed, 21 May 2025 07:02:46 +0000 (09:02 +0200)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 25 May 2025 11:46:29 +0000 (07:46 -0400)
It was evidently added by a mistake by the original commit, as it makes
no sense.

Fixes a regression from 8b71a80edfca725e8aa281a4f91c55ff6234cc82 .

Fixes #1240

modules.d/70livenet/parse-livenet.sh

index 68eb7c76f41828fd5505a3bf34e810122a153616..15e22efbd7f43107661e389b7d6536b3c8ed91b2 100755 (executable)
@@ -3,7 +3,7 @@
 # root=live:[url-to-backing-file]
 
 [ -z "$root" ] && root=$(getarg root=)
-get_url_handler
+
 command -v get_url_handler > /dev/null || . /lib/url-lib.sh
 
 # live updates