From 0f87c5f69b02726bd8db03eb837f50258ab61699 Mon Sep 17 00:00:00 2001 From: Winston Hoy Date: Mon, 22 Jan 2024 22:33:18 -0500 Subject: [PATCH] docs: fix curl arguments in container-example --- docs/guides/general/container-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/general/container-example.rst b/docs/guides/general/container-example.rst index 2b2c2ee..819d916 100644 --- a/docs/guides/general/container-example.rst +++ b/docs/guides/general/container-example.rst @@ -21,7 +21,7 @@ and populating a simple ``config.yaml`` for container builds:: CommandLine: zfsbootmenu ro quiet loglevel=4 nomodeset EOF - curl -L -O /etc/zfsbootmenu/zbm-builder.sh https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/zbm-builder.sh + curl -L -o /etc/zfsbootmenu/zbm-builder.sh https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/zbm-builder.sh chmod 755 /etc/zfsbootmenu/zbm-builder.sh In this configuration, ``mkinitcpio`` will be used instead of ``dracut``. Component generation is disabled, so