Skip to content

Commit

Permalink
add entry for a FAI server with fixed IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jul 2, 2015
1 parent 7d3735a commit 8f94091
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf/grub.cfg
Expand Up @@ -68,12 +68,18 @@ menuentry "Fully Automatic Installation with GNOME (user: grub pw: installme)" -
initrd /boot/initrd.img
}

menuentry "Fully Automatic Installation - faiserver (user: grub pw: installme)" --users "grub" {
menuentry "Fully Automatic Installation - faiserver, DHCP (user: grub pw: installme)" --users "grub" {
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
initrd /boot/initrd.img
}

menuentry "Fully Automatic Installation - faiserver, fixed IP (user: grub pw: installme)" {
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
initrd /boot/initrd.img
}

menuentry "FAI rescue system, no installation" --unrestricted {
set gfxpayload=$resolution
linux /boot/vmlinuz FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo hostname=demohost FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD rd.neednet ip=dhcp
Expand Down

0 comments on commit 8f94091

Please sign in to comment.