aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-06 11:55:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:51:27 -0700
commitbf65d1cbab5af97c761df7f9f0ac3a7737e58930 (patch)
tree305e4c60b1cb79511231f7592379be10e92b9c32 /consfigurator.asd
parentdd9f45e0f48e92cdab912089afd614880e392a4a (diff)
downloadconsfigurator-bf65d1cbab5af97c761df7f9f0ac3a7737e58930.tar.gz
implement installing GRUB
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index f61220d..85c8dd0 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -45,6 +45,7 @@
(:file "src/property/sshd")
(:file "src/property/locale")
(:file "src/property/installer")
+ (:file "src/property/grub")
(:file "src/connection/shell-wrap")
(:file "src/connection/fork")
(:file "src/connection/rehome")