User Tools

Site Tools


raspberry_phoscon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raspberry_phoscon [2020/12/06 13:40] herwarthraspberry_phoscon [2020/12/13 09:50] (current) herwarth
Line 7: Line 7:
 Use Etcher or whatever to install the downloaded zip on a SD card. Use Etcher or whatever to install the downloaded zip on a SD card.
  
-==== Initial settings to enable remote configuration ====+==== Initial settings  ====
 Use raspi-config to set network and change password of the pi user and change the hostname: Use raspi-config to set network and change password of the pi user and change the hostname:
 <code> <code>
Line 16: Line 16:
 systemctl start ssh.service systemctl start ssh.service
 </code> </code>
 +Disable swap
 +<code>
 +dphys-swapfile swapoff
 +dphys-swapfile uninstall
 +systemctl disable dphys-swapfile
 +</code>
 +Set time
 <code - /etc/systemd/timesyncd.conf> <code - /etc/systemd/timesyncd.conf>
 [Time] [Time]
Line 133: Line 140:
         // Software will be the latest available for the named release,         // Software will be the latest available for the named release,
         // but the Debian release itself will not be automatically upgraded.         // but the Debian release itself will not be automatically upgraded.
-        "origin=Raspbian,codename=${distro_codename},label=Raspbian"; +        "${distro_id}:${distro_codename}";
-        "origin=Raspberry Pi Foundation,codename=${distro_codename},label=Raspberry Pi Foundation"; +
-        "origin=phoscon.de,codename=${distro_codename}";+
  
         // Archive or Suite based matching:         // Archive or Suite based matching:
raspberry_phoscon.1607262001.txt.gz · Last modified: by herwarth