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
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Dave Reisner (falconindy) - Monday, 17 September 2018, 21:37 GMT
No, this is working as intended, the flag description is just up for misinterpretation. Also I interpret "Avoid confirmation" (what you wrote) and "Avoid auto-confirmation" (what pacstrap documents) to be very different.

It'd be nicer if this just said something like: "make package selection interactive".
Comment by salosh (salosh) - Tuesday, 18 September 2018, 10:41 GMT
I see your point. and I agree with you, the comment should be what you wrote then it all makes sense.

Loading...