mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
remove grub and zsh from base packages, fix displaymanager installation for mate and
cinnamon
This commit is contained in:
parent
07f1868e82
commit
7c45b007e4
4
aif
4
aif
@ -2261,13 +2261,13 @@ install_manjaro_de_wm() {
|
||||
target_desktop="/tmp/profiles/community/cinnamon/Packages-Desktop"
|
||||
overlay="/tmp/profiles/community/cinnamon/desktop-overlay/"
|
||||
profile="/tmp/profiles/community/cinnamon/profile.conf"
|
||||
display-manager="lightdm"
|
||||
echo "lightdm" > /tmp/.display-manager
|
||||
;;
|
||||
mate)
|
||||
target_desktop="/tmp/profiles/community/mate/Packages-Desktop"
|
||||
overlay="/tmp/profiles/community/mate/desktop-overlay/"
|
||||
profile="/tmp/profiles/community/mate/profile.conf"
|
||||
display-manager="lightdm"
|
||||
echo "lightdm" > /tmp/.display-manager
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -22,7 +22,6 @@ gcc-libs
|
||||
gettext
|
||||
glibc
|
||||
grep
|
||||
grub
|
||||
gzip
|
||||
inetutils
|
||||
intel-ucode
|
||||
@ -85,4 +84,3 @@ util-linux
|
||||
which
|
||||
xfsprogs
|
||||
zd1211-firmware
|
||||
zsh
|
||||
|
@ -22,7 +22,6 @@ gcc-libs
|
||||
gettext
|
||||
glibc
|
||||
grep
|
||||
grub
|
||||
gzip
|
||||
inetutils
|
||||
intel-ucode
|
||||
@ -83,4 +82,3 @@ util-linux
|
||||
which
|
||||
xfsprogs
|
||||
zd1211-firmware
|
||||
zsh
|
||||
|
Loading…
Reference in New Issue
Block a user