===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ltsp-20.06/docs/ltsp.conf.5.md-204-This symlinks all $BASE_DIR/$RPI_IMAGE/boot/* files directly under $TFTP_DIR
ltsp-20.06/docs/ltsp.conf.5.md:205:when `ltsp kernel $RPI_IMAGE` is called.
ltsp-20.06/docs/ltsp.conf.5.md-206-See the [Raspberry Pi documentation page](https://ltsp.org/docs/raspberrypi)
##############################################
ltsp-20.06/ltsp/client/login/pwmerge-44- * Local passwordless logins for remote users are supported by running
ltsp-20.06/ltsp/client/login/pwmerge:45:   `usermod -p pamltsp=$base64_password user`.
ltsp-20.06/ltsp/client/login/pwmerge-46- * Guest passwordless logins without SSH authentication are supported by
##############################################
ltsp-20.06/ltsp/common/ltsp/55-images.sh-12-# `ltsp kernel image-name`, without specifying chroot, VM, or squashfs image.
ltsp-20.06/ltsp/common/ltsp/55-images.sh:13:# Initramfs-tools don't quote `nfsmount ${NFSROOT}` or `$nbdpath`, so
ltsp-20.06/ltsp/common/ltsp/55-images.sh-14-# simple names may not contain anything weird like spaces etc.
##############################################
ltsp-20.06/ltsp/common/ltsp/55-images.sh-63-#   fi
ltsp-20.06/ltsp/common/ltsp/55-images.sh:64:# Do not use `set -- $(list_img_names)` as it won't die on error
ltsp-20.06/ltsp/common/ltsp/55-images.sh-65-list_img_names() {
##############################################
ltsp-20.06/ltsp/common/ltsp/55-images.sh-156-    if [ -f "$overlayko" ]; then
ltsp-20.06/ltsp/common/ltsp/55-images.sh:157:        # Do not `ln -s "$target/lib/modules" /lib/modules`
ltsp-20.06/ltsp/common/ltsp/55-images.sh-158-        # In that case, $target is in use after modprobe
##############################################
ltsp-20.06/ltsp/common/ltsp/55-ltsp.sh-14-# 6) upstream: 55-$_APPLET-distro.sh for a specific applet
ltsp-20.06/ltsp/common/ltsp/55-ltsp.sh:15:# For proper ordering, upstream and distros should use `VAR=${VAR:-value}`.
ltsp-20.06/ltsp/common/ltsp/55-ltsp.sh-16-# We're still in the "sourcing" phase, so subsequent scripts may even use the
##############################################
ltsp-20.06/ltsp/ltsp-14-
ltsp-20.06/ltsp/ltsp:15:# Execution sequence:
ltsp-20.06/ltsp/ltsp-16-# This main() > source common/ltsp/* (and config/vendor overrides)