Forgot a variable.

This commit is contained in:
Anton Hvornum 2021-04-08 21:33:49 +02:00
parent b5245b31fe
commit ab2a43e19f
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ with archinstall.Filesystem(archinstall.arguments['harddrive'], archinstall.GPT)
install_on(unlocked_root)
else:
root.format(root.filesystem)
install_on(root)
install_on(root, boot)