From 9af76d3bcd677524c7d7aeff84957c0c83296c48 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 26 Sep 2013 21:04:36 +0300 Subject: [PATCH] busybox: fs-resize: remove the big fat warning .. time to get this tested --- packages/sysutils/busybox/scripts/fs-resize | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/sysutils/busybox/scripts/fs-resize b/packages/sysutils/busybox/scripts/fs-resize index adbfbb3d6c..c74f8af82d 100755 --- a/packages/sysutils/busybox/scripts/fs-resize +++ b/packages/sysutils/busybox/scripts/fs-resize @@ -19,11 +19,6 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -# -# !!! BIG FAT WARNING !!! -# !!! WORK IN PROGRESS !!! -# - if [ -e /storage/.please_resize_me ] ; then # get the disk. /storage on 2nd partition PART=$(grep "/storage " /proc/mounts | cut -d" " -f1 | grep '2$')