Skip to content
Snippets Groups Projects
Commit 119b4422 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

apm821xx: only attempt to mount /boot on MyBook Live


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 47cce1d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment