# Slideshow prep The below commands will prep the system for storing photos as well as install fundamental packages needed to make the slideshow feature (the feature that's the whole point of the project) work. ``` sh sudo -sHu root /bin/bash # Filesystem for pictures apt install btrfs-progs parted /dev/sda mkfs.btrfs /dev/sda1 mkdir /tank cat >> /etc/fstab < /etc/default/console-setup <