0

First of all, I know how to setup a slient install given a list of instructions provided in another question: (Installing Raspbian from NOOBS without display)

However, I need this thing to setup its wifi connection, install a package during the installation, and change its keyboard setting to US. Is there a way to tell the NOOBs installer to do this during installation?

user3346931
  • 287
  • 2
  • 6
  • 14

1 Answers1

0

Looks like you're looking for something like https://github.com/debian-pi/raspbian-ua-netinst

This is a silent netinstall that will do everything automatically and only requires a network connection.

You can modify setup files before running it on the Raspberry Pi and add packages you want to be additionally installed and so on. Read through the git page and Wiki.

I use for my Raspberry Pi. To be honest it's 100x better than the bloated Raspbian image from raspberrypi.org.