Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-08 21:33:49 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-08 21:33:49 +0200
commitab2a43e19faefa11809e603aa5ee9add6f6b96c0 (patch)
treef90357f53bb4098d8ac108f1e53d5909cb4c23da /examples
parentb5245b31fec9c19a16a8b00233afb1cfee1499fa (diff)
Forgot a variable.
Diffstat (limited to 'examples')
-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