Skip to content

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jan 30, 2019
1 parent 7b7d1ba commit cf3e2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ menuentry "Rescue system, no installation" {
initrd /boot/initrd.img
}

menuentry "FAI server installation - using external DHCP" {
menuentry "FAI server installation - using external DHCP server" {
set gfxpayload=$resolution
linux /boot/vmlinuz FAI_FLAGS="verbose,createvt" FAI_ACTION=install hostname=faiserver FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD rd.neednet ip=dhcp quiet
initrd /boot/initrd.img
}

menuentry "FAI server installation - using a fixed IP" {
menuentry "FAI server installation - using internal DHCP and a fixed IP" {
set gfxpayload=$resolution
linux /boot/vmlinuz FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.33.250::192.168.33.1:255.255.255.0:faiserver:eth0:off FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD quiet
initrd /boot/initrd.img
Expand Down

0 comments on commit cf3e2c3

Please sign in to comment.