diff --git a/community/lxde/profile.conf b/community/lxde/profile.conf old mode 100644 new mode 100755 index 53bc9c09..5f7d89db --- a/community/lxde/profile.conf +++ b/community/lxde/profile.conf @@ -1,6 +1,11 @@ ########################################## ###### use this file in the profile ###### ########################################## +# branch +target_branch="unstable" + +# kernel +kernel="linux515" # use multilib packages; x86_64 only multilib=false @@ -8,8 +13,6 @@ multilib=false # use extra packages as defined in pkglist to activate a full profile extra="true" -################ install ################ - # default displaymanager: none # supported; lightdm, sddm, gdm, lxdm, mdm displaymanager="lightdm" diff --git a/community/lxqt-kwin/profile.conf b/community/lxqt-kwin/profile.conf old mode 100644 new mode 100755 index 6a27216a..c750a37d --- a/community/lxqt-kwin/profile.conf +++ b/community/lxqt-kwin/profile.conf @@ -2,6 +2,12 @@ ###### use this file in the profile ###### ########################################## +# branch +target_branch="unstable" + +# kernel +kernel="linux515" + # use multilib packages; x86_64 only multilib="false" @@ -22,8 +28,6 @@ extra="true" # use office installer #office="false" -################ install ################ - # unset defaults to given value efi_boot_loader="grub" diff --git a/community/lxqt/profile.conf b/community/lxqt/profile.conf old mode 100644 new mode 100755 index 9254a608..a5d6a4d1 --- a/community/lxqt/profile.conf +++ b/community/lxqt/profile.conf @@ -2,6 +2,12 @@ ###### use this file in the profile ###### ########################################## +# branch +target_branch="unstable" + +# kernel +kernel="linux515" + # use multilib packages; x86_64 only multilib="false" @@ -22,8 +28,6 @@ extra="true" # use office installer #office="false" -################ install ################ - # unset defaults to given value efi_boot_loader="grub" diff --git a/community/openbox/profile.conf b/community/openbox/profile.conf old mode 100644 new mode 100755 index b7d77006..780a414c --- a/community/openbox/profile.conf +++ b/community/openbox/profile.conf @@ -2,14 +2,18 @@ ###### use this file in the profile ###### ########################################## +# branch +target_branch="unstable" + +# kernel +kernel="linux515" + ## use multilib packages; x86_64 only multilib="false" ## use extra packages as defined in pkglist to activate a full profile extra="true" -################ install ################ - ## default displaymanager: none ## supported; lightdm, sddm, gdm, lxdm, mdm displaymanager="sddm"