Commit 0f9b32f1 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Make the installation of VirtualBox optional

During installation, you can configure the system as a VirtualBox host or as a guest for use with VirtualBox. Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
parent 47b09374
......@@ -12,7 +12,7 @@ endif
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64 e2k%,$(ARCH)))
distro/alt-server: server_groups_desktop = $(addprefix centaurus/,\
80-desktop emulators freenx-server mate office pidgin vlc xorg scanning)
80-desktop emulators freenx-server mate office pidgin vlc xorg scanning vbox-host vbox-guest)
endif
distro/alt-server: monitoring = $(addprefix server-v/,\
......@@ -44,7 +44,6 @@ endif
@$(call add,INSTALL2_PACKAGES,strace)
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,INSTALL2_BRANDING,notes)
@$(call add,BASE_KMODULES,virtualbox)
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,STAGE2_BOOTARGS,lang=ru_RU)
......
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=VirtualBox Guest Additions
X-Alterator-PackageList=centaurus/vbox-guest
X-Alterator-Required=no
X-Alterator-Parent=centaurus/80-desktop
Name[ru_RU]=Гостевые дополнения VirtualBox
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=VirtualBox for host system
X-Alterator-PackageList=centaurus/vbox-host
X-Alterator-Required=no
X-Alterator-Parent=centaurus/80-desktop
Name[ru_RU]=VirtualBox для хост-системы
......@@ -6,8 +6,6 @@ cifs-utils
pam_ccreds
libsss_nss_idmap
virtualbox-guest-additions@X86
samba-client
nfs-clients
autofs
......
virtualbox-guest-additions@X86
kernel-modules-virtualbox-addition-std-def@X86
virtualbox@x86_64
kernel-modules-virtualbox-std-def@x86_64
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment