apm821xx: only attempt to mount /boot on MyBook Live

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau 8 years ago
parent 47cce1d5e4
commit 119b4422f8

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

Loading…
Cancel
Save