diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index c4fbda33d4..6cf2017104 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -436,7 +436,7 @@ else return 0 fi - + if [ -n "$wol_ip" -a -n "$wol_mac" -a -n "$wol_wait" ]; then progress "Sending Magic Packet (WOL) if needed" @@ -455,7 +455,7 @@ mount_part "$boot" "/flash" "ro,noatime" } - mount_storage() { + mount_storage() { progress "Mounting storage" wakeonlan @@ -477,7 +477,6 @@ disk="$target/$OVERLAY_DIR,$options" fi fi - mount_part "$disk" "/storage" "rw,noatime" fi }