6 Commits
0.8.5 ... 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
2a26281983 prepare 0.9 2018-10-23 00:44:14 +02:00
5 changed files with 29 additions and 25 deletions

View File

@@ -13,3 +13,6 @@ artix-live-portable-efi
@runit networkmanager-runit
@runit ntp-runit
@runit bluez-runit
intel-ucode
amd-ucode

View File

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

View File

@@ -2,24 +2,24 @@
# default displaymanager: none
# supported: lightdm, sddm, gdm, lxdm, mdm
# displaymanager="none"
# DISPLAYMANAGER="none"
# Set to false to disable autologin in the livecd
autologin="false"
AUTOLOGIN="false"
# start services
# services=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager')
# SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager')
# 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 #################
# default value
# hostname="artix"
# HOST_NANE="artix"
# default value
# username="artix"
# USER_NAME="artix"
# default value
# password="artix"
# PASSWORD="artix"

View File

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

View File

@@ -2,27 +2,24 @@
# default displaymanager: none
# supported: lightdm, sddm, gdm, lxdm, mdm
displaymanager="sddm"
DISPLAYMANAGER="sddm"
# Set to false to disable autologin in the livecd
# autologin="true"
# AUTOLOGIN="true"
# start services
# services=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager')
SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'connman')
# default group membership
# addgroups="video,power,storage,optical,network,lp,scanner,wheel,users,log"
# calamares netgroups
# netgroups_url="https://raw.githubusercontent.com/artix-linux/netgroups/master"
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
################# live-session #################
# unset defaults to given value
# hostname="artix"
# HOST_NAME="artix"
# unset defaults to given value
# username="artix"
# USER_NAME="artix"
# unset defaults to given value
# password="artix"
# PASSWORD="artix"