Skip to content

Commit 2f55460

Browse files
committed
aii/server/config: configure grub2_efi_kernel_root if AII_EFI_KERNEL_ROOT is defined
1 parent fe6c43b commit 2f55460

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quattor/aii/server/config.pan

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ prefix '/software/components/aiiserver/aii-shellfe';
5252
null;
5353
};
5454

55+
'grub2_efi_kernel_root' ?= if ( is_defined(AII_EFI_KERNEL_ROOT) ) {
56+
AII_EFI_KERNEL_ROOT;
57+
} else {
58+
null;
59+
};
60+
5561

5662

5763
# aii-dhcp configuration

0 commit comments

Comments
 (0)