From 3fe93d05fc4ac49000646787fa2fed97eb279ad3 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Mon, 5 Jul 2021 22:08:35 +0200 Subject: [PATCH] Improve the description (device reference) in the Subiquity launch dialog Replace `/dev/sda4` with the disk id, which Subiquity displays. It's still not perfect, because the prefixes (like `scsi-0ATA_`) that are not displayed in Subiquity, but it should be clear enough. --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 6d3c192..58151fc 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -1099,7 +1099,7 @@ When the update option is presented, choose to update Subiquity to the latest ve At the partitioning stage: - select `Custom storage layout` -> `Done` -- select `'"$v_temp_volume_device"'` -> `Edit` +- select `'"${v_selected_disks[0]}"'/partition 4` -> `Edit` - set `Format:` to `ext4` (mountpoint will be automatically selected) - click `Save` - click `Done` -> `Continue` (ignore warning)