sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
SVN-Revision: 20514
This commit is contained in:
parent
4172149f89
commit
817d27bcdc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ platform_check_image() {
|
||||||
|
|
||||||
platform_do_upgrade() {
|
platform_do_upgrade() {
|
||||||
sync
|
sync
|
||||||
get_image "$1" > /dev/hda
|
get_image "$1" > /dev/sda
|
||||||
}
|
}
|
||||||
|
|
||||||
x86_prepare_ext2() {
|
x86_prepare_ext2() {
|
||||||
|
|
Loading…
Reference in a new issue