Re: Installation manual is too terse

2016-09-20 Thread Richard Owlett
On 9/20/2016 6:12 AM, Darac Marjal wrote: On Tue, Sep 20, 2016 at 06:01:55AM -0500, Richard Owlett wrote: On 9/20/2016 4:42 AM, Darac Marjal wrote: On Tue, Sep 20, 2016 at 03:59:05AM -0500, Richard Owlett wrote: _B.5.3. Chainloading preconfiguration files_ says in part: # More flexibly, this r

Re: Installation manual is too terse

2016-09-20 Thread Darac Marjal
On Tue, Sep 20, 2016 at 06:01:55AM -0500, Richard Owlett wrote: On 9/20/2016 4:42 AM, Darac Marjal wrote: On Tue, Sep 20, 2016 at 03:59:05AM -0500, Richard Owlett wrote: _B.5.3. Chainloading preconfiguration files_ says in part: # More flexibly, this runs a shell command and if it outputs the n

Re: Installation manual is too terse

2016-09-20 Thread Richard Owlett
On 9/20/2016 4:42 AM, Darac Marjal wrote: On Tue, Sep 20, 2016 at 03:59:05AM -0500, Richard Owlett wrote: _B.5.3. Chainloading preconfiguration files_ says in part: # More flexibly, this runs a shell command and if it outputs the names of # preconfiguration files, includes those files. #d-i pres

Re: Installation manual is too terse

2016-09-20 Thread Darac Marjal
On Tue, Sep 20, 2016 at 03:59:05AM -0500, Richard Owlett wrote: _B.5.3. Chainloading preconfiguration files_ says in part: # More flexibly, this runs a shell command and if it outputs the names of # preconfiguration files, includes those files. #d-i preseed/include_command \ # string if [

Installation manual is too terse

2016-09-20 Thread Richard Owlett
_B.5.3. Chainloading preconfiguration files_ says in part: # More flexibly, this runs a shell command and if it outputs the names of # preconfiguration files, includes those files. #d-i preseed/include_command \ # string if [ "`hostname`" = bob ]; then echo bob.cfg; fi How complex can the