FS#60096 - [arch-install-scripts] pacstrap -i has the opposite behaviour than what's documented
Attached to Project:
Arch Linux
Opened by salosh (salosh) - Monday, 17 September 2018, 21:04 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 05 January 2019, 16:27 GMT
Opened by salosh (salosh) - Monday, 17 September 2018, 21:04 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 05 January 2019, 16:27 GMT
|
Details
Description:
The '-i' flag actually forces confirmation rather than avoids it. line 309 should be changed to: interactive=0 Steps to reproduce: pacstrap -i /mnt |
This task depends upon
Closed by Dave Reisner (falconindy)
Saturday, 05 January 2019, 16:27 GMT
Reason for closing: Fixed
Additional comments about closing: testing/arch-install-scripts 21-1
Saturday, 05 January 2019, 16:27 GMT
Reason for closing: Fixed
Additional comments about closing: testing/arch-install-scripts 21-1
It'd be nicer if this just said something like: "make package selection interactive".