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$')