mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-06 16:36:57 +00:00
This ensures that all scans are completed, before installer reaches partitioning stage, when kernel is configured with CONFIG_SCSI_SCAN_ASYNC=y. This prevents confusing error message "no disk drives detected", and drives magically appearing if one re-enters partitioning screen a little while later. LP: #1751813
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
# Use synchronous scanning, to block update-dev in d-i/hw-detect until after the scan is done
|
|
# This ensures that partitioning stage has all the drives detected
|
|
|
|
options scsi_mod scan=sync
|