[lxde][lxqt][openbox][lxqt-kwin] setting kernel

This commit is contained in:
fhdk 2022-02-26 08:40:21 +01:00
parent e5f5699d28
commit ed250f6380
4 changed files with 23 additions and 8 deletions

7
community/lxde/profile.conf Normal file → Executable file
View file

@ -1,6 +1,11 @@
########################################## ##########################################
###### use this file in the profile ###### ###### use this file in the profile ######
########################################## ##########################################
# branch
target_branch="unstable"
# kernel
kernel="linux515"
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
multilib=false multilib=false
@ -8,8 +13,6 @@ multilib=false
# use extra packages as defined in pkglist to activate a full profile # use extra packages as defined in pkglist to activate a full profile
extra="true" extra="true"
################ install ################
# default displaymanager: none # default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm # supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm" displaymanager="lightdm"

8
community/lxqt-kwin/profile.conf Normal file → Executable file
View file

@ -2,6 +2,12 @@
###### use this file in the profile ###### ###### use this file in the profile ######
########################################## ##########################################
# branch
target_branch="unstable"
# kernel
kernel="linux515"
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
multilib="false" multilib="false"
@ -22,8 +28,6 @@ extra="true"
# use office installer # use office installer
#office="false" #office="false"
################ install ################
# unset defaults to given value # unset defaults to given value
efi_boot_loader="grub" efi_boot_loader="grub"

8
community/lxqt/profile.conf Normal file → Executable file
View file

@ -2,6 +2,12 @@
###### use this file in the profile ###### ###### use this file in the profile ######
########################################## ##########################################
# branch
target_branch="unstable"
# kernel
kernel="linux515"
# use multilib packages; x86_64 only # use multilib packages; x86_64 only
multilib="false" multilib="false"
@ -22,8 +28,6 @@ extra="true"
# use office installer # use office installer
#office="false" #office="false"
################ install ################
# unset defaults to given value # unset defaults to given value
efi_boot_loader="grub" efi_boot_loader="grub"

8
community/openbox/profile.conf Normal file → Executable file
View file

@ -2,14 +2,18 @@
###### use this file in the profile ###### ###### use this file in the profile ######
########################################## ##########################################
# branch
target_branch="unstable"
# kernel
kernel="linux515"
## use multilib packages; x86_64 only ## use multilib packages; x86_64 only
multilib="false" multilib="false"
## use extra packages as defined in pkglist to activate a full profile ## use extra packages as defined in pkglist to activate a full profile
extra="true" extra="true"
################ install ################
## default displaymanager: none ## default displaymanager: none
## supported; lightdm, sddm, gdm, lxdm, mdm ## supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="sddm" displaymanager="sddm"