Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Draft Funtoo Install on RPI/Deploy"
Jump to navigation
Jump to search
(Created page with "== Deploy Installation to SDCard == {{console|body= ###i## mkdir -p /mnt/rpi ###i## mount ${SDCARD}2 /mnt/rpi ###i## mkdir -p /mnt/rpi/boot ###i## mount ${SDCARD}1 /mnt/rpi/bo...") |
|||
Line 11: | Line 11: | ||
##i## ${SYSROOT}/{boot,bin,etc,home,lib,mnt,opt,root,run,sbin,srv,tmp,usr,var,dev,proc,sys} \ | ##i## ${SYSROOT}/{boot,bin,etc,home,lib,mnt,opt,root,run,sbin,srv,tmp,usr,var,dev,proc,sys} \ | ||
##i## /mnt/rpi | ##i## /mnt/rpi | ||
}} | }} | ||
Next: [[Draft_Funtoo_Install_on_RPI/Transfer|Transfer the SDCard to the Raspberry Pi and Boot]] | Next: [[Draft_Funtoo_Install_on_RPI/Transfer|Transfer the SDCard to the Raspberry Pi and Boot]] |
Latest revision as of 20:44, February 9, 2019
Deploy Installation to SDCard
root # mkdir -p /mnt/rpi root # mount ${SDCARD}2 /mnt/rpi root # mkdir -p /mnt/rpi/boot root # mount ${SDCARD}1 /mnt/rpi/boot root # rsync --archive \ root ##i## --verbose \ root ##i## --progress \ root ##i## --exclude "var/git/*" \ root ##i## ${SYSROOT}/{boot,bin,etc,home,lib,mnt,opt,root,run,sbin,srv,tmp,usr,var,dev,proc,sys} \ root ##i## /mnt/rpi