diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-17 13:47:27 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-17 13:47:27 +0100 |
commit | f5d7884eb22ab15a5a5c7a70cfcecec8cce360b8 (patch) | |
tree | 5d33368fd22d47f459b09ae4abc525e1b72a1d88 /stages/second_stage.sh | |
parent | 00f3ae82ac392fe0ec85d6fc8734a14df80072f8 (diff) | |
download | archinstall-f5d7884eb22ab15a5a5c7a70cfcecec8cce360b8.tar archinstall-f5d7884eb22ab15a5a5c7a70cfcecec8cce360b8.tar.zst archinstall-f5d7884eb22ab15a5a5c7a70cfcecec8cce360b8.zip |
Renamed boot_partition to efi_partition and root_partition to main_partition.
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r-- | stages/second_stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index 7020b6b..5ad7745 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -31,6 +31,6 @@ bash configure_network.sh $hostname bash configure_users.sh $admin_username $DEFAULT_PASSWORD -bash install_bootloader.sh $boot_partition_path +bash install_bootloader.sh $efi_partition_path bash configure_desktop.sh |