Suppress STDOUT of gdisk
This commit is contained in:
parent
cfa70dec32
commit
2ac4d7c95f
@ -257,7 +257,7 @@ install() {
|
|||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo 8300
|
echo 8300
|
||||||
echo w) | gdisk "${install_path}"
|
echo w) | gdisk "${install_path}" > /dev/null
|
||||||
log "info" "Wrote partitions"
|
log "info" "Wrote partitions"
|
||||||
log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")"
|
log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")"
|
||||||
cryptsetup -y -v luksFormat "${install_path}" || exit
|
cryptsetup -y -v luksFormat "${install_path}" || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user