5 Commits
0.9 ... 0.9.3

Author SHA1 Message Date
45df092d37 lxqt: update profile.conf 2019-02-28 17:54:07 +01:00
167681a436 lxqt: use connman 2019-02-20 11:26:27 +01:00
ed1b755a9c Add cryptsetup-runit 2019-02-16 21:50:43 +07:00
37619b95d4 Revert "Remove cryptsetup-openrc from deps, add cryptsetup package"
This reverts commit d94172218e.
2019-02-16 21:49:52 +07:00
d94172218e Remove cryptsetup-openrc from deps, add cryptsetup package
Since none of our isos use any encrypted partitions, we don't really
need the initscript. However, we do need the binary (in case of
encrypted root).
2019-02-15 19:37:56 +07:00
3 changed files with 14 additions and 9 deletions

View File

@@ -59,6 +59,7 @@ ntfs-3g
@openrc syslog-ng-openrc @openrc syslog-ng-openrc
@runit acpid-runit @runit acpid-runit
@runit cronie-runit @runit cronie-runit
@runit cryptsetup-runit
@runit dhcpcd-runit @runit dhcpcd-runit
@runit haveged-runit @runit haveged-runit
@runit lvm2-runit @runit lvm2-runit

View File

@@ -5,15 +5,19 @@ alsa-firmware
powertop powertop
inxi inxi
modemmanager @openrc connman-openrc
network-manager-applet @runit connman-runit
nss-mdns cmst
#modemmanager
#network-manager-applet
#nss-mdns
@openrc alsa-utils-openrc @openrc alsa-utils-openrc
@openrc avahi-openrc @openrc avahi-openrc
@openrc displaymanager-openrc @openrc displaymanager-openrc
@openrc json-c #@openrc json-c
@openrc networkmanager-openrc #@openrc networkmanager-openrc
@openrc ntp-openrc @openrc ntp-openrc
@openrc openrc-settingsd @openrc openrc-settingsd
@openrc bluez-openrc @openrc bluez-openrc
@@ -21,8 +25,8 @@ nss-mdns
@runit alsa-utils-runit @runit alsa-utils-runit
@runit avahi-runit @runit avahi-runit
@runit sddm-runit @runit sddm-runit
@runit json-c #@runit json-c
@runit networkmanager-runit #@runit networkmanager-runit
@runit ntp-runit @runit ntp-runit
@runit bluez-runit @runit bluez-runit

View File

@@ -8,10 +8,10 @@ DISPLAYMANAGER="sddm"
# AUTOLOGIN="true" # AUTOLOGIN="true"
# start services # start services
# SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager') SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'connman')
# default group membership # default group membership
# ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log" ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
################# live-session ################# ################# live-session #################