diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-25 01:02:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-25 01:02:59 (EDT) |
commit | f283bef5c06cf4843955a2825e1270751a4041cd (patch) | |
tree | 1fd6dbb366377922f08e35e543186663b61a8d7d | |
parent | 9f999a85489520ae4a901cfcf87db924e8fcd036 (diff) |
cmd/installer-pc: Mount partition, not device
-rw-r--r-- | lib/cmd/installer-pc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/installer-pc.sh b/lib/cmd/installer-pc.sh index 51d8a69..95bf9e7 100644 --- a/lib/cmd/installer-pc.sh +++ b/lib/cmd/installer-pc.sh @@ -61,7 +61,7 @@ cmd_installer_pc_main() suite="$(profile_normalize_suite "${suite}")" cmd_installer_pc_make_partition_and_fs "${dev}" - root="$(block_mount "${dev}")" + root="$(block_mount "${dev}1")" install_system "${cmd_install_pc_opt_m-}" "${suite}" \ "${cmd_install_pc_opt_a-}" "${cmd_install_pc_opt_p-}" \ |