Update resize2fs

This commit is contained in:
Igor Pečovnik
2014-10-12 20:37:15 +02:00
parent 1794643c27
commit 9ecb382f2a

View File

@@ -21,6 +21,9 @@ case "$1" in
/sbin/resize2fs /dev/mmcblk0p1 2>/dev/null
/sbin/insserv -r resize2fs
;;
stop)
echo "Resizing in next start"
;;
*)
echo "Usage: $N {start}" >&2
exit 1