x86_64: sysupgrade: consider hdX and vdX devices as well
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Oct 2014 17:13:50 +0000 (17:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Oct 2014 17:13:50 +0000 (17:13 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42965

target/linux/x86_64/base-files/lib/preinit/79_move_config

index ca9c2a9b5e5948cf9976f95cc89333f0671c1f1b..0b9b49fee3235e53143e29cd5c212c9988f9cb76 100644 (file)
@@ -20,7 +20,7 @@ move_config() {
                        PARTUUID=[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]-02)
                                uuid="${cmdline#PARTUUID=}"
                                uuid="${uuid%-02}"
-                               for disk in /dev/sd[a-z]; do
+                               for disk in /dev/[hsv]d[a-z]; do
                                        set -- $(dd if=$disk bs=1 skip=440 count=4 2>/dev/null | hexdump -v -e '4/1 "%02x "')
                                        if [ "$4$3$2$1" = "$uuid" ]; then
                                                dev="${disk}1"