FS#25579 - [aif] 2011.08.14 error with selecting sources in dual netinstall cd

Attached to Project: Release Engineering
Opened by Thomas Dziedzic (tomd123) - Monday, 15 August 2011, 01:19 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 15 August 2011, 07:26 GMT
Task Type Bug Report
Category AIF
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version testbuild (specify!)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

/arch/setup starts fine, but when I hit enter on "1 select source" I get the following error:

ls: cannot access /repo: No such file or directory
ERROR: ask_chicklist param 2 needs to be 0/1 to denote whether there's an elaborate explanation field per option
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
Monday, 15 August 2011, 07:26 GMT
Reason for closing:  Fixed
Comment by Dave Reisner (falconindy) - Monday, 15 August 2011, 01:33 GMT
Seems to be line 1333 of src/core/libs/lib-ui-interactive.sh.

The attached patch solves part of the problem. I'm not sure where the contents of /repos is supposed to come from though.
Comment by Dieter Plaetinck (Dieter_be) - Monday, 15 August 2011, 07:26 GMT
thanks Dave, that fixes it. pushed to develop.
/repo will exist (and hold /repo/core) on core images. but people can basically mount whichever repos under /repo either at image build time (custom images) or at runtime.
but on images like netinstall the dir doesn't exist.

Loading...