Sign in
cobalt
/
cobalt
/
0519dfe15d9e6877420b3107a0809325e557d720
/
.
/
src
/
tools
/
raspi_image
/
auto-resize-partition.sh
blob: e90f1190fdd097204f4e7113a9b458a84801aa26 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
-
e
/
boot
/
1stboot
.
txt
];
then
export PATH
=
$PATH
:/
usr
/
sbin
:/
sbin
raspi
-
config
--
expand
-
rootfs
rm
/
boot
/
1stboot
.
txt
reboot
fi