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