Skip to content

Commit

Permalink
using extrepo not a footnote any more
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 29, 2024
1 parent 199347d commit 30eabb0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions doc/fai-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,25 @@ steps are needed:

=== Install the FAI packages

* Install the key of the FAI project package repository:
* Add the URL of the package repository of the FAI project. footnote:[You can replace these two steps by:
+# apt install extrepo ; extrepo enable fai+]
* Install the key of the FAI project package repository.
* Add the URL of the package repository of the FAI project.
* Install the package 'fai-quickstart' on your install server.

Use these commands for installing:

----
# wget -O /etc/apt/trusted.gpg.d/fai-project.gpg https://fai-project.org/download/2BF8D9FE074BCDE4.gpg
# echo "deb http://fai-project.org/download bookworm koeln" > /etc/apt/sources.list.d/fai.list
----

or

----
# apt install extrepo ; extrepo enable fai
----

and then
----
# apt-get update
# aptitude install fai-quickstart
----
Expand Down

0 comments on commit 30eabb0

Please sign in to comment.