Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Anarchy Installer
installer
Commits
dec78364
Verified
Commit
dec78364
authored
Nov 11, 2020
by
Erazem Kokot
Browse files
Updated logging for preconfigured desktop packages
parent
da39be80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
src/usr/lib/anarchy/setup-preconfigured
src/usr/lib/anarchy/setup-preconfigured
+22
-1
No files found.
src/usr/lib/anarchy/setup-preconfigured
View file @
dec78364
...
...
@@ -17,14 +17,17 @@ quick_install() {
if
"
${
bluetooth
}
"
;
then
base_install+
=
"bluez bluez-utils pulseaudio-bluetooth "
enable_bt
=
true
log
"Added bluetooth support"
fi
if
"
${
enable_f2fs
}
"
;
then
base_install+
=
"f2fs-tools "
log
"Added f2fs-tools"
fi
if
"
${
UEFI
}
"
;
then
base_install+
=
"efibootmgr "
log
"Added efibootmgr"
fi
quick_desktop
...
...
@@ -45,14 +48,17 @@ quick_install() {
if
"
${
bluetooth
}
"
;
then
base_install+
=
"bluez bluez-utils pulseaudio-bluetooth "
enable_bt
=
true
log
"Added bluetooth support"
fi
if
"
${
enable_f2fs
}
"
;
then
base_install+
=
"f2fs-tools "
log
"Added f2fs-tools"
fi
if
"
${
UEFI
}
"
;
then
base_install+
=
"efibootmgr "
log
"Added efibootmgr"
fi
quick_desktop
...
...
@@ -72,14 +78,17 @@ quick_install() {
if
"
${
bluetooth
}
"
;
then
base_install+
=
"bluez bluez-utils pulseaudio-bluetooth "
enable_bt
=
true
log
"Added bluetooth support"
fi
if
"
${
enable_f2fs
}
"
;
then
base_install+
=
"f2fs-tools "
log
"Added f2fs-tools"
fi
if
"
${
UEFI
}
"
;
then
base_install+
=
"efibootmgr "
log
"Added efibootmgr"
fi
;;
Anarchy-Server-LTS
)
...
...
@@ -96,14 +105,17 @@ quick_install() {
if
"
${
bluetooth
}
"
;
then
base_install+
=
"bluez bluez-utils pulseaudio-bluetooth "
enable_bt
=
true
log
"Added bluetooth support"
fi
if
"
${
enable_f2fs
}
"
;
then
base_install+
=
"f2fs-tools "
log
"Added f2fs-tools"
fi
if
"
${
UEFI
}
"
;
then
base_install+
=
"efibootmgr "
log
"Added efibootmgr"
fi
;;
esac
...
...
@@ -158,17 +170,25 @@ quick_desktop() {
while
(
true
)
;
do
if
"
${
VM
}
"
;
then
case
"
${
virt
}
"
in
qemu
)
GPU
=
"spice-vdagent"
log
"Added QEMU guest utils"
;;
vbox
)
GPU
=
"virtualbox-guest-utils virtualbox-guest-dkms "
GPU
=
"virtualbox-guest-utils virtualbox-guest-dkms"
log
"Added VirtualBox guest utils"
;;
vmware
)
GPU
=
"xf86-video-vmware xf86-input-vmmouse open-vm-tools net-tools gtkmm mesa mesa-libgl"
log
"Added VMWare guest utils"
;;
hyper-v
)
GPU
=
"xf86-video-fbdev mesa-libgl"
log
"Added HyperV guest utils"
;;
*
)
GPU
=
"xf86-video-fbdev mesa-libgl"
log
"Added generic VM guest utils"
;;
esac
break
...
...
@@ -194,4 +214,5 @@ quick_desktop() {
DM
=
"lightdm"
enable_dm
=
true
log
"Enabled lightdm"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment