Public bug reported:
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
** Affects: ps3-kboot (Ubuntu)
Importance: Undecided
Status: New
** Affects: ps3pf-utils (Ubuntu)
Importance: Undecided
Status: New
** Also affects: ps3pf-utils (Ubuntu)
Importance: Undecided
Status: New
--
ps3-kboot postinst fails
https://bugs.launchpad.net/bugs/158748
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs