Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorZig Globulin <zig@zigsystem.com>2022-02-09 14:28:16 +0100
committernl6720 <nl6720@gmail.com>2023-03-02 16:29:17 +0200
commitf60525103d152923e1321490936cf17fd033bf4d (patch)
tree6492548d15dd89eb3607c72da584313054974855 /CHANGELOG.rst
parent5c36c85bd51b7f28f5e9b50fd82e66fde8286e37 (diff)
wait for networkd online before curl invocation
1) wait for network-online.target before invoking curl as there's no synchronization with network setup for this script 2) don't hide curl errors - it may be easier to debug the issues 3) add log and comments
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4fb2063..cef568a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,6 +17,9 @@ Deprecated
Fixed
-----
+- Wait for ``network-online.target`` to become active before trying to download the script passed via the ``script=``
+ boot parameter.
+
Removed
-------