We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063b964 commit 12c8a5cCopy full SHA for 12c8a5c
1 file changed
archinstall/scripts/minimal.py
@@ -31,6 +31,7 @@ def perform_installation(mountpoint: Path) -> None:
31
) as installation:
32
# Strap in the base system, add a boot loader and configure
33
# some other minor details as specified by this profile and user.
34
+ installation.mount_ordered_layout()
35
installation.minimal_installation()
36
installation.set_hostname('minimal-arch')
37
installation.add_bootloader(Bootloader.Systemd)
0 commit comments