Skip to content

Commit 086104a

Browse files
committed
build
1 parent cda8d12 commit 086104a

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ claim_unsupported_distro() {
12001200
}
12011201

12021202
## Get necessary packages for your host system to be able to set the guest.
1203-
get_host_pkgs() {
1203+
get_host_virtualizer_pkgs() {
12041204
log notice "$hypervisor_pretty Installation: Required system virtualization packages are being installed... Please wait, this process may take a few minutes..."
12051205
if [ "$ubuntu_derivative_detected" = "1" ]; then
12061206
install_package_debian_common
@@ -1212,7 +1212,7 @@ get_host_pkgs() {
12121212
install_package_fedora_common
12131213
install_virtualbox_fedora
12141214
else
1215-
die 1 "Operating system not found in 'get_host_pkgs'. Please report this bug. The debug log is required."
1215+
die 1 "Operating system not found in 'get_host_virtualizer_pkgs'. Please report this bug. The debug log is required."
12161216
fi
12171217
}
12181218

@@ -2474,6 +2474,9 @@ install_package_fedora_common() {
24742474
install_pkg lsb_release >/dev/null 2>&1
24752475
fi
24762476

2477+
## Requires lsb_release / lsb-release.
2478+
get_specifics
2479+
24772480
install_signify signify
24782481
}
24792482

@@ -2562,6 +2565,9 @@ If that doesn't resolve the issue, consider reaching out to your operating syste
25622565
install_pkg lsb-release procps
25632566
fi
25642567

2568+
## Requires lsb_release / lsb-release.
2569+
get_specifics
2570+
25652571
if [ "${virtualbox_only}" = "1" ]; then
25662572
return 0
25672573
fi
@@ -5282,10 +5288,9 @@ run_installer() {
52825288
check_not_qubes_template
52835289
get_system_stat
52845290
need_reboot_check_first
5285-
get_host_pkgs
5291+
get_host_virtualizer_pkgs
52865292
need_reboot_check_second
52875293
get_independent_host_pkgs
5288-
get_specifics
52895294
kernel_modules_check
52905295
nested_virtualization_test
52915296
secure_boot_test

0 commit comments

Comments
 (0)