Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Robert Millan
Package: preseed Severity: normal Writing it down in a bug report so that it isn't forgotten. 16:00 nyu joeyh: your last change to interactive/preseed isn't working. I believe it's due to the line in env2debconf that reads 'if [ $SEEN ]; then' instead of 'if [ $SEEN = 1 ]; then'.

Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Joey Hess
Robert Millan wrote: 16:00 nyu joeyh: your last change to interactive/preseed isn't working. I believe it's due to the line in env2debconf that reads 'if [ $SEEN ]; then' instead of 'if [ $SEEN = 1 ]; then'. I haven't tried, though, but that line is clearly wrong ('[' makes

Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Frans Pop
On Saturday 10 February 2007 12:46, Robert Millan wrote: 16:00 nyu joeyh: your last change to interactive/preseed isn't working. I believe it's due to the line in env2debconf that reads 'if [ $SEEN ]; then' instead of 'if [ $SEEN = 1 ]; then'. I haven't tried, though, but that line is

Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Robert Millan
On Sat, Feb 10, 2007 at 02:59:07PM -0500, Joey Hess wrote: 16:15 nyu no, that wasn't enough.. 16:16 nyu I observed that the order of my parameters (locale=xx interactive/preseed=true hostname=xx) is altered in /var/lib/preseed/log 16:16 nyu where the order is hostname, locale, then

Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Robert Millan
On Sat, Feb 10, 2007 at 09:40:28PM +0100, Robert Millan wrote: How about a prefix to mark individual variables as interactive ? E.g. _hostname=xxx. Or maybe a shortcut to seen would be more consistent: hostname/seen=false -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this

Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Joey Hess
Robert Millan wrote: On Sat, Feb 10, 2007 at 09:40:28PM +0100, Robert Millan wrote: How about a prefix to mark individual variables as interactive ? E.g. _hostname=xxx. Or maybe a shortcut to seen would be more consistent: hostname/seen=false Won't work, since order isn't