apm821xx: only attempt to mount /boot on MyBook Live
[librecmc/librecmc.git] / target / linux / apm821xx / base-files / lib / preinit / 79_move_config
index 7c651b8a134df4e636e7ebb9419eecac2b6b3858..f45619fdbd7e86d36d9e1132e15b301edf99cf7c 100644 (file)
@@ -3,6 +3,7 @@
 BOOTPART=/dev/sda1
 
 move_config() {
+       grep -q 'MyBook Live' /proc/cpuinfo || return
        if [ -b $BOOTPART ]; then
                mkdir -p /boot
                mount -t ext4 -o rw,noatime $BOOTPART /boot