Skip to content

Commit

Permalink
Move from lightdm to eglfs and add splash screen package
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanetti committed Mar 21, 2021
1 parent cca15ff commit 5c0ebc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stage2/04-nymea/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ echo dtoverlay=vc4-fkms-v3d >> /boot/config.txt
# Get away with the low voltage warning
echo avoid_warnings=1 >> /boot/config.txt

# Hide console log messages and blinking cursor and activate the splash
sed -i "s/console=tty1/console=tty3 quiet vt.global_cursor_default=0 splash/" "/boot/cmdline.txt"

# Drop packages conflicting with network-manager
apt-get purge --yes openresolv dhcpcd5

Expand Down
3 changes: 2 additions & 1 deletion stage2/04-nymea/05-packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nymea
nymea-plugins
nymea-networkmanager
nymea-app-kiosk
nymea-app-kiosk-wayland
nymea-splashscreen

0 comments on commit 5c0ebc0

Please sign in to comment.