From 79f11dd61a189b9d580c99b075100ac19c56f89d Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 10 Apr 2025 06:56:44 -0600 Subject: [PATCH] docs: Add note that boot and prio will show on list command --- docs/chapters/boot-and-priority.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/chapters/boot-and-priority.rst b/docs/chapters/boot-and-priority.rst index 343d5539..811f7d60 100644 --- a/docs/chapters/boot-and-priority.rst +++ b/docs/chapters/boot-and-priority.rst @@ -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``. \ No newline at end of file +This value can also be changed using ``bastille config TARGET priority VALUE``. + +This value will be shown using ``bastille list all``.