View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#60
Originally Posted by plourde View Post
How to ik copy the rootfs files to sd if i didnt choose destination atg the end of the installer. Was working through parallels and didnt pick a final destination. How to i send file to sd card and yes its partitioned right. Thanks so much
The files must be in the rootfs/ folder, use
Code:
cp -a "$mountpoint_target"* "$selected_destination"