Re: MENU question/problem

2006-03-14 Thread Scott
My permissions were wrong. I did not have 30-menu.source chmod'ed to 755. Now that I have corrected that, and I am using this example code: #! /bin/sh /tmp/ip dialog --title FAI (Fully Automatic Installation) \ --menu Choose the type of installation: 15 64 6 \

Re: MENU question/problem

2006-03-14 Thread Scott
So, the point is, what I am trying to do is ask all of the questions at the very first (menu.lst) screen so that it is a FAI.. Is that possible? Thank you __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: MENU question/problem

2006-03-14 Thread Michael Tautschnig
So, the point is, what I am trying to do is ask all of the questions at the very first (menu.lst) screen so that it is a FAI.. Is that possible? AFAIK you cannot ask questions at that point, but you can set some variables to provide the relevant data - but that makes me ask, which questions

Re: MENU question/problem

2006-03-14 Thread Scott
--- Michael Tautschnig [EMAIL PROTECTED] wrote: So, the point is, what I am trying to do is ask all of the questions at the very first (menu.lst) screen so that it is a FAI.. Is that possible? AFAIK you cannot ask questions at that point, but you can set some variables to provide