Gitiles
Code Review
Sign In
review.blissroms.org
/
device_phh_treble
/
25d7b4c53982f48ebd78b5bd7d0d6856f49cdf10
/
.
/
resize-system.sh
blob: cc902374a737ee257d38cd225241487cbe59aaee [
file
] [
log
] [
blame
]
#!/system/bin/sh
set
-
e
if
[
"grep ' /system ' /proc/mounts |cut -d ' ' -f 1 |wc -l"
-
ne
1
];
then
exit
0
fi
mount
-
o remount
,
rw
/
system
resize2fs $
(
grep
' /system '
/
proc
/
mounts
|
cut
-
d
' '
-
f
1
)
mount
-
o remount
,
ro
/
system