mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
tests: Probe partition tables after parted
This commit is contained in:
parent
414095743d
commit
e61c53dd96
@ -23,6 +23,7 @@ EOF
|
||||
|
||||
# Setup LUKS
|
||||
parted -s /dev/sdd mklabel msdos mkpart p 1MiB 50% mkpart p 50% 100%
|
||||
partprobe
|
||||
cryptsetup -q --type luks1 luksFormat /dev/sdd1 <<< 123test
|
||||
cryptsetup -q --type luks2 luksFormat /dev/sdd2 <<< 123test
|
||||
cryptsetup -q --type luks2 luksFormat /dev/sde <<< 123test
|
||||
|
Loading…
Reference in New Issue
Block a user