summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs1
-rw-r--r--src/Propellor/Property/Grub.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index cce50052..6dd56c07 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -78,7 +78,6 @@ hosts = -- (o) `
& ipv6 "2600:3c03::f03c:91ff:fe73:b0d2"
& Apt.installed ["linux-image-amd64"]
- & Grub.chainPVGrub "hd0,0" "xen/xvda1"
& Grub.chainPVGrub "hd0" "xen/xvda"
& Hostname.sane
& Apt.unattendedUpgrades
diff --git a/src/Propellor/Property/Grub.hs b/src/Propellor/Property/Grub.hs
index 96b1e5bf..7ca6275b 100644
--- a/src/Propellor/Property/Grub.hs
+++ b/src/Propellor/Property/Grub.hs
@@ -3,7 +3,6 @@ module Propellor.Property.Grub where
import Propellor
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
-import Utility.Applicative
-- | Eg, hd0,0 or xen/xvda1
type GrubDevice = String