From 5eab3d086705c34a1d2a2371bb26f0848a4f4299 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Thu, 6 May 2021 23:40:01 -0500 Subject: [PATCH] updating notes and script --- src/NOTES/Chroot_Distro_Build_OLD.txt | 2 ++ src/start.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/NOTES/Chroot_Distro_Build_OLD.txt b/src/NOTES/Chroot_Distro_Build_OLD.txt index 6c0ad6e..9042fc4 100644 --- a/src/NOTES/Chroot_Distro_Build_OLD.txt +++ b/src/NOTES/Chroot_Distro_Build_OLD.txt @@ -5,6 +5,8 @@ ## WEBSITES Window Managers : http://xwinman.org/ + # Python Tiling WM + http://docs.qtile.org/en/latest/index.html Source List Generator : https://repogen.simplylinux.ch/index.php Themes : diff --git a/src/start.sh b/src/start.sh index fbe6a53..e77f001 100755 --- a/src/start.sh +++ b/src/start.sh @@ -89,6 +89,10 @@ function sanity_check() { "\tapt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y" sleep 2 sudo apt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y + + # Note: Need to add arch/manjaro linux detection to run compatable commands. + # # cdrkit has 'genisoimage' command + # sudo pacman -Syy syslinux squashfs-tools cdrkit netpbm xorg-server-xephyr fi if [[ "${ARCH}" == "" ]] || [[ "${RELEASE}" == "" ]]; then