busybox: fs-resize: remove the big fat warning

.. time to get this tested
This commit is contained in:
Stefan Saraev 2013-09-26 21:04:36 +03:00
parent 2046394a18
commit 9af76d3bcd

View File

@ -19,11 +19,6 @@
# http://www.gnu.org/copyleft/gpl.html # http://www.gnu.org/copyleft/gpl.html
################################################################################ ################################################################################
#
# !!! BIG FAT WARNING !!!
# !!! WORK IN PROGRESS !!!
#
if [ -e /storage/.please_resize_me ] ; then if [ -e /storage/.please_resize_me ] ; then
# get the disk. /storage on 2nd partition # get the disk. /storage on 2nd partition
PART=$(grep "/storage " /proc/mounts | cut -d" " -f1 | grep '2$') PART=$(grep "/storage " /proc/mounts | cut -d" " -f1 | grep '2$')