mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Expand rockpro64 rootfs
This commit is contained in:
parent
b6635fd3f7
commit
4eacc85f60
|
@ -28,7 +28,7 @@ if [ ! -f /var/lib/mynode/.expanded_rootfs ]; then
|
|||
raspi-config --expand-rootfs
|
||||
touch /var/lib/mynode/.expanded_rootfs
|
||||
fi
|
||||
if [ $IS_ROCK64 = 1 ]; then
|
||||
if [ $IS_ROCK64 = 1 ] || [ $IS_ROCKPRO64 = 1 ]; then
|
||||
/usr/lib/armbian/armbian-resize-filesystem start
|
||||
touch /var/lib/mynode/.expanded_rootfs
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user