Browse Source

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

SVN-Revision: 20514
Jo-Philipp Wich 16 years ago
parent
commit
817d27bcdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/x86/base-files/lib/upgrade/platform.sh

+ 1 - 1
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() {