浏览代码

apm821xx: only attempt to mount /boot on MyBook Live

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 年之前
父节点
当前提交
119b4422f8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/apm821xx/base-files/lib/preinit/79_move_config

+ 1 - 0
target/linux/apm821xx/base-files/lib/preinit/79_move_config

@@ -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