docs: fix curl arguments in container-example

This commit is contained in:
Winston Hoy 2024-01-22 22:33:18 -05:00 committed by Zach Dykstra
parent 3545b2662e
commit 0f87c5f69b
No known key found for this signature in database
GPG Key ID: F2F0D4FB7A2861E8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ and populating a simple ``config.yaml`` for container builds::
CommandLine: zfsbootmenu ro quiet loglevel=4 nomodeset CommandLine: zfsbootmenu ro quiet loglevel=4 nomodeset
EOF 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 chmod 755 /etc/zfsbootmenu/zbm-builder.sh
In this configuration, ``mkinitcpio`` will be used instead of ``dracut``. Component generation is disabled, so In this configuration, ``mkinitcpio`` will be used instead of ``dracut``. Component generation is disabled, so