[Feature] Auto-installer: let the user pick the target drive when more than one is present #44
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When multiple drives are present, the auto-installer should let the user choose the install target. May not currently be possible. Check the image-recipe installer flow.
Implemented: the auto-installer now collects ALL candidate internal disks (NVMe, then non-removable SATA, excluding the USB boot device) and, when more than one is present, shows a numbered picker (
image-recipe/.../auto-install.sh). Interactive selection with a 60s fallback to the first disk so an unattended boot still completes; single-disk behavior is unchanged.bash -nsyntax-clean. Verify on a real multi-drive ISO boot.