Skip to content

Commit

Permalink
docs: fix curl arguments in container-example
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousercreative authored and zdykstra committed Jan 23, 2024
1 parent 3545b26 commit 0f87c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/general/container-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f87c5f

Please sign in to comment.