ps3-kboot postinst fails

Bug #158748 reported by Arnd Bergmann
2
Affects Status Importance Assigned to Milestone
ps3-kboot (Ubuntu)
Fix Released
Undecided
Colin Watson
ps3pf-utils (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: ps3-kboot

ps3-kboot-0.1-7 uses this postinst script:

if [ "$1" = "configure" ]; then
        echo -n "Updating flash with ps3-kboot bootloader..."
        dev=`find-other-os-flash 2>/dev/null`
        if [ -n "$dev" ]; then
                # Prints results
                other-os-flash-util $dev /boot/otheros.bld
        else
                echo "ERROR: Could not find flash device"
                echo "You will need to manually update the flash device."
        fi
fi

The find-other-os-flash and other-os-flash-util programs that used to be part of ps3pf-utils have been replaced by ps3-flash-util, which no longer takes a $dev argument. When ps3pf-utils-2.0 is installed, the ps3-kboot postinst should be something like

if [ "$1" = "configure" ]; then
        echo -n "Updating flash with ps3-kboot bootloader..."
        ps3-flash-util $dev /boot/otheros.bld
fi

Revision history for this message
Colin Watson (cjwatson) wrote :

Not a ps3pf-utils bug.

Changed in ps3pf-utils:
status: New → Invalid
Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks. I fixed this (actually independently, as I forgot to check the bug list first) in ps3-kboot 0.1-9 in hardy:

ps3-kboot (0.1-9) hardy; urgency=low

  * Update for flash utility changes in ps3pf-utils 2.0-1.

 -- Colin Watson <email address hidden> Wed, 16 Jan 2008 22:00:57 +0000

Changed in ps3-kboot:
assignee: nobody → kamion
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.