From 0b05498e4b5a22e3ccf161f0a4ce4d05ff4ad6ad Mon Sep 17 00:00:00 2001
From: "Lukas F. Hartmann" <lukas@mntre.com>
Date: Mon, 15 Mar 2021 16:02:49 +0100
Subject: [PATCH] userland: preinstall reform-handbook

---
 reform2-imx8mq/mkuserland.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reform2-imx8mq/mkuserland.sh b/reform2-imx8mq/mkuserland.sh
index d86b3b3..24db94c 100755
--- a/reform2-imx8mq/mkuserland.sh
+++ b/reform2-imx8mq/mkuserland.sh
@@ -82,8 +82,8 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 376511EB67AD7BAF
 echo "deb https://mntre.com/reform-debian sid/" >>/etc/apt/sources.list
 apt update
 
-# install essential MNT Reform system management scripts
-apt install -y reform-tools
+# install essential MNT Reform system management scripts and docs
+apt install -y reform-tools reform-handbook
 
 apt install -y sway grim slurp xwayland xterm xfce4-terminal rofi arc-theme thunar policykit-1 libblockdev-dm2 libblockdev-crypto2 gnome-disk-utility cryptsetup  gnome-system-monitor eog evince mpv gedit engrampa connman-gtk gnome-icon-theme breeze-icon-theme fonts-noto-color-emoji lxpolkit mesa-utils w3m man-db pulseaudio pavucontrol python3-psutil ircii
 
-- 
GitLab