grub: Change fsIdentifier to str from string

This commit is contained in:
William A. Kennington III
2014-08-28 13:35:35 -07:00
parent 5870ae613f
commit 8329d12b79
@@ -212,7 +212,7 @@ in
fsIdentifier = mkOption {
default = "uuid";
type = types.addCheck types.string
type = types.addCheck types.str
(type: type == "uuid" || type == "label" || type == "provided");
description = ''
Determines how grub will identify devices when generating the