This commit is contained in:
teldra 2022-02-07 04:18:16 +01:00
parent 537887c1a6
commit 0163641875
6 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,5 @@
packages() {
addpkg sddm kde5
addpkg "sddm" "kde5"
}
config() {

View File

@ -0,0 +1,3 @@
packages() {
addpkg "xf86-video-amdgpu"
}

View File

@ -0,0 +1,3 @@
packages() {
addpkg "xf86-video-intel"
}

View File

@ -0,0 +1,3 @@
packages() {
addpkg "nvidia"
}

3
etc/x11 Normal file
View File

@ -0,0 +1,3 @@
packages() {
addpkg "xorg-minimal" "xorg-apps"
}

View File

@ -186,6 +186,9 @@ de() {
. ./etc/gfx/$DE
packages
reset packages
. ./etc/x11
packages
reset packages
fi
}
@ -225,7 +228,7 @@ do_chroot() {
if ! [ "$DE" == "minimal" ]; then
cp ./etc/gfx/$GFX ${target}/tmp/vinstaller/run
cp ./etc/soundsystem/$SOUNDSYSTEM ${target}/tmp/vinstaller/run
cp ./etc/gfx/$DE ${target}/tmp/vinstaller/run
cp ./etc/de/$DE ${target}/tmp/vinstaller/run
fi
echo "USERNAME=$USERNAME" > ${target}/tmp/vinstaller/vars
@ -257,6 +260,7 @@ hostname
base
bootloader
de
printing
do_partition
do_install
do_chroot