--- trunk/grubby/grubby.c 2016/06/30 10:06:57 2971 +++ trunk/grubby/grubby.c 2016/06/30 10:17:00 2972 @@ -583,6 +583,7 @@ { "append", LT_KERNELARGS, ' ' }, { "prompt", LT_UNKNOWN, ' ' }, { "fdt", LT_DEVTREE, ' ' }, + { "fdtdir", LT_DEVTREE, ' ' }, { NULL, 0, 0 }, }; int useextlinuxmenu; @@ -4270,6 +4271,8 @@ _("display the title of the default kernel") }, { "devtree", 0, POPT_ARG_STRING, &newDevTreePath, 0, _("device tree file for new stanza"), _("dtb-path") }, + { "devtreedir", 0, POPT_ARG_STRING, &newDevTreePath, 0, + _("device tree directory for new stanza"), _("dtb-path") }, { "elilo", 0, POPT_ARG_NONE, &configureELilo, 0, _("configure elilo bootloader") }, { "efi", 0, POPT_ARG_NONE, &isEfi, 0,