Skip to content

Commit

Permalink
put hints into an include file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 5, 2023
1 parent aa7ffa7 commit b72abae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
2 changes: 2 additions & 0 deletions FAIme/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ <h5>

<!--#include virtual="../key-distr-desk-pkgs.html" -->

<!--#include virtual="../hints.html" -->

<div class="col s12 m6">
<br>
<button class="btn fai-btn" name="submit_bttn" value="check">Create disk image</button>
Expand Down
14 changes: 14 additions & 0 deletions FAIme/hints.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<div class="col s12 m10">
<div class="col s12">
<ul class="browser-default">
<li>You should change the user and root password after installation</li>
<li>For the keyboard layout we assume Generic 105-key PC</li>
<li>To change the keyboard layout call
<code>dpkg-reconfigure keyboard-configuration</code>
</li>
<li>The timezone will be set to UTC. To change the timezone call
<code>dpkg-reconfigure tzdata</code>
</li>
</ul>
</div>
</div>
2 changes: 2 additions & 0 deletions FAIme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ <h5>

</div>

<!--#include virtual="hints.html" -->

<div class="col s12 m8">
<br>
<button class="btn fai-btn" name="sbm" value="0">Create installation image</button>
Expand Down
15 changes: 0 additions & 15 deletions FAIme/key-distr-desk-pkgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,3 @@
<span class="helper-text" data-error="Invalid input" data-success="You will be informed when the image generation is finished">You will be informed when the image generation is finished</span>
</div>
</div>

<div class="col s12 m10">
<div class="col s12">
<ul class="browser-default">
<li>You should change the user and root password after installation</li>
<li>For the keyboard layout we assume Generic 105-key PC</li>
<li>To change the keyboard layout call
<code>dpkg-reconfigure keyboard-configuration</code>
</li>
<li>The timezone will be set to UTC. To change the timezone call
<code>dpkg-reconfigure tzdata</code>
</li>
</ul>
</div>
</div>

0 comments on commit b72abae

Please sign in to comment.