Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
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