Skip to content

fedberry/fedberry-headless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fedberry-headless

Headless mode is a system configuration which enables access to FedBerry (at first boot) using ssh from another computer on a network. When this feature is enabled, the initial-setup service is bypassed and disabled.

Enable Headless mode

  1. After copying Fedberry to your SD card, mount the /boot partition and create a text file called headless or headless.txt (if using Windows).

  2. If your RPi requires a static IP Address, add the following lines to your /boot/headless config file:

IPADDR=<Required RPi static IP address>
NETMASK=<Network subnet mask>
GATEWAY=<Router/gateway IP address>

For example:

IPADDR=192.168.1.20
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
  1. Unmout your SD card and use it to boot Fedberry in headless mode.

About

Boot your Raspberry Pi using headless mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages