User Tools

Site Tools


raspberry_ubuntu_server

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_ubuntu_server [2020/12/06 09:02] herwarthraspberry_ubuntu_server [2020/12/06 09:49] (current) herwarth
Line 20: Line 20:
 [Time] [Time]
 NTP=172.16.0.254 NTP=172.16.0.254
-#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org 
 #RootDistanceMaxSec=5 #RootDistanceMaxSec=5
 #PollIntervalMinSec=32 #PollIntervalMinSec=32
 #PollIntervalMaxSec=2048 #PollIntervalMaxSec=2048
 </code> </code>
 +===Remove unnecessary packages=== 
 +<code> 
 +apt purge cloud-init 
 +rm -rf /etc/cloud 
 +rm -rd /var/lib/cloud 
 +rm /etc/netplan/50-cloud-init.yaml 
 +</code> 
 +<code - /etc/netplan/01-netcfg.yaml> 
 +network: 
 +  version: 2 
 +  renderer: networkd 
 +  ethernets: 
 +    eth0: 
 +      dhcp4: true 
 +</code> 
 +<code> 
 +apt purge apparmor 
 +</code> 
 +<code> 
 +hostnamectl set-hostname raspberry 
 +reboot 
 +</code> 
 +{{tag>linux}}
raspberry_ubuntu_server.1607245361.txt.gz · Last modified: by herwarth