On Wed, Jan 31, 2007 at 11:17:06AM -0600, Manoj Srivastava wrote:
>         Could you tell us which hook scripts are being used? If these
>  are scripts provided by a debian package, they need to be
>  fixed. Thanks. 

It's /usr/sbin/update-grub.  In part it does:

    echo -n "Searching for default file ... "
    if [ -f "$default_file" ] ; then
      echo "found:" $default_file
    else
      echo "Generating $default_file file and setting the default boot entry to 
0"
      grub-set-default 0
    fi

Also:

    echo "Found Xen hypervisor $hypervisorVersion,  kernel: $kernel"

and

    echo "Found Xen hypervisor $hypVersion,  kernel: $kernel"

Thanks for the illumination WRT debconf and hook scripts.
-- 
Chip Salzenberg <[EMAIL PROTECTED]>


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

Reply via email to