[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: no usb-hdd images for squeeze



Hello.

Well, Daniel, I have found a problem with the error and now I'm gonna be all right.

When acted on target with apt-cdrom add , fail me.

But if I indicate the path of the medium: apt-cdrom add /media/cdrom

Everything is going right.

That goes in a file called library.sh in base-installer.udeb.

The change this:


        if ! log-output -t base-installer \
             chroot /target apt-cdrom add </dev/null; then
            error "error while running apt-cdrom"
        fi
    else


Therefore:

        if ! log-output -t base-installer \
             chroot /target apt-cdrom add /media/cdrom </dev/null; then
            error "error while running apt-cdrom"
        fi
    else

And the installation is correct.

I have communicated to the lists of debian-installer but I think they are now redirecting the bug to the package grub-installer. I do not think I meet, je je.




Greetings.






--
José A. González

Siempre GNU Linux-libre.

Reply to: