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