From ff211ac1b1b3f27d996cd255b6a8bf4cd73ed8ec Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 3 Aug 2020 07:31:56 +0000 Subject: [PATCH] Finalize slideshow setup on ubuntu, including removal of cursor on the slideshow tty --- docs/finalize_setup.md | 2 ++ docs/slideshow.md | 21 ++++++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/finalize_setup.md b/docs/finalize_setup.md index 02ab37e..a568b87 100644 --- a/docs/finalize_setup.md +++ b/docs/finalize_setup.md @@ -12,6 +12,8 @@ sudo -sHu root /bin/bash # Disable cloud-init as it's unnecessary for the purposes of this project touch /etc/cloud/cloud-init.disabled +nano -w /boot/firmware/cmdline.txt + remove console=tty1 systemctl reboot # Login diff --git a/docs/slideshow.md b/docs/slideshow.md index 750f4f7..981560c 100644 --- a/docs/slideshow.md +++ b/docs/slideshow.md @@ -178,7 +178,7 @@ chmod a+x /usr/local/bin/fim-slideshow.sh cat > /etc/systemd/system/fim.service < /usr/local/bin/no-cursor-tty1.sh < /dev/tty1 +EOF +chmod a+x /usr/local/bin/no-cursor-tty1.sh +cat > /etc/systemd/system/no-cursor-tty1.service < /etc/incron.d/feh <