From ef3816d912d8184b3d22128e272261171741d50a Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Fri, 24 Apr 2020 22:15:02 +0200 Subject: [PATCH] Fix displayed size of temporary partition, on Debian installation The value was hardcoded. See comment for accuracy. Addresses one point in #78. --- install-zfs.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 58d2336..26fa1bb 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -758,12 +758,16 @@ Proceed with the configuration as usual, then, at the partitioning stage: function install_operating_system_Debian { print_step_info_header + # The temporary volume size displayed is an approximation of the format used by the installer, + # but it's acceptable - the complexity required is not worth (eg. converting hypothetical units, + # etc.). + # local dialog_message='The Debian GUI installer will now be launched. Proceed with the configuration as usual, then, at the partitioning stage: - check `Manual partitioning` -> `Next` -- set `Storage device` to `Unknown - 10.0 GB '"${v_temp_volume_device}"'` +- set `Storage device` to `Unknown - '"${c_temporary_volume_size}"' '"${v_temp_volume_device}"'` - click on `'"${v_temp_volume_device}"'` in the filesystems panel -> `Edit` - set `Mount Point` to `/` -> `OK` - `Next`