diff --git a/packages/sysutils/busybox-system/scripts/init b/packages/sysutils/busybox-system/scripts/init index 1b4d876ea9..612f270b30 100755 --- a/packages/sysutils/busybox-system/scripts/init +++ b/packages/sysutils/busybox-system/scripts/init @@ -3,7 +3,7 @@ # funktions mount_sys() { if ! /bin/mountpoint -q $1; then - echo "### $1 does not exist, create it ###" +# echo "### $1 does not exist, create it ###" /bin/mount -t $2 none $1 fi }