Add lsblk logging 🐒
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
# Run the install-little-backup-box.sh script first
|
# Run the install-little-backup-box.sh script first
|
||||||
# to install the required packages and configure the system.
|
# 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
|
# Specify devices and their mount points
|
||||||
STORAGE_DEV="sda1"
|
STORAGE_DEV="sda1"
|
||||||
STORAGE_MOUNT_POINT="/media/storage"
|
STORAGE_MOUNT_POINT="/media/storage"
|
||||||
|
|||||||
Reference in New Issue
Block a user