summaryrefslogtreecommitdiffstats
path: root/rescue/tree/etc/oem
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/tree/etc/oem')
-rwxr-xr-xrescue/tree/etc/oem3
1 files changed, 1 insertions, 2 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem
index 9082f255b..f03195b55 100755
--- a/rescue/tree/etc/oem
+++ b/rescue/tree/etc/oem
@@ -700,8 +700,7 @@ sub select_packages {
}
#- special packages that are to be move to closure always ...
- foreach (qw(nfs-utils-client numlock usbd hotplug alsa alsa-utils
- bzflag),
+ foreach (qw(nfs-utils-client numlock usbd hotplug alsa alsa-utils),
exists $options{server} ? qw(Aurora Aurora-Monitor-NewStyle-Categorizing-WsLib bootsplash) : ()) {
my $pkg = pkgs::packageByName($o->{packages}, $_);
if ($pkg) {