Draft Funtoo Install on RPI/Deploy

From Funtoo
< Draft Funtoo Install on RPI
Revision as of 20:44, February 9, 2019 by D4g33z (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Next: Transfer the SDCard to the Raspberry Pi and Boot