mirror of
https://github.com/terem42/zfs-hetzner-vm.git
synced 2025-12-22 14:58:32 +00:00
updated default choices for encrypted fs and experimental modules usage
This commit is contained in:
@@ -348,7 +348,7 @@ function ask_root_password {
|
|||||||
function ask_encryption {
|
function ask_encryption {
|
||||||
print_step_info_header
|
print_step_info_header
|
||||||
|
|
||||||
if dialog --yesno 'Do you want to encrypt the root pool?' 30 100; then
|
if dialog --defaultno --yesno 'Do you want to encrypt the root pool?' 30 100; then
|
||||||
v_encrypt_rpool=1
|
v_encrypt_rpool=1
|
||||||
fi
|
fi
|
||||||
set +x
|
set +x
|
||||||
@@ -368,7 +368,7 @@ function ask_encryption {
|
|||||||
function ask_zfs_experimental {
|
function ask_zfs_experimental {
|
||||||
print_step_info_header
|
print_step_info_header
|
||||||
|
|
||||||
if dialog --yesno 'Do you want to use experimental zfs module build?' 30 100; then
|
if dialog --defaultno --yesno 'Do you want to use experimental zfs module build?' 30 100; then
|
||||||
v_zfs_experimental=1
|
v_zfs_experimental=1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -313,7 +313,7 @@ function ask_root_password {
|
|||||||
function ask_encryption {
|
function ask_encryption {
|
||||||
print_step_info_header
|
print_step_info_header
|
||||||
|
|
||||||
if dialog --yesno 'Do you want to encrypt the root pool?' 30 100; then
|
if dialog --defaultno --yesno 'Do you want to encrypt the root pool?' 30 100; then
|
||||||
v_encrypt_rpool=1
|
v_encrypt_rpool=1
|
||||||
fi
|
fi
|
||||||
set +x
|
set +x
|
||||||
@@ -333,7 +333,7 @@ function ask_encryption {
|
|||||||
function ask_zfs_experimental {
|
function ask_zfs_experimental {
|
||||||
print_step_info_header
|
print_step_info_header
|
||||||
|
|
||||||
if dialog --yesno 'Do you want to use experimental zfs module build?' 30 100; then
|
if dialog --defaultno --yesno 'Do you want to use experimental zfs module build?' 30 100; then
|
||||||
v_zfs_experimental=1
|
v_zfs_experimental=1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user