What is the best method to get Dietpi running this way? I.e. SD is needed for initial boot up, but every part of the OS after it booted via USB HDD.
When I had Raspbian, this is the method, I followed:
Code: Select all
sudo fdisk -l
Code: Select all
sudo mount /dev/sd## /mnt
Code: Select all
sudo rsync -ax / /mnt/
Code: Select all
sudo nano /boot/cmdline.txt
Code: Select all
sudo nano /mnt/etc/fstab
Does the DietPi installation do this when I select that I have an external HDD? Or does it just install programs to the HDD, while keeping rootfs and everything still on the SD card?
If it does not, is it recommended that I do what I did above before running initial setup where it asks me about how I will be using the pi?