Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/minimal.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal.py')
-rw-r--r--examples/minimal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal.py b/examples/minimal.py
index b9472ac9..367574b5 100644
--- a/examples/minimal.py
+++ b/examples/minimal.py
@@ -61,4 +61,4 @@ with archinstall.Filesystem(archinstall.arguments['harddrive'], archinstall.GPT)
install_on(unlocked_root)
else:
root.format(root.filesystem)
- install_on(root) \ No newline at end of file
+ install_on(root, boot) \ No newline at end of file