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

SVN-Revision: 20514
This commit is contained in:
Jo-Philipp Wich 2010-03-27 15:28:17 +00:00
parent 4172149f89
commit 817d27bcdc

View file

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