Skip to content

Commit

Permalink
updat esome release names
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Oct 28, 2022
1 parent b9c1176 commit 7dcd9ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/fai-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2416,11 +2416,11 @@ https://wiki.fai-project.org/index.php/Use_nfsroot_for_diskless_clients
+
If you want to serve multiple nfsroot directories,
you need to create specific config directories in '/etc' for FAI, like
'/etc/fai-jessie' and '/etc/fai-stretch'. Then you need to set the
'/etc/fai-buster' and '/etc/fai-bookworm'. Then you need to set the
+$NFSROOT+ variables to different directories and run

----
faiserver#fai-make-nfsroot -C /etc/fai-jessie
faiserver#fai-make-nfsroot -C /etc/fai-buster
----


Expand Down
4 changes: 2 additions & 2 deletions man/fai-diskimage.8
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ configuration including several examples.
You can now build your fist disk image.

# export FAI_BASEFILEURL=https://fai-project.org/download/basefiles/
# cl="DEBIAN,STRETCH64,AMD64,FAIBASE,GRUB_PC,DHCPC,DEMO,CLOUD,LAST"
# cl="DEBIAN,BULLSEYE64,AMD64,FAIBASE,GRUB_PC,DHCPC,DEMO,CLOUD,LAST"
# fai-diskimage -vu cloud3 -S2G -c$cl cloud.raw

Creates a Debian system with a small set of software packages without
Expand Down Expand Up @@ -78,7 +78,7 @@ for booting bare metal hosts.

You can start fai-diskimage in a clean shell environment by calling:

# env -i /usr/sbin/fai-diskimage -vNu cloudhost -S5G -cSTRETCH64,GCE disk.raw
# env -i /usr/sbin/fai-diskimage -vNu cloudhost -S5G -cBULLSEYE64,GCE disk.raw


You can also build cross-architecture disk images using
Expand Down
2 changes: 1 addition & 1 deletion man/nfsroot.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ called as the first part of fai-make-nfsroot unless -B is used. This variable de
SUITE and MIRROR for debootstrap. The third parameter is
the name of the bootstrap script variant to use. Example:

FAI_DEBOOTSTRAP="stretch http://deb.debian.org/debian"
FAI_DEBOOTSTRAP="bullseye http://deb.debian.org/debian"

.TP
.B NFSROOT_ETC_HOSTS
Expand Down

0 comments on commit 7dcd9ec

Please sign in to comment.