working alpha version
This commit is contained in:
20
raspberry-pi/readme
Normal file
20
raspberry-pi/readme
Normal file
@ -0,0 +1,20 @@
|
||||
# install raspberry-pi os
|
||||
# debian 13 trixie
|
||||
# https://www.raspberrypi.com/documentation/computers/getting-started.html#imager-install
|
||||
|
||||
# pi as usb storage
|
||||
echo '# Enable USB OTG
|
||||
dtoverlay=dwc2' >> /boot/firmware/config.txt
|
||||
echo 'dwc2
|
||||
g_mass_storage' > /etc/modules-load.d/talia.conf
|
||||
|
||||
dd if=/dev/zero of=/usb_share.img bs=1M count=8192
|
||||
mkfs.ext4 /usb_share.img
|
||||
mkdir /mnt/usb_share
|
||||
|
||||
# packages
|
||||
apt install vsftpd inotify-tools
|
||||
|
||||
# enable service
|
||||
systemctl enable talia-wait.service
|
||||
systemctl start talia-wait.service
|
||||
Reference in New Issue
Block a user