sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)

SVN-Revision: 20514
master
Jo-Philipp Wich 14 years ago
parent 4172149f89
commit 817d27bcdc
  1. 2
      target/linux/x86/base-files/lib/upgrade/platform.sh

@ -14,7 +14,7 @@ platform_check_image() {
platform_do_upgrade() {
sync
get_image "$1" > /dev/hda
get_image "$1" > /dev/sda
}
x86_prepare_ext2() {

Loading…
Cancel
Save