From 6431768463d8275b8ec7cb50b406a3b447c83f64 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 7 Jun 2014 00:38:33 +0200 Subject: [PATCH] busybox: cosmetics Signed-off-by: Stephan Raue --- packages/sysutils/busybox/scripts/init | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }