Apply disk configuration function in installer

This commit is contained in:
oddlama 2021-05-29 22:18:39 +02:00
parent 0b1f8b5c6c
commit a6023eba13
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ function check_config() {
}
function preprocess_config() {
disk_configuration
check_config
}