Skip to content

Commit

Permalink
use both options for activating aufs or overlayfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jun 24, 2016
1 parent 6acb49a commit 36ee11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/grub.cfg.autodiscover
Expand Up @@ -57,7 +57,7 @@ menuentry "" --unrestricted {

menuentry "Autodiscover the FAI server" {
set gfxpayload=$resolution
linux /boot/vmlinuz FAI_FLAGS="menu,verbose,createvt" fai.discover aufs root=/dev/nfs ip=dhcp quiet
linux /boot/vmlinuz FAI_FLAGS="menu,verbose,createvt" fai.discover aufs rootovl root=/dev/nfs ip=dhcp quiet
initrd /boot/initrd.img
}

Expand Down

0 comments on commit 36ee11b

Please sign in to comment.