new iso pure added
This commit is contained in:
parent
e84057ec5a
commit
869428050d
8 changed files with 38 additions and 50 deletions
|
@ -1,4 +1,4 @@
|
|||
# DEVELOPMENT
|
||||
# ALCI STABLE
|
||||
|
||||
# Arch Linux Calamares Installer or ALCI
|
||||
|
||||
|
|
|
@ -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 ###
|
||||
|
|
19
build.sh
19
build.sh
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
echo "################################################################## "
|
||||
tput setaf 2
|
||||
echo "This file is kept here for continuity with the videos"
|
||||
echo "We actually use the script in the folder installation-scripts"
|
||||
echo "30 will first clean your cache and then build - downloads all packages"
|
||||
echo "40 will reuse your cache and build - no download if you have the packages"
|
||||
echo "Use the scripts in the folder installation-scripts instead"
|
||||
echo "Do not run the scripts with sudo"
|
||||
echo "But run it like this :"
|
||||
echo "./30-build-the-iso-the-first-time.sh"
|
||||
echo "or"
|
||||
echo "./40-build-the-iso-local-again.sh"
|
||||
echo "or else your iso will be in the /root folder"
|
||||
tput sgr0
|
||||
echo "################################################################## "
|
|
@ -1,20 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
echo "################################################################## "
|
||||
tput setaf 2
|
||||
echo "This file is kept here for continuity with the videos"
|
||||
echo "We actually use the script in the folder installation-scripts"
|
||||
echo "30 will first clean your cache and then build - downloads all packages"
|
||||
echo "40 will reuse your cache and build - no download if you have the packages"
|
||||
echo "Use the scripts in the folder installation-scripts instead"
|
||||
echo "Do not run the scripts with sudo"
|
||||
echo "But run it like this :"
|
||||
echo "./30-build-the-iso-the-first-time.sh"
|
||||
echo "or"
|
||||
echo "./40-build-the-iso-local-again.sh"
|
||||
echo "or else your iso will be in the /root folder"
|
||||
echo "The clean up is done in the scripts."
|
||||
tput sgr0
|
||||
echo "################################################################## "
|
|
@ -36,7 +36,7 @@ echo
|
|||
# setting of the general parameters
|
||||
archisoRequiredVersion="archiso 51-1"
|
||||
buildFolder=$HOME"/alci-build"
|
||||
outFolder=$HOME"/Alci-Out"
|
||||
outFolder=$HOME"/Alci-Iso-Out"
|
||||
archisoVersion=$(sudo pacman -Q archiso)
|
||||
|
||||
echo "################################################################## "
|
||||
|
|
|
@ -36,7 +36,7 @@ echo
|
|||
# setting of the general parameters
|
||||
archisoRequiredVersion="archiso 51-1"
|
||||
buildFolder=$HOME"/alci-build"
|
||||
outFolder=$HOME"/Alci-Out"
|
||||
outFolder=$HOME"/Alci-Iso-Out"
|
||||
archisoVersion=$(sudo pacman -Q archiso)
|
||||
|
||||
echo "################################################################## "
|
||||
|
|
Loading…
Reference in a new issue