Mount partitions in minimal script before starting installation (#3585)
This commit is contained in:
parent
063b9643b4
commit
12c8a5c62e
|
|
@ -31,6 +31,7 @@ def perform_installation(mountpoint: Path) -> None:
|
||||||
) as installation:
|
) as installation:
|
||||||
# Strap in the base system, add a boot loader and configure
|
# Strap in the base system, add a boot loader and configure
|
||||||
# some other minor details as specified by this profile and user.
|
# some other minor details as specified by this profile and user.
|
||||||
|
installation.mount_ordered_layout()
|
||||||
installation.minimal_installation()
|
installation.minimal_installation()
|
||||||
installation.set_hostname('minimal-arch')
|
installation.set_hostname('minimal-arch')
|
||||||
installation.add_bootloader(Bootloader.Systemd)
|
installation.add_bootloader(Bootloader.Systemd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue