LTSP configure local devices

# install packages
apt-get install -y ltspfs libfuse2 fuse-utils
 
# all all user to group fuse
for USER in $(ls /home/); do
    if [ $i != "lost+found" ]; then
        usermod -a -G fuse $USER
    fi
done
 
# load fuse module on boot
cat /etc/modules | grep fuse || echo fuse >> /etc/modules
 
# modify ltsp configuration
vi /var/lib/tftpboot/ltsp/i386/lts.conf 
[default]
LOCAL_STORAGE=Y
 
# Links
https://wiki.ubuntu.com/DebugLocalDev

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!