mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
disk-deactivate: return correct bash script
This commit is contained in:
parent
ec8b802c2d
commit
7bee8de8e6
1 changed files with 2 additions and 4 deletions
|
@ -3,8 +3,6 @@ set -efux
|
|||
# dependencies: jq util-linux lvm2 mdadm zfs
|
||||
disk=$(realpath "$1")
|
||||
|
||||
echo printing partition table before deactivation
|
||||
lsblk -a -f -o +ID-LINK >/dev/stderr
|
||||
lsblk -a -f >/dev/stderr
|
||||
lsblk --output-all --json | jq -r --arg disk_to_clear "$disk" -f "$(dirname "$0")/disk-deactivate.jq"
|
||||
echo printing partition table after deactivation
|
||||
lsblk -a -f -o +ID-LINK >/dev/stderr
|
||||
lsblk -a -f >/dev/stderr
|
||||
|
|
Loading…
Reference in a new issue