mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-27 17:54:13 +01:00
Added dislocker to access disks encrypted using bitlocker (#46)
This commit is contained in:
parent
5a89b6e3cf
commit
c84c1aacfc
|
|
@ -1,6 +1,11 @@
|
|||
SystemRescue ChangeLog
|
||||
======================
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
7.00 (YYYY-MM-DD):
|
||||
-------------------------------------------------------------------------------
|
||||
* Added dislocker to access disks encrypted using bitlocker (#46)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
6.1.8 (2020-09-12):
|
||||
-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ available on the block storage. You normally need this command after you have
|
|||
extended the disk of a virtual machine and need to make the additional space
|
||||
usable.
|
||||
* The **lvm** package provide all tools required to access Linux logical volumes
|
||||
* The **dislocker** package provides commands to access disks encrypted using
|
||||
bitlocker
|
||||
|
||||
## Network tools
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue