Skip to content

Commit

Permalink
deploy: 2bd3a25
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Jul 22, 2023
1 parent eade185 commit 2558aac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions susedistribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<li><a href="#ensure_user">ensure_user</a></li>
<li><a href="#hyperv_console_switch">hyperv_console_switch</a></li>
<li><a href="#console_nr">console_nr</a></li>
<li><a href="#prompt_for_user">prompt_for_user</a></li>
<li><a href="#get_console_info">get_console_info</a></li>
<li><a href="#activate_console">activate_console</a></li>
<li><a href="#console_selected">console_selected</a></li>
</ul>
Expand Down Expand Up @@ -117,6 +119,18 @@ <h2 id="console_nr">console_nr</h2>

<p>Return console VT number with regards to it&#39;s name.</p>

<h2 id="prompt_for_user">prompt_for_user</h2>

<pre><code>prompt_for_user($username)</code></pre>

<p>Returns the shell prompt that should be set for the given username</p>

<h2 id="get_console_info">get_console_info</h2>

<pre><code>get_console_info($console)</code></pre>

<p>Returns a triplet describing the console: Session privilege level (root/user), username, console type.</p>

<h2 id="activate_console">activate_console</h2>

<pre><code>activate_console($console [, [ensure_tty_selected =&gt; 0|1] [, skip_set_standard_prompt =&gt; 0|1] [, skip_setterm =&gt; 0|1] [, timeout =&gt; $timeout]])</code></pre>
Expand Down

0 comments on commit 2558aac

Please sign in to comment.