Skip to content

summitto/raspbian_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!! EXPERIMENTAL - use at your own risk !!!

Initial raspbian setup

  1. Install debmirror

    sudo apt install debmirror

  2. Download debian mirror to an external drive formatted to a file system supported by your raspberry pi in order to get offline access to all packages.

    ./download_deb_mirror.sh -o /path/to/external/drive

  3. Download Raspbian and flash the SD card with the image

    ./raspbian.sh

  4. Power on and login to Raspberry Pi

  5. Adjust keyboard settings to your liking (probably XKBLAYOUT=us XKBVARIANT=intl) in:

    /etc/default/keyboard

  6. Adjust the date settings to your liking:

    sudo date -s "1 JAN 2020 00:00:01"

  7. Execute start script to install all required packages

    chmod +x start.sh && . ./start.sh

Upgrading to new debian version

Follow steps 1, 2 and 5, using the new debian version instead of "buster". Additionally, run:

sudo apt full-upgrade  

Further reading

https://www.tobanet.de/dokuwiki/debian:debmirror

https://www.debian.org/mirror/ftpmirror

https://help.ubuntu.com/community/AptGet/Offline/Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages