docs: Add note that boot and prio will show on list command

This commit is contained in:
tschettervictor
2025-04-10 06:56:44 -06:00
committed by GitHub
parent e775c93541
commit 79f11dd61a

View File

@@ -14,6 +14,8 @@ the ``--no-boot`` flag. See ``bastille create --no-boot TARGET...``.
This value can also be changed using ``bastille config TARGET boot [on|off]``.
This value will be shown using ``bastille list all``.
Priority
--------
@@ -23,4 +25,6 @@ and stopped.
When jails are created with Bastille, this value defaults to ``99``, but can be overridden with ``-p|--priority VALUE`` on
creation. See ``bastille create -p 90 TARGET...``.
This value can also be changed using ``bastille config TARGET priority VALUE``.
This value can also be changed using ``bastille config TARGET priority VALUE``.
This value will be shown using ``bastille list all``.