From ab2a43e19faefa11809e603aa5ee9add6f6b96c0 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 8 Apr 2021 21:33:49 +0200 Subject: Forgot a variable. --- examples/minimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3-54-g00ecf