Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidated encrypted USB scripts and removed redundancy | Sam Chudnick | 2022-06-17 | 1 | -9/+0 |
| | | | | | | | Removed the mount-cryptusb and unmount-cryptusb scripts which are now redundant that mount-device and unmount-device handle LUKS devices. Consolidated encrypted USB script into sync-cryptusb, which now calls mount-device and unmount-device. | ||||
* | Don't assume device is on /dev/sdc | Sam Chudnick | 2022-06-16 | 1 | -1/+5 |
| | | | | Search for device instead of assuming it is on /dev/sdc. | ||||
* | Check if USB has already been mapped and skip to mount command if it has been. | Sam Chudnick | 2021-11-21 | 1 | -1/+1 |
| | |||||
* | initial commit | Sam Chudnick | 2021-11-06 | 1 | -0/+5 |