mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Added dislocker to access disks encrypted using bitlocker (#46)
This commit is contained in:
parent
5a89b6e3cf
commit
c84c1aacfc
3 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
1
packages
1
packages
|
|
@ -21,6 +21,7 @@ dhclient
|
|||
dialog
|
||||
diffutils
|
||||
discount
|
||||
dislocker
|
||||
dmidecode
|
||||
dmraid
|
||||
dnsmasq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue