Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpitc.blogspot.com
RPiTC full file system
#---------------------------AUTOSTEP to prepare sdcard+download rpitc and firmware
use the script: rpitcCreator.sh from a linux pc, usage: ./rpitcCreator.sh /dev/mmcblk0 (or your destination path ex.: /dev/sdb)
#---------------------------MANUALSTEP:
create 2 partition
1 fat16 lba 60Mb (my mount point is: /media/BOOT/)
2 ext4 at least 1Gb (my mount point is /media/rpitc)

git clone RPiTC-Kernel on fat16 partition ( git clone https://github.com/Gibbio/RPiTC-Kernel.git /media/BOOT/ )
git clone RPiTC full file system on ext4 partition ( git clone https://github.com/Gibbio/RPiTC.git /media/rpitc/ )
then on ext4:
mkdir boot dev lost+found media mnt proc run selinux svr sys tmp



#--------------------------POSTINSTALL:
#after the first boot recreate ssh_host_keys!!!!
rm -fr /etc/ssh/ssh_host_*
ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa
ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa
ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa

About

RPiTC File System

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors