Skip to content

Commit

Permalink
make some entries shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jun 27, 2016
1 parent 9a50b01 commit 70c402b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/grub.cfg
Expand Up @@ -59,7 +59,7 @@ menuentry " Username/password to start the installation: fai/install " -
menuentry "" --unrestricted {
set gfxpayload=$resolution
}
menuentry "FAI client standalone installation - select installation type from menu " --users "fai" {
menuentry "Client standalone installation - select installation type from menu " --users "fai" {
set gfxpayload=$resolution
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 quiet
initrd /boot/initrd.img
Expand All @@ -78,7 +78,7 @@ menuentry "FAI server installation - using a fixed IP" {
initrd /boot/initrd.img
}

menuentry "FAI rescue system, no installation" --unrestricted {
menuentry "Rescue system, no installation" --unrestricted {
set gfxpayload=$resolution
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 quiet
initrd /boot/initrd.img
Expand Down

0 comments on commit 70c402b

Please sign in to comment.