Skip to content

Commit

Permalink
clean iso name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Oct 28, 2019
1 parent 2991064 commit bc3ab2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/fai-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1677,11 +1677,11 @@ needed for your FAI classes (using `fai-mirror(1)`). Then the command
`fai-cd(8)` will put this mirror, the nfsroot and the config space
onto a bootable CD. That's it!

To easily create the installation CD, you can use the following command
To easily create the installation CD, you can use the following command
(for more tuning details see `fai-cd(8)`):

----
faiserver# fai-cd -m <partialMirrorDir> faiserver-cd.iso
faiserver# fai-cd -m <partialMirrorDir> fai-cd.iso
----

This installation CD contains all data needed for the
Expand All @@ -1697,7 +1697,7 @@ stick by just writing the content of the ISO file to your USB stick
(here the stick is _/dev/sdf_).

----
faiserver# dd if=faiserver-cd.iso of=/dev/sdf bs=1M
faiserver# dd if=fai-cd.iso of=/dev/sdf bs=1M
----

This is no live CD of the install server.
Expand Down

0 comments on commit bc3ab2f

Please sign in to comment.