Add lsblk logging 🐒

This commit is contained in:
Dmitri Popov
2017-10-01 13:28:30 +02:00
committed by GitHub
parent 4039df57b4
commit 66607fe1b5

View File

@@ -4,6 +4,9 @@
# Run the install-little-backup-box.sh script first
# to install the required packages and configure the system.
# Log the output of the lsblk command for troubleshooting
sudo lsblk > lsblk.log
# Specify devices and their mount points
STORAGE_DEV="sda1"
STORAGE_MOUNT_POINT="/media/storage"