Note about resizing the partition
This commit is contained in:
parent
2aa9c42ad5
commit
dd11e7c17c
|
@ -254,6 +254,9 @@ $SUDO cp -f /tmp/freedombone_motd $MICROSD_MOUNT_POINT/$ROOTFS/etc/motd
|
||||||
clear
|
clear
|
||||||
echo '*** Initial microSD card setup is complete ***'
|
echo '*** Initial microSD card setup is complete ***'
|
||||||
echo ''
|
echo ''
|
||||||
|
echo 'To avoid running out of disk space you may first wish to resize the'
|
||||||
|
echo 'partition to the size of your microSD card, using something like gparted.'
|
||||||
|
echo ''
|
||||||
echo 'The microSD card can now be removed and inserted into the Beaglebone Black.'
|
echo 'The microSD card can now be removed and inserted into the Beaglebone Black.'
|
||||||
echo 'Once the Beaglebone has booted then you can log in with:'
|
echo 'Once the Beaglebone has booted then you can log in with:'
|
||||||
echo ''
|
echo ''
|
||||||
|
|
Loading…
Reference in New Issue