On Sun, Nov 24, 2002 at 02:15:56PM +0100, Jonas Meurer wrote:
> Hello,
> Testing d-i works with some problems already reported until I have
> installed base-system and have to install a boot-manager:
> Install LILO on a hard disk:
> On which device should LILO install the boot block?
> [blabla]
> [default = ${bootdev}]> 
> strange default, he? and it doesn't work, I have to give the value
> manually:
[...]

Great, it means that cdebconf now works like debconf ;)
In lilo-installer.postinst
    db_subst lilo-installer/bootdev bootdev "$defaultbootdev"
must be replaced by
    db_fget lilo-installer/bootdev seen
    if [ "$RET" != true ]; then
        db_set lilo-installer/bootdev "$defaultbootdev"
    fi

I will change templates and debconf commands when Default: ${foo}
is used in templates files.

Thanks for your report.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to