index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-08 21:33:49 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-04-08 21:33:49 +0200 |
commit | ab2a43e19faefa11809e603aa5ee9add6f6b96c0 (patch) | |
tree | f90357f53bb4098d8ac108f1e53d5909cb4c23da | |
parent | b5245b31fec9c19a16a8b00233afb1cfee1499fa (diff) |
-rw-r--r-- | examples/minimal.py | 2 |
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 |