Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
dfc97f217b
|
|||
f94d6bd81b
|
|||
150e0b6531
|
|||
1adbfb6d61
|
|||
9c5280cfae
|
|||
9d4ea3c254 | |||
8fcd45bb79 | |||
4b0a5a5d2e |
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
# DISPLAYMANAGER="none"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="false"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'connmand')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
# ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# default value
|
|
||||||
# HOST_NANE="artix"
|
|
||||||
|
|
||||||
# default value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# default value
|
# default value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="false"
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -93,7 +92,7 @@ usb_modeswitch
|
|||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc networkmanager-openrc
|
@openrc networkmanager-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc lightdm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="lightdm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager' 'lightdm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
42
common/live-overlay/etc/calamares/modules/users.conf
Normal file
42
common/live-overlay/etc/calamares/modules/users.conf
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
defaultGroups:
|
||||||
|
- name: users
|
||||||
|
must_exist: true
|
||||||
|
system: true
|
||||||
|
- lp
|
||||||
|
- video
|
||||||
|
- network
|
||||||
|
- storage
|
||||||
|
- name: wheel
|
||||||
|
must_exist: false
|
||||||
|
system: true
|
||||||
|
- audio
|
||||||
|
- power
|
||||||
|
- log
|
||||||
|
- optical
|
||||||
|
- network
|
||||||
|
- scanner
|
||||||
|
|
||||||
|
doAutologin: true
|
||||||
|
|
||||||
|
sudoersGroup: wheel
|
||||||
|
|
||||||
|
setRootPassword: true
|
||||||
|
|
||||||
|
doReusePassword: true
|
||||||
|
|
||||||
|
passwordRequirements:
|
||||||
|
nonempty: true
|
||||||
|
minLength: -1 # Password at least this many characters
|
||||||
|
maxLength: -1 # Password at most this many characters
|
||||||
|
libpwquality:
|
||||||
|
- minlen=0
|
||||||
|
- minclass=0
|
||||||
|
|
||||||
|
allowWeakPasswordsDefault: false
|
||||||
|
|
||||||
|
userShell: /bin/bash
|
||||||
|
|
||||||
|
setHostname: EtcFile
|
||||||
|
|
||||||
|
writeHostsFile: true
|
54
common/live-overlay/etc/elogind/logind.conf
Normal file
54
common/live-overlay/etc/elogind/logind.conf
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
# This file is part of elogind.
|
||||||
|
#
|
||||||
|
# elogind is free software; you can redistribute it and/or modify it
|
||||||
|
# under the terms of the GNU Lesser General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Entries in this file show the compile time defaults.
|
||||||
|
# You can change settings by editing this file.
|
||||||
|
# Defaults can be restored by simply deleting this file.
|
||||||
|
#
|
||||||
|
# See logind.conf(5) for details.
|
||||||
|
|
||||||
|
[Login]
|
||||||
|
KillUserProcesses=no
|
||||||
|
#KillOnlyUsers=
|
||||||
|
#KillExcludeUsers=root
|
||||||
|
#InhibitDelayMaxSec=5
|
||||||
|
#HandlePowerKey=poweroff
|
||||||
|
HandleSuspendKey=ignore
|
||||||
|
HandleHibernateKey=ignore
|
||||||
|
HandleLidSwitch=ignore
|
||||||
|
#HandleLidSwitchExternalPower=suspend
|
||||||
|
#HandleLidSwitchDocked=ignore
|
||||||
|
#PowerKeyIgnoreInhibited=no
|
||||||
|
#SuspendKeyIgnoreInhibited=no
|
||||||
|
#HibernateKeyIgnoreInhibited=no
|
||||||
|
#LidSwitchIgnoreInhibited=yes
|
||||||
|
#HoldoffTimeoutSec=30s
|
||||||
|
#IdleAction=ignore
|
||||||
|
#IdleActionSec=30min
|
||||||
|
#RuntimeDirectorySize=10%
|
||||||
|
#RuntimeDirectoryInodes=400k
|
||||||
|
#RemoveIPC=yes
|
||||||
|
#InhibitorsMax=8192
|
||||||
|
#SessionsMax=8192
|
||||||
|
|
||||||
|
[Sleep]
|
||||||
|
#AllowSuspend=yes
|
||||||
|
#AllowHibernation=yes
|
||||||
|
#AllowSuspendThenHibernate=yes
|
||||||
|
#AllowHybridSleep=yes
|
||||||
|
#AllowPowerOffInterrupts=no
|
||||||
|
#BroadcastPowerOffInterrupts=yes
|
||||||
|
#AllowSuspendInterrupts=no
|
||||||
|
#BroadcastSuspendInterrupts=yes
|
||||||
|
#HandleNvidiaSleep=no
|
||||||
|
#SuspendState=mem standby freeze
|
||||||
|
#SuspendMode=
|
||||||
|
#HibernateState=disk
|
||||||
|
#HibernateMode=platform shutdown
|
||||||
|
#HybridSleepState=disk
|
||||||
|
#HybridSleepMode=suspend platform shutdown
|
||||||
|
#HibernateDelaySec=10800
|
1
common/live-overlay/etc/hostname
Normal file
1
common/live-overlay/etc/hostname
Normal file
@@ -0,0 +1 @@
|
|||||||
|
artix-live
|
9
common/live-overlay/etc/hosts
Normal file
9
common/live-overlay/etc/hosts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Static table lookup for hostnames.
|
||||||
|
# See hosts(5) for details.
|
||||||
|
|
||||||
|
127.0.0.1 localhost.localdomain artix-live localhost
|
||||||
|
::1 localhost
|
||||||
|
|
||||||
|
#::1 localhost ip6-localhost ip6-loopback
|
||||||
|
#ff02::1 ip6-allnodes
|
||||||
|
#ff02::2 ip6-allrouters
|
@@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/openrc-run
|
|
||||||
# Copyright 2014 Aaditya Bagga (aaditya_gnulinux@zoho.com)
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
description="LiveMedia Config Script"
|
|
||||||
|
|
||||||
depend() {
|
|
||||||
need localmount
|
|
||||||
before xdm-setup
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
|
||||||
ebegin "Starting artix live script"
|
|
||||||
/usr/bin/artix-live
|
|
||||||
eend $?
|
|
||||||
}
|
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -47,7 +46,7 @@ ntfs-3g
|
|||||||
@openrc rsync-openrc
|
@openrc rsync-openrc
|
||||||
@openrc openssh-openrc
|
@openrc openssh-openrc
|
||||||
@openrc wpa_supplicant-openrc
|
@openrc wpa_supplicant-openrc
|
||||||
@openrc syslog-ng-openrc
|
@openrc metalog-openrc
|
||||||
@runit acpid-runit
|
@runit acpid-runit
|
||||||
@runit cronie-runit
|
@runit cronie-runit
|
||||||
@runit cryptsetup-runit
|
@runit cryptsetup-runit
|
||||||
@@ -59,7 +58,7 @@ ntfs-3g
|
|||||||
@runit rsync-runit
|
@runit rsync-runit
|
||||||
@runit openssh-runit
|
@runit openssh-runit
|
||||||
@runit wpa_supplicant-runit
|
@runit wpa_supplicant-runit
|
||||||
@runit syslog-ng-runit
|
@runit metalog-runit
|
||||||
@s6 acpid-s6
|
@s6 acpid-s6
|
||||||
@s6 cronie-s6
|
@s6 cronie-s6
|
||||||
@s6 cryptsetup-s6
|
@s6 cryptsetup-s6
|
||||||
@@ -71,7 +70,7 @@ ntfs-3g
|
|||||||
@s6 rsync-s6
|
@s6 rsync-s6
|
||||||
@s6 openssh-s6
|
@s6 openssh-s6
|
||||||
@s6 wpa_supplicant-s6
|
@s6 wpa_supplicant-s6
|
||||||
@s6 syslog-ng-s6
|
@s6 metalog-s6
|
||||||
os-prober
|
os-prober
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
s-nail
|
s-nail
|
||||||
@@ -91,13 +90,15 @@ modemmanager
|
|||||||
usb_modeswitch
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
|
@openrc dnsmasq-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc connman-openrc
|
@openrc connman-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc lightdm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
@runit alsa-utils-runit
|
@runit alsa-utils-runit
|
||||||
|
@runit dnsmasq-runit
|
||||||
@runit avahi-runit
|
@runit avahi-runit
|
||||||
@runit bluez-runit
|
@runit bluez-runit
|
||||||
@runit connman-runit
|
@runit connman-runit
|
||||||
@@ -106,6 +107,7 @@ usb_modeswitch
|
|||||||
@runit blocaled
|
@runit blocaled
|
||||||
@s6 blocaled
|
@s6 blocaled
|
||||||
@s6 alsa-utils-s6
|
@s6 alsa-utils-s6
|
||||||
|
@s6 dnsmasq-s6
|
||||||
@s6 avahi-s6
|
@s6 avahi-s6
|
||||||
@s6 bluez-s6
|
@s6 bluez-s6
|
||||||
@s6 connman-s6
|
@s6 connman-s6
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/openrc-run
|
|
||||||
# Copyright 1999-2009 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
depend() {
|
|
||||||
need localmount
|
|
||||||
after artix-live
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
|
||||||
if get_bootparam "nox" ; then
|
|
||||||
touch /etc/.noxdm
|
|
||||||
fi
|
|
||||||
}
|
|
@@ -1 +0,0 @@
|
|||||||
../../../community/live-overlay/etc/runlevels
|
|
@@ -1,24 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="lightdm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('consolefont' 'acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'connmand' 'xdm')
|
SERVICES=('consolefont' 'acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'connmand' 'lightdm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
#ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../../../community/root-overlay/etc/runlevels
|
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -47,7 +46,7 @@ ntfs-3g
|
|||||||
@openrc rsync-openrc
|
@openrc rsync-openrc
|
||||||
@openrc openssh-openrc
|
@openrc openssh-openrc
|
||||||
@openrc wpa_supplicant-openrc
|
@openrc wpa_supplicant-openrc
|
||||||
@openrc syslog-ng-openrc
|
@openrc metalog-openrc
|
||||||
@runit acpid-runit
|
@runit acpid-runit
|
||||||
@runit cronie-runit
|
@runit cronie-runit
|
||||||
@runit cryptsetup-runit
|
@runit cryptsetup-runit
|
||||||
@@ -59,7 +58,7 @@ ntfs-3g
|
|||||||
@runit rsync-runit
|
@runit rsync-runit
|
||||||
@runit openssh-runit
|
@runit openssh-runit
|
||||||
@runit wpa_supplicant-runit
|
@runit wpa_supplicant-runit
|
||||||
@runit syslog-ng-runit
|
@runit metalog-runit
|
||||||
@s6 acpid-s6
|
@s6 acpid-s6
|
||||||
@s6 cronie-s6
|
@s6 cronie-s6
|
||||||
@s6 cryptsetup-s6
|
@s6 cryptsetup-s6
|
||||||
@@ -71,7 +70,7 @@ ntfs-3g
|
|||||||
@s6 rsync-s6
|
@s6 rsync-s6
|
||||||
@s6 openssh-s6
|
@s6 openssh-s6
|
||||||
@s6 wpa_supplicant-s6
|
@s6 wpa_supplicant-s6
|
||||||
@s6 syslog-ng-s6
|
@s6 metalog-s6
|
||||||
os-prober
|
os-prober
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
s-nail
|
s-nail
|
||||||
@@ -91,13 +90,15 @@ modemmanager
|
|||||||
usb_modeswitch
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
|
@openrc dnsmasq-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc networkmanager-openrc
|
@openrc networkmanager-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc sddm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
@runit alsa-utils-runit
|
@runit alsa-utils-runit
|
||||||
|
@runit dnsmasq-runit
|
||||||
@runit avahi-runit
|
@runit avahi-runit
|
||||||
@runit bluez-runit
|
@runit bluez-runit
|
||||||
@runit networkmanager-runit
|
@runit networkmanager-runit
|
||||||
@@ -106,6 +107,7 @@ usb_modeswitch
|
|||||||
@runit blocaled
|
@runit blocaled
|
||||||
@s6 blocaled
|
@s6 blocaled
|
||||||
@s6 alsa-utils-s6
|
@s6 alsa-utils-s6
|
||||||
|
@s6 dnsmasq-s6
|
||||||
@s6 avahi-s6
|
@s6 avahi-s6
|
||||||
@s6 bluez-s6
|
@s6 bluez-s6
|
||||||
@s6 networkmanager-s6
|
@s6 networkmanager-s6
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../../../community/live-overlay/etc/runlevels
|
|
@@ -1,26 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="sddm"
|
|
||||||
|
|
||||||
DEFAULT_DESKTOP_FILE="plasma"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('consolefont' 'acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'NetworkManager')
|
SERVICES=('consolefont' 'acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'NetworkManager' 'sddm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
#ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../../../community/root-overlay/etc/runlevels
|
|
@@ -1,70 +0,0 @@
|
|||||||
#!/usr/bin/openrc-run
|
|
||||||
# Copyright (c) 2007-2015 The OpenRC Authors.
|
|
||||||
# See the Authors file at the top-level directory of this distribution and
|
|
||||||
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
|
||||||
#
|
|
||||||
# This file is part of OpenRC. It is subject to the license terms in
|
|
||||||
# the LICENSE file found in the top-level directory of this
|
|
||||||
# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
|
||||||
# This file may not be copied, modified, propagated, or distributed
|
|
||||||
# except according to the terms contained in the LICENSE file.
|
|
||||||
|
|
||||||
description="Sets a font for the consoles."
|
|
||||||
|
|
||||||
depend()
|
|
||||||
{
|
|
||||||
need termencoding
|
|
||||||
after hotplug bootmisc modules
|
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
|
||||||
}
|
|
||||||
|
|
||||||
start()
|
|
||||||
{
|
|
||||||
ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
|
|
||||||
consolefont=${consolefont:-${CONSOLEFONT}}
|
|
||||||
unicodemap=${unicodemap:-${UNICODEMAP}}
|
|
||||||
consoletranslation=${consoletranslation:-${CONSOLETRANSLATION}}
|
|
||||||
|
|
||||||
if [ -z "$consolefont" ]; then
|
|
||||||
ebegin "Using the default console font"
|
|
||||||
eend 0
|
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$ttyn" = 0 ]; then
|
|
||||||
ebegin "Skipping font setup (rc_tty_number == 0)"
|
|
||||||
eend 0
|
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
local x= param= sf_param= retval=0 ttydev=/dev/tty
|
|
||||||
|
|
||||||
# Get additional parameters
|
|
||||||
if [ -n "$consoletranslation" ]; then
|
|
||||||
param="$param -m $consoletranslation"
|
|
||||||
fi
|
|
||||||
if [ -n "${unicodemap}" ]; then
|
|
||||||
param="$param -u $unicodemap"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Set the console font
|
|
||||||
ebegin "Setting console font [$consolefont]"
|
|
||||||
[ -d /dev/vc ] && ttydev=/dev/vc/
|
|
||||||
x=1
|
|
||||||
while [ $x -le $ttyn ]; do
|
|
||||||
if ! setfont $consolefont $param -C $ttydev$x >/dev/null; then
|
|
||||||
retval=1
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
: $(( x += 1 ))
|
|
||||||
done
|
|
||||||
eend $retval
|
|
||||||
|
|
||||||
# Store the font so we can use it ASAP on boot
|
|
||||||
if [ $retval -eq 0 ] && checkpath -W "$RC_LIBEXECDIR"; then
|
|
||||||
mkdir -p "$RC_LIBEXECDIR"/console
|
|
||||||
setfont -O "$RC_LIBEXECDIR"/console/font
|
|
||||||
fi
|
|
||||||
|
|
||||||
return $retval
|
|
||||||
}
|
|
1
community/live-overlay/etc/runlevels/boot/consolefont
Symbolic link
1
community/live-overlay/etc/runlevels/boot/consolefont
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../init.d/consolefont
|
@@ -1 +0,0 @@
|
|||||||
../../live-overlay/etc/runlevels
|
|
@@ -31,7 +31,7 @@ artix-docs
|
|||||||
intel-ucode
|
intel-ucode
|
||||||
amd-ucode
|
amd-ucode
|
||||||
sddm
|
sddm
|
||||||
@openrc displaymanager-openrc
|
@openrc sddm-openrc
|
||||||
@runit sddm-runit
|
@runit sddm-runit
|
||||||
@s6 sddm-s6
|
@s6 sddm-s6
|
||||||
cmst
|
cmst
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="sddm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
# AUTOLOGIN="false"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connman')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connman' 'sddm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
# ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# default value
|
|
||||||
HOST_NANE="linexa"
|
|
||||||
|
|
||||||
# default value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# default value
|
# default value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
# AUTOLOGIN="false"
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -93,7 +92,7 @@ usb_modeswitch
|
|||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc connman-openrc
|
@openrc connman-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc lightdm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="lightdm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand' 'lightdm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -93,7 +92,7 @@ usb_modeswitch
|
|||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc connman-openrc
|
@openrc connman-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc sddm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="sddm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand' 'sddm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -93,7 +92,7 @@ usb_modeswitch
|
|||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc connman-openrc
|
@openrc connman-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc lightdm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="lightdm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand' 'lightdm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
@@ -13,30 +13,13 @@ TODO: package imports (disabled arch repos) to build
|
|||||||
* lxqt
|
* lxqt
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
error: target not found: ttf-roboto
|
|
||||||
error: target not found: ttf-roboto-mono
|
|
||||||
error: target not found: xcursor-premium
|
|
||||||
error: target not found: cmst
|
error: target not found: cmst
|
||||||
error: target not found: qpdfview
|
error: target not found: qpdfview
|
||||||
error: target not found: raw-thumbnailer
|
|
||||||
~~~
|
|
||||||
|
|
||||||
|
|
||||||
* plasma
|
|
||||||
|
|
||||||
~~~
|
|
||||||
error: target not found: ttf-roboto
|
|
||||||
error: target not found: ttf-roboto-mono
|
|
||||||
error: target not found: xcursor-premium
|
|
||||||
error: target not found: raw-thumbnailer
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
* community-qt
|
* community-qt
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
error: target not found: ttf-roboto
|
|
||||||
error: target not found: ttf-roboto-mono
|
|
||||||
error: target not found: xcursor-premium
|
|
||||||
error: target not found: xorg-xwininfo
|
error: target not found: xorg-xwininfo
|
||||||
error: target not found: cvs
|
error: target not found: cvs
|
||||||
error: target not found: hddtemp
|
error: target not found: hddtemp
|
||||||
@@ -52,7 +35,6 @@ error: target not found: firefox-adblock-plus
|
|||||||
error: target not found: firefox-noscript
|
error: target not found: firefox-noscript
|
||||||
error: target not found: firefox-ublock-origin
|
error: target not found: firefox-ublock-origin
|
||||||
error: target not found: libreoffice-fresh
|
error: target not found: libreoffice-fresh
|
||||||
error: target not found: raw-thumbnailer
|
|
||||||
error: target not found: youtube-dl
|
error: target not found: youtube-dl
|
||||||
error: target not found: fortune-mod
|
error: target not found: fortune-mod
|
||||||
error: target not found: redshift
|
error: target not found: redshift
|
||||||
@@ -85,9 +67,6 @@ error: target not found: mc
|
|||||||
* xfce
|
* xfce
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
error: target not found: ttf-roboto
|
|
||||||
error: target not found: ttf-roboto-mono
|
|
||||||
error: target not found: xcursor-premium
|
|
||||||
error: target not found: pavucontrol
|
error: target not found: pavucontrol
|
||||||
error: target not found: qt5ct
|
error: target not found: qt5ct
|
||||||
error: target not found: lightdm-gtk-greeter
|
error: target not found: lightdm-gtk-greeter
|
||||||
@@ -98,10 +77,7 @@ error: target not found: leafpad
|
|||||||
* i3
|
* i3
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
error: target not found: ttf-roboto
|
|
||||||
error: target not found: ttf-roboto-mono
|
|
||||||
error: target not found: xorg-xkill
|
error: target not found: xorg-xkill
|
||||||
error: target not found: xcursor-premium
|
|
||||||
error: target not found: lightdm-gtk-greeter
|
error: target not found: lightdm-gtk-greeter
|
||||||
error: target not found: geany
|
error: target not found: geany
|
||||||
error: target not found: arandr
|
error: target not found: arandr
|
||||||
@@ -129,9 +105,6 @@ error: target not found: kvantum-qt5
|
|||||||
* gnome
|
* gnome
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
error: target not found: ttf-roboto
|
|
||||||
error: target not found: ttf-roboto-mono
|
|
||||||
error: target not found: xcursor-premium
|
|
||||||
error: target not found: arc-gtk-theme
|
error: target not found: arc-gtk-theme
|
||||||
error: target not found: xcursor-themes
|
error: target not found: xcursor-themes
|
||||||
error: target not found: gnome-screensaver
|
error: target not found: gnome-screensaver
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -93,7 +92,7 @@ usb_modeswitch
|
|||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc networkmanager-openrc
|
@openrc networkmanager-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc sddm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
@@ -165,7 +164,6 @@ kgamma5
|
|||||||
khotkeys
|
khotkeys
|
||||||
kinfocenter
|
kinfocenter
|
||||||
kmenuedit
|
kmenuedit
|
||||||
knetattach
|
|
||||||
kscreen
|
kscreen
|
||||||
kscreenlocker
|
kscreenlocker
|
||||||
ksshaskpass
|
ksshaskpass
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="sddm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'NetworkManager' 'sddm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
@@ -9,7 +9,6 @@ crda
|
|||||||
dhclient
|
dhclient
|
||||||
diffutils
|
diffutils
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
@@ -93,7 +92,7 @@ usb_modeswitch
|
|||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc connman-openrc
|
@openrc connman-openrc
|
||||||
@openrc displaymanager-openrc
|
@openrc lightdm-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
|
@@ -1,25 +1,12 @@
|
|||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
|
||||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
|
||||||
DISPLAYMANAGER="lightdm"
|
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
|
||||||
AUTOLOGIN="true"
|
|
||||||
|
|
||||||
# start services
|
# start services
|
||||||
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'syslog-ng' 'connmand' 'lightdm')
|
||||||
|
|
||||||
# default group membership
|
|
||||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
|
||||||
|
|
||||||
################# live-session #################
|
################# live-session #################
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# HOST_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
|
||||||
# USER_NAME="artix"
|
|
||||||
|
|
||||||
# unset defaults to given value
|
# unset defaults to given value
|
||||||
# PASSWORD="artix"
|
# PASSWORD="artix"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the live session
|
||||||
|
AUTOLOGIN="true"
|
||||||
|
Reference in New Issue
Block a user