Forgot a variable.
This commit is contained in:
parent
b5245b31fe
commit
ab2a43e19f
|
|
@ -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)
|
||||
Loading…
Reference in New Issue