new iso pure added
This commit is contained in:
parent
e84057ec5a
commit
869428050d
8 changed files with 38 additions and 50 deletions
|
@ -15,6 +15,10 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
package=sddm
|
||||
if pacman -Qs $package > /dev/null ; then
|
||||
ln -sf /usr/lib/systemd/system/sddm.service /etc/systemd/system/display-manager.service
|
||||
fi
|
||||
package=gdm
|
||||
if pacman -Qs $package > /dev/null ; then
|
||||
ln -sf /usr/lib/systemd/system/gdm.service /etc/systemd/system/display-manager.service
|
||||
|
@ -27,7 +31,3 @@ package=lightdm
|
|||
if pacman -Qs $package > /dev/null ; then
|
||||
ln -sf /usr/lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
|
||||
fi
|
||||
package=sddm
|
||||
if pacman -Qs $package > /dev/null ; then
|
||||
ln -sf /usr/lib/systemd/system/sddm.service /etc/systemd/system/display-manager.service
|
||||
fi
|
||||
|
|
27
archiso/airootfs/usr/local/bin/alci-make-a-pure-arch
Executable file
27
archiso/airootfs/usr/local/bin/alci-make-a-pure-arch
Executable file
|
@ -0,0 +1,27 @@
|
|||
#!/bin/bash
|
||||
#set -e
|
||||
###############################################################################
|
||||
# Author : Erik Dubois
|
||||
# Website : https://www.erikdubois.be
|
||||
# Website : https://www.arcolinux.info
|
||||
# Website : https://www.arcolinux.com
|
||||
# Website : https://www.arcolinuxd.com
|
||||
# Website : https://www.arcolinuxb.com
|
||||
# Website : https://www.arcolinuxiso.com
|
||||
# Website : https://www.arcolinuxforum.com
|
||||
###############################################################################
|
||||
#
|
||||
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
pacman -Rs --noconfirm sddm
|
||||
pacman -Rs --noconfirm bash-completion
|
||||
pacman -Rs --noconfirm grub
|
||||
pacman -Rs --noconfirm os-prober
|
||||
pacman -Rs --noconfirm dex
|
||||
pacman -Rs --noconfirm libxinerama
|
||||
pacman -Rs --noconfirm make
|
||||
pacman -Rs --noconfirm xorg-xkill
|
||||
pacman -Rs --noconfirm xterm
|
||||
pacman -Rs --noconfirm xorg-xrdb
|
|
@ -116,20 +116,20 @@ zsh
|
|||
### VIA CALAMARES CONFIG ###
|
||||
#######################################################
|
||||
|
||||
sddm
|
||||
|
||||
alci-dwm
|
||||
#alci-dwm-nemesis
|
||||
alci-calamares
|
||||
#alci-calamares-dev
|
||||
alci-calamares-config
|
||||
#alci-calamares-config-dev
|
||||
#alci-calamares-pure
|
||||
xterm
|
||||
|
||||
#######################################################
|
||||
### PACKAGES THAT STAY AFTER INSTALLATION ###
|
||||
#######################################################
|
||||
|
||||
sddm
|
||||
bash-completion
|
||||
grub
|
||||
os-prober
|
||||
|
@ -141,8 +141,8 @@ xterm
|
|||
xorg-xrdb
|
||||
|
||||
##### you can also use nmtui from the terminal
|
||||
networkmanager
|
||||
network-manager-applet
|
||||
#networkmanager
|
||||
#network-manager-applet
|
||||
|
||||
#######################################################
|
||||
### EXTRAS ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue