Enabling autoresize at next boot

If you don't have a PC to plug you Batocera drive into or if it's an internal drive, you can do it all from the Batocera machine.

Firstly make sure you have run the RGS Update Service to get our fix for the autoresize bug and rebooted at least once, then follow the steps below:

Press F1 Start xTerm from Applications Run the following command:
mount -o remount,rw /boot

Then type:
cd /boot

Then type: vi batocera-boot.conf

Use the arrow keys to move the cursor to the line with the autoresize option.
Press the insert key to enter edit mode. Delete the # from the start of the line amd make sure the value is "true"
Press the Esc key.

Now type :
wq
to exit and save the file.

Then type:
reboot

This can also be done remotely from a PC via SSH using Putty.