Install Ubuntu Server on Raspberry Pi: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Network==
==Network==
<source lang="yaml">
<source lang="bash">
cat <<EOF > /Volumes/system-boot/network-config
wifis:
wifis:
   wlan0:
   wlan0:
Line 8: Line 9:
     ChorkeOrg_2.4GHz:
     ChorkeOrg_2.4GHz:
       password: "medisys@bd/0A"
       password: "medisys@bd/0A"
EOF
</source>
</source>



Revision as of 21:39, 19 March 2021

Network

cat <<EOF > /Volumes/system-boot/network-config
wifis:
  wlan0:
  dhcp4: true
  optional: true
  access-points:
    ChorkeOrg_2.4GHz:
      password: "medisys@bd/0A"
EOF

References