25
edits
Line 22: | Line 22: | ||
First we export the path where we will copy these into, and then we will manually copy them. I choose /opt/rpi_root, but any other path with the right permissions for your user and common sense is going to be ok: | First we export the path where we will copy these into, and then we will manually copy them. I choose /opt/rpi_root, but any other path with the right permissions for your user and common sense is going to be ok: | ||
RPI_ROOT /opt/rpi_root | |||
cp -R <SD_mountpoint_directory>/usr $RPI_ROOT | cp -R <SD_mountpoint_directory>/usr $RPI_ROOT |
edits