mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 22:49:28 +02:00
Add debug log
This commit is contained in:
parent
35ffccc352
commit
5f30a38b4a
@ -153,6 +153,7 @@ fn create(command: CreateCommand) -> Result<(), Error> {
|
||||
|
||||
let root_partition = block_device.partition_device_path(3)?;
|
||||
let encrypted_root = if let Some(cryptsetup) = &cryptsetup {
|
||||
info!("Encrypting the root filesystem");
|
||||
EncryptedDevice::prepare(&cryptsetup, &root_partition)?;
|
||||
Some(EncryptedDevice::open(
|
||||
cryptsetup,
|
||||
|
Loading…
x
Reference in New Issue
Block a user