install.txt 681 B

1234567891011121314151617181920
  1. raspi-config
  2. ============
  3. * german-locale + german-keymap
  4. * activate sshd and i2c
  5. * apt install vim curl htop mc
  6. manual stuff
  7. ============
  8. * configure wlan
  9. * configure disks
  10. * mkdir /mnt/ssdext
  11. * fstab: /dev/sda1 /mnt/ssdext ext4 rw,defaults 0 0
  12. * mkdir /mnt/hddex
  13. * test: mount -t cifs -o username='ftpuser',password='#*ftpuser.00',uid=1000,gid=1000,sec=ntlm //192.168.178.1/FRITZ.NAS/TOSHIBA-MK5065GSXF-01 /mnt/hddext
  14. * fstab:
  15. * printf "username=ftpuser\npassword=#*ftpuser.00\n" > /home/pi/.smbcredentials
  16. * //192.168.178.1/FRITZ.NAS/TOSHIBA-MK5065GSXF-01 /mnt/hddext cifs credentials=/home/pi/.smbcredentials,uid=1000,gid=1000,sec=ntlm 0 0