Skip to content

Commit

Permalink
do not set host name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Nov 2, 2015
1 parent 49fa7f3 commit 6e0d6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/grub.cfg
Expand Up @@ -58,7 +58,7 @@ menuentry "" --unrestricted {
}
menuentry "Fully Automatic Installation - select installation type from menu " --users "fai" {
set gfxpayload=$resolution
linux /boot/vmlinuz FAI_FLAGS="menu,verbose,createvt" FAI_ACTION=install hostname=demohost FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD rd.neednet ip=dhcp
linux /boot/vmlinuz FAI_FLAGS="menu,verbose,createvt" FAI_ACTION=install FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD rd.neednet ip=dhcp
initrd /boot/initrd.img
}

Expand All @@ -77,7 +77,7 @@ menuentry "Fully Automatic Installation - faiserver, using a fixed IP" {

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
linux /boot/vmlinuz FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo FAI_CONFIG_SRC=file:///var/lib/fai/config rd.live.image root=live:CDLABEL=FAI_CD
initrd /boot/initrd.img
}

Expand Down

0 comments on commit 6e0d6c1

Please sign in to comment.