This commit is contained in:
Joey Hess 2014-05-23 12:31:42 -04:00
parent 0ec565a590
commit aba5e143f2
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ distroKernel = propertyList "digital ocean distro kernel hack"
, "/etc/default/kexec" `File.containsLines` , "/etc/default/kexec" `File.containsLines`
[ "LOAD_KEXEC=true" [ "LOAD_KEXEC=true"
, "USE_GRUB_CONFIG=true" , "USE_GRUB_CONFIG=true"
] ] `describe` "kexec configured"
] ]