This commit is contained in:
Your Name 2023-02-14 23:26:33 -07:00
parent cd3615e376
commit 832e26672e

View File

@ -34,8 +34,8 @@ BTRFS="/dev/$(lsblk | grep $HARD_DISK | head -4 | tail -1 | cut -c 7-20 | cut -d
BOOT="/dev/$(lsblk | grep $HARD_DISK | head -3 | tail -1 | cut -c 7-20 | cut -d ' ' -f1)"
ROOT_NAME='debian'
ROOT_MAPPER_NAME='root'
BACKUP_DISK='/dev/disk/by-uuid/c4c696f9-08f4-43db-a3e2-8cee7862ca0a'
BACKUP_DISK_MAPPER='usbdebian'
BACKUP_DISK='/dev/disk/by-uuid/3e449410-f05f-4149-80ac-af2d078ba260'
BACKUP_DISK_MAPPER='usb'
######################################
USER="verita84"
USER_PASSWORD="123456"