Skip to content

Commit 12c8a5c

Browse files
authored
Mount partitions in minimal script before starting installation (#3585)
1 parent 063b964 commit 12c8a5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

archinstall/scripts/minimal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def perform_installation(mountpoint: Path) -> None:
3131
) as installation:
3232
# Strap in the base system, add a boot loader and configure
3333
# some other minor details as specified by this profile and user.
34+
installation.mount_ordered_layout()
3435
installation.minimal_installation()
3536
installation.set_hostname('minimal-arch')
3637
installation.add_bootloader(Bootloader.Systemd)

0 commit comments

Comments
 (0)