mirror of
https://github.com/Screenly/Anthias.git
synced 2026-02-25 19:17:31 -05:00
1.1 KiB
1.1 KiB
Screenly OSE Disk Image steps
- Download the latest Rasbian Stretch Lite
- Flash out the disk image to a 4GB SD card
- Boot the system
- Run
raspi-configand:- Set the keyboard to locale to
en_US.UTF-8 UTF-8
- Set the keyboard to locale to
- Run the installer and install the production branch
- Verify that everything works
- Add the sample assets (make sure to set the end date to year 2020 or similar)
- web: https://weather.srly.io - Screenly Weather Widget
- web: https://clock.srly.io - Screenly Clock Widget
- web: https://news.ycombinator.com - Hacker News
- Run
apt-get clean - Run
sudo wget -O /etc/init.d/resize2fs_once https://github.com/RPi-Distro/pi-gen/raw/dev/stage2/01-sys-tweaks/files/resize2fs_once - Run
sudo chmod +x /etc/init.d/resize2fs_once - Run
sudo systemctl enable resize2fs_once - Add
init=/usr/lib/raspi-config/init_resize.shin/boot/cmdline.txt - Shut down the system
- Create the disk image by running
SD_DEV=/dev/sdc sudo -E ./create_screenly_ose_build.shon a Linux machine (where/dev/sdcis your SD card)