Compare commits
51 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cf02b1e871 | ||
![]() |
f027ae5f5b | ||
![]() |
f6bb1fc0db | ||
![]() |
60e0686f5b | ||
![]() |
c23baa29e6 | ||
![]() |
6ea21bae40 | ||
![]() |
84de98283a | ||
![]() |
621bd87885 | ||
![]() |
3d5cd57338 | ||
![]() |
6be85bc2ac | ||
![]() |
2fcb4254cc | ||
![]() |
651c356f61 | ||
![]() |
c15e9c5644 | ||
![]() |
b57fb319a9 | ||
![]() |
2e007f95ae | ||
![]() |
50de508c81 | ||
![]() |
bb207c00d1 | ||
![]() |
85fe3939b4 | ||
![]() |
d2c530bc17 | ||
![]() |
1cee47cd19 | ||
![]() |
35515bd1ca | ||
![]() |
33530785f3 | ||
![]() |
d7f9988cf8 | ||
![]() |
0d751de6b9 | ||
![]() |
428f15946a | ||
![]() |
fa6fd5d49d | ||
![]() |
b2ef8d0470 | ||
![]() |
7df60c853c | ||
![]() |
9ac23c30e9 | ||
![]() |
f8ccd24522 | ||
![]() |
3151d1ea52 | ||
![]() |
8738b20823 | ||
![]() |
3389203f29 | ||
![]() |
44f0ad185c | ||
![]() |
35e4827569 | ||
![]() |
ccb68bfdaa | ||
![]() |
7bd12f03ea | ||
![]() |
dd3e6b08aa | ||
![]() |
a59313a398 | ||
![]() |
f14f8c7510 | ||
![]() |
faded77abd | ||
![]() |
60f71b56ad | ||
![]() |
bf64c7803d | ||
![]() |
0eb5fe7382 | ||
![]() |
29816308f8 | ||
![]() |
f926b9bdd0 | ||
![]() |
597b240aae | ||
![]() |
a20b6b4f9e | ||
![]() |
39a3b9c016 | ||
![]() |
a6c7ff7978 | ||
![]() |
12fc3cb7ef |
54
Makefile
Normal file
54
Makefile
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
Version=0.6
|
||||||
|
|
||||||
|
PREFIX = /usr/local
|
||||||
|
SYSCONFDIR = /etc
|
||||||
|
|
||||||
|
LXQT = \
|
||||||
|
$(wildcard lxqt/Packages-*) \
|
||||||
|
lxqt/profile.conf
|
||||||
|
|
||||||
|
CINNAMON = \
|
||||||
|
$(wildcard cinnamon/Packages-*) \
|
||||||
|
cinnamon/profile.conf
|
||||||
|
|
||||||
|
PLASMA = \
|
||||||
|
$(wildcard plasma/Packages-*) \
|
||||||
|
plasma/profile.conf
|
||||||
|
|
||||||
|
ITHREE = \
|
||||||
|
$(wildcard i3/Packages-*) \
|
||||||
|
i3/profile.conf
|
||||||
|
|
||||||
|
CINNAMON_LIGHTDM = \
|
||||||
|
$(wildcard cinnamon/desktop-overlay/etc/lightdm/*.conf)
|
||||||
|
|
||||||
|
install_profiles:
|
||||||
|
install -dm0755 $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/lxqt
|
||||||
|
install -m0644 ${LXQT} $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/lxqt
|
||||||
|
|
||||||
|
install -dm0755 $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/plasma
|
||||||
|
install -m0644 ${PLASMA} $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/plasma
|
||||||
|
|
||||||
|
install -dm0755 $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/i3
|
||||||
|
install -m0644 ${ITHREE} $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/i3
|
||||||
|
|
||||||
|
install -dm0755 $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/cinnamon
|
||||||
|
install -m0644 ${CINNAMON} $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/cinnamon
|
||||||
|
|
||||||
|
install -dm0755 $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/cinnamon/desktop-overlay/etc/lightdm
|
||||||
|
install -m0644 ${CINNAMON_LIGHTDM} $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/cinnamon/desktop-overlay/etc/lightdm
|
||||||
|
|
||||||
|
uninstall_profiles:
|
||||||
|
for f in ${LXQT}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/lxqt/$$f; done
|
||||||
|
for f in ${CINNAMON}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/cinnamon/$$f; done
|
||||||
|
for f in ${CINNAMON_LIGHTDM}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/iso-profiles/cinnamon/desktop-overlay/etc/lightdm/$$f; done
|
||||||
|
|
||||||
|
install: install_profiles
|
||||||
|
|
||||||
|
uninstall: uninstall_profiles
|
||||||
|
|
||||||
|
dist:
|
||||||
|
git archive --format=tar --prefix=iso-profiles-$(Version)/ $(Version) | gzip -9 > iso-profiles-$(Version).tar.gz
|
||||||
|
gpg --detach-sign --use-agent iso-profiles-$(Version).tar.gz
|
||||||
|
|
||||||
|
.PHONY: install uninstall dist
|
30
cinnamon/Packages-Desktop
Normal file
30
cinnamon/Packages-Desktop
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
alsa-firmware
|
||||||
|
artix-cinnamon-presets
|
||||||
|
dmidecode
|
||||||
|
inxi
|
||||||
|
cinnamon
|
||||||
|
media-player-info
|
||||||
|
modemmanager
|
||||||
|
nss-mdns
|
||||||
|
>openrc alsa-utils-openrc
|
||||||
|
>openrc avahi-openrc
|
||||||
|
>openrc displaymanager-openrc
|
||||||
|
>openrc json-c
|
||||||
|
>openrc networkmanager-openrc
|
||||||
|
>openrc ntp-openrc
|
||||||
|
>openrc openrc-settingsd
|
||||||
|
>openrc openssh-openrc
|
||||||
|
>openrc syslog-ng-openrc
|
||||||
|
powertop
|
||||||
|
terminus-font
|
||||||
|
ttf-bitstream-vera
|
||||||
|
ttf-dejavu
|
||||||
|
ttf-droid
|
||||||
|
ttf-inconsolata
|
||||||
|
ttf-indic-otf
|
||||||
|
ttf-liberation
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-utils
|
||||||
|
xorg-server
|
||||||
|
xorg-twm
|
||||||
|
xorg-xinit
|
@@ -1,3 +1,10 @@
|
|||||||
|
calamares
|
||||||
|
mkinitcpio-nfs-utils
|
||||||
|
nbd
|
||||||
|
>openrc artix-live-openrc
|
||||||
|
squashfs-tools
|
||||||
|
artix-live-portable-efi
|
||||||
|
partitionmanager
|
||||||
virtualbox-guest-modules-artix
|
virtualbox-guest-modules-artix
|
||||||
virtualbox-guest-utils
|
virtualbox-guest-utils
|
||||||
open-vm-tools
|
open-vm-tools
|
@@ -0,0 +1,12 @@
|
|||||||
|
[greeter]
|
||||||
|
background = /usr/share/backgrounds/artix.jpg
|
||||||
|
font-name = Cantarell 11
|
||||||
|
xft-antialias = true
|
||||||
|
icon-theme-name = Adwaita
|
||||||
|
theme-name = Adwaita
|
||||||
|
cursor-theme-name = Adwaita
|
||||||
|
show-clock = true
|
||||||
|
default-user-image = /usr/share/icons/foo.png
|
||||||
|
xft-hintstyle = hintfull
|
||||||
|
position = 50%,center 50%,center
|
||||||
|
panel-position = top
|
@@ -1,28 +1,12 @@
|
|||||||
##########################################
|
|
||||||
###### use this file in the profile ######
|
|
||||||
##########################################
|
|
||||||
|
|
||||||
# use multilib packages; x86_64 only
|
|
||||||
# multilib="true"
|
|
||||||
|
|
||||||
# use extra packages as defined in pkglist to activate a full profile
|
|
||||||
# extra="false"
|
|
||||||
|
|
||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
# default displaymanager: none
|
||||||
# supported; lightdm, sddm, gdm, lxdm, mdm
|
# supported; lightdm, sddm, gdm, lxdm, mdm
|
||||||
# displaymanager="none"
|
displaymanager="lightdm"
|
||||||
|
|
||||||
# Set to false to disable autologin in the livecd
|
# Set to false to disable autologin in the livecd
|
||||||
# autologin="true"
|
# autologin="true"
|
||||||
|
|
||||||
# configure calamares for netinstall
|
|
||||||
# netinstall="false"
|
|
||||||
|
|
||||||
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
|
|
||||||
# chrootcfg="false"
|
|
||||||
|
|
||||||
# service runlevels
|
# service runlevels
|
||||||
# openrc_boot=('elogind')
|
# openrc_boot=('elogind')
|
||||||
# openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
|
# openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
|
54
i3/Packages-Desktop
Normal file
54
i3/Packages-Desktop
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
acpi
|
||||||
|
alsa-firmware
|
||||||
|
artix-sddm-theme
|
||||||
|
artix-i3-presets
|
||||||
|
blueberry
|
||||||
|
clipit
|
||||||
|
compton
|
||||||
|
dash
|
||||||
|
dmenu
|
||||||
|
dmidecode
|
||||||
|
gsimplecal
|
||||||
|
feh
|
||||||
|
i3blocks
|
||||||
|
i3lock
|
||||||
|
i3lock-wrapper
|
||||||
|
i3status
|
||||||
|
i3-wm
|
||||||
|
j4-dmenu-desktop
|
||||||
|
lm_sensors
|
||||||
|
network-manager-applet
|
||||||
|
>openrc alsa-utils-openrc
|
||||||
|
>openrc avahi-openrc
|
||||||
|
>openrc displaymanager-openrc
|
||||||
|
>openrc json-c
|
||||||
|
>openrc networkmanager-openrc
|
||||||
|
>openrc ntp-openrc
|
||||||
|
>openrc openrc-settingsd
|
||||||
|
>openrc openssh-openrc
|
||||||
|
>openrc syslog-ng-openrc
|
||||||
|
pcmanfm
|
||||||
|
polkit
|
||||||
|
powertop
|
||||||
|
ranger
|
||||||
|
sxiv
|
||||||
|
screenfetch
|
||||||
|
terminus-font
|
||||||
|
termite
|
||||||
|
tree
|
||||||
|
ttf-bitstream-vera
|
||||||
|
ttf-dejavu
|
||||||
|
ttf-droid
|
||||||
|
ttf-inconsolata
|
||||||
|
ttf-indic-otf
|
||||||
|
ttf-liberation
|
||||||
|
vim
|
||||||
|
w3m
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-utils
|
||||||
|
xosd
|
||||||
|
xorg-server
|
||||||
|
xorg-twm
|
||||||
|
xorg-xinit
|
||||||
|
xorg-xrandr
|
||||||
|
zathura
|
26
i3/profile.conf
Normal file
26
i3/profile.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
################ install ################
|
||||||
|
|
||||||
|
# default displaymanager: none
|
||||||
|
# supported; lightdm, sddm, gdm, lxdm, mdm
|
||||||
|
displaymanager="sddm"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the livecd
|
||||||
|
# autologin="true"
|
||||||
|
|
||||||
|
# service runlevels
|
||||||
|
# openrc_boot=('elogind')
|
||||||
|
# openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
|
||||||
|
|
||||||
|
# unset defaults to given values
|
||||||
|
# addgroups="video,power,storage,optical,network,lp,scanner,wheel,users"
|
||||||
|
|
||||||
|
################# live-session #################
|
||||||
|
|
||||||
|
# unset defaults to given value
|
||||||
|
# hostname="artix"
|
||||||
|
|
||||||
|
# unset defaults to given value
|
||||||
|
# username="artix"
|
||||||
|
|
||||||
|
# unset defaults to given value
|
||||||
|
# password="artix"
|
@@ -1,14 +1,13 @@
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
artix-sddm-theme
|
artix-sddm-theme
|
||||||
>basic artix-lxqt-basic-presets
|
artix-lxqt-presets
|
||||||
compton
|
compton
|
||||||
#compton-conf
|
#compton-conf
|
||||||
dmidecode
|
#dmidecode
|
||||||
>extra artix-lxqt-extra-presets
|
#lximage-qt
|
||||||
>extra lximage-qt
|
#qpdfview
|
||||||
>extra qpdfview
|
#qupzilla
|
||||||
>extra qupzilla
|
#vlc
|
||||||
>extra vlc
|
|
||||||
gvfs
|
gvfs
|
||||||
inxi
|
inxi
|
||||||
#juffed-qt5
|
#juffed-qt5
|
||||||
|
22
lxqt/Packages-Live
Normal file
22
lxqt/Packages-Live
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
calamares
|
||||||
|
mkinitcpio-nfs-utils
|
||||||
|
nbd
|
||||||
|
>openrc artix-live-openrc
|
||||||
|
squashfs-tools
|
||||||
|
artix-live-portable-efi
|
||||||
|
partitionmanager
|
||||||
|
virtualbox-guest-modules-artix
|
||||||
|
virtualbox-guest-utils
|
||||||
|
open-vm-tools
|
||||||
|
xf86-input-vmmouse
|
||||||
|
xf86-video-amdgpu
|
||||||
|
xf86-video-ati
|
||||||
|
xf86-video-dummy
|
||||||
|
xf86-video-fbdev
|
||||||
|
xf86-video-intel
|
||||||
|
xf86-video-nouveau
|
||||||
|
xf86-video-openchrome
|
||||||
|
xf86-video-sisusb
|
||||||
|
xf86-video-vesa
|
||||||
|
xf86-video-vmware
|
||||||
|
xf86-video-voodoo
|
@@ -1,39 +0,0 @@
|
|||||||
[Autologin]
|
|
||||||
Relogin=false
|
|
||||||
Session=
|
|
||||||
User=
|
|
||||||
|
|
||||||
[General]
|
|
||||||
HaltCommand=/usr/bin/loginctl poweroff
|
|
||||||
Numlock=none
|
|
||||||
RebootCommand=/usr/bin/loginctl reboot
|
|
||||||
|
|
||||||
[Theme]
|
|
||||||
Current=artix
|
|
||||||
CursorTheme=breeze_cursors
|
|
||||||
FacesDir=/usr/share/sddm/faces
|
|
||||||
ThemeDir=/usr/share/sddm/themes
|
|
||||||
|
|
||||||
[Users]
|
|
||||||
DefaultPath=/bin:/usr/bin:/usr/local/bin
|
|
||||||
HideShells=
|
|
||||||
HideUsers=
|
|
||||||
MaximumUid=60000
|
|
||||||
MinimumUid=1000
|
|
||||||
RememberLastSession=true
|
|
||||||
RememberLastUser=true
|
|
||||||
|
|
||||||
[WaylandDisplay]
|
|
||||||
SessionCommand=/usr/share/sddm/scripts/wayland-session
|
|
||||||
SessionDir=/usr/share/wayland-sessions
|
|
||||||
|
|
||||||
[XDisplay]
|
|
||||||
DisplayCommand=/usr/share/sddm/scripts/Xsetup
|
|
||||||
DisplayStopCommand=/usr/share/sddm/scripts/Xstop
|
|
||||||
MinimumVT=7
|
|
||||||
ServerArguments=-nolisten tcp
|
|
||||||
ServerPath=/usr/bin/X
|
|
||||||
SessionCommand=/usr/share/sddm/scripts/Xsession
|
|
||||||
SessionDir=/usr/share/xsessions
|
|
||||||
XauthPath=/usr/bin/xauth
|
|
||||||
XephyrPath=/usr/bin/Xephyr
|
|
@@ -1,13 +1,3 @@
|
|||||||
##########################################
|
|
||||||
###### use this file in the profile ######
|
|
||||||
##########################################
|
|
||||||
|
|
||||||
# use multilib packages; x86_64 only
|
|
||||||
multilib="false"
|
|
||||||
|
|
||||||
# use extra packages as defined in pkglist to activate a full profile
|
|
||||||
# extra="true"
|
|
||||||
|
|
||||||
################ install ################
|
################ install ################
|
||||||
|
|
||||||
# default displaymanager: none
|
# default displaymanager: none
|
||||||
@@ -17,12 +7,6 @@ displaymanager="sddm"
|
|||||||
# Set to false to disable autologin in the livecd
|
# Set to false to disable autologin in the livecd
|
||||||
# autologin="true"
|
# autologin="true"
|
||||||
|
|
||||||
# configure calamares for netinstall
|
|
||||||
netinstall="true"
|
|
||||||
|
|
||||||
# configure calamares to use chrootcfg instead of unpackfs
|
|
||||||
chrootcfg="true"
|
|
||||||
|
|
||||||
# service runlevels
|
# service runlevels
|
||||||
# openrc_boot=('elogind')
|
# openrc_boot=('elogind')
|
||||||
# openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
|
# openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
|
||||||
|
84
plasma/Packages-Desktop
Normal file
84
plasma/Packages-Desktop
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
alsa-firmware
|
||||||
|
artix-sddm-theme
|
||||||
|
artix-lxqt-presets
|
||||||
|
dmidecode
|
||||||
|
inxi
|
||||||
|
kwrite
|
||||||
|
mobile-broadband-provider-info
|
||||||
|
modemmanager
|
||||||
|
nss-mdns
|
||||||
|
>openrc alsa-utils-openrc
|
||||||
|
>openrc avahi-openrc
|
||||||
|
>openrc displaymanager-openrc
|
||||||
|
>openrc json-c
|
||||||
|
>openrc networkmanager-openrc
|
||||||
|
>openrc ntp-openrc
|
||||||
|
>openrc openrc-settingsd
|
||||||
|
>openrc openssh-openrc
|
||||||
|
>openrc syslog-ng-openrc
|
||||||
|
powertop
|
||||||
|
terminus-font
|
||||||
|
ttf-bitstream-vera
|
||||||
|
ttf-dejavu
|
||||||
|
ttf-droid
|
||||||
|
ttf-inconsolata
|
||||||
|
ttf-indic-otf
|
||||||
|
ttf-liberation
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-utils
|
||||||
|
xorg-server
|
||||||
|
xorg-twm
|
||||||
|
xorg-xinit
|
||||||
|
bluedevil
|
||||||
|
breeze
|
||||||
|
breeze-gtk
|
||||||
|
discover
|
||||||
|
drkonqi
|
||||||
|
kactivitymanagerd
|
||||||
|
kde-cli-tools
|
||||||
|
kde-gtk-config
|
||||||
|
kdecoration
|
||||||
|
kdeplasma-addons
|
||||||
|
kgamma5
|
||||||
|
khotkeys
|
||||||
|
kinfocenter
|
||||||
|
kmenuedit
|
||||||
|
knetattach
|
||||||
|
kscreen
|
||||||
|
kscreenlocker
|
||||||
|
ksshaskpass
|
||||||
|
ksysguard
|
||||||
|
kuiserver
|
||||||
|
kwallet-pam
|
||||||
|
kwayland-integration
|
||||||
|
kwin
|
||||||
|
kwrited
|
||||||
|
libkscreen
|
||||||
|
libksysguard
|
||||||
|
milou
|
||||||
|
oxygen
|
||||||
|
plasma-desktop
|
||||||
|
plasma-integration
|
||||||
|
plasma-nm
|
||||||
|
plasma-pa
|
||||||
|
plasma-sdk
|
||||||
|
plasma-workspace
|
||||||
|
plasma-workspace-wallpapers
|
||||||
|
polkit-kde-agent
|
||||||
|
powerdevil
|
||||||
|
sddm-kcm
|
||||||
|
systemsettings
|
||||||
|
user-manager
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
dolphin
|
||||||
|
kate
|
||||||
|
kdialog
|
||||||
|
keditbookmarks
|
||||||
|
kfind
|
||||||
|
khelpcenter
|
||||||
|
konqueror
|
||||||
|
konsole
|
||||||
|
kwrite
|
||||||
|
ark
|
||||||
|
okular
|
||||||
|
kwalletmanager
|
22
plasma/Packages-Live
Normal file
22
plasma/Packages-Live
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
calamares
|
||||||
|
mkinitcpio-nfs-utils
|
||||||
|
nbd
|
||||||
|
>openrc artix-live-openrc
|
||||||
|
squashfs-tools
|
||||||
|
artix-live-portable-efi
|
||||||
|
partitionmanager
|
||||||
|
virtualbox-guest-modules-artix
|
||||||
|
virtualbox-guest-utils
|
||||||
|
open-vm-tools
|
||||||
|
xf86-input-vmmouse
|
||||||
|
xf86-video-amdgpu
|
||||||
|
xf86-video-ati
|
||||||
|
xf86-video-dummy
|
||||||
|
xf86-video-fbdev
|
||||||
|
xf86-video-intel
|
||||||
|
xf86-video-nouveau
|
||||||
|
xf86-video-openchrome
|
||||||
|
xf86-video-sisusb
|
||||||
|
xf86-video-vesa
|
||||||
|
xf86-video-vmware
|
||||||
|
xf86-video-voodoo
|
26
plasma/profile.conf
Normal file
26
plasma/profile.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
################ install ################
|
||||||
|
|
||||||
|
# default displaymanager: none
|
||||||
|
# supported; lightdm, sddm, gdm, lxdm, mdm
|
||||||
|
displaymanager="sddm"
|
||||||
|
|
||||||
|
# Set to false to disable autologin in the livecd
|
||||||
|
# autologin="true"
|
||||||
|
|
||||||
|
# service runlevels
|
||||||
|
# openrc_boot=('elogind')
|
||||||
|
# openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
|
||||||
|
|
||||||
|
# unset defaults to given values
|
||||||
|
# addgroups="video,power,storage,optical,network,lp,scanner,wheel,users"
|
||||||
|
|
||||||
|
################# live-session #################
|
||||||
|
|
||||||
|
# unset defaults to given value
|
||||||
|
# hostname="artix"
|
||||||
|
|
||||||
|
# unset defaults to given value
|
||||||
|
# username="artix"
|
||||||
|
|
||||||
|
# unset defaults to given value
|
||||||
|
# password="artix"
|
@@ -1,6 +0,0 @@
|
|||||||
calamares
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
nbd
|
|
||||||
>openrc artix-live-openrc
|
|
||||||
squashfs-tools
|
|
||||||
artix-live-portable-efi
|
|
@@ -1,83 +0,0 @@
|
|||||||
acpi
|
|
||||||
b43-fwcutter
|
|
||||||
bash
|
|
||||||
btrfs-progs
|
|
||||||
bzip2
|
|
||||||
coreutils
|
|
||||||
crda
|
|
||||||
dhclient
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
e2fsprogs
|
|
||||||
ecryptfs-utils
|
|
||||||
exfat-utils
|
|
||||||
f2fs-tools
|
|
||||||
file
|
|
||||||
filesystem
|
|
||||||
findutils
|
|
||||||
gawk
|
|
||||||
gcc-libs
|
|
||||||
gettext
|
|
||||||
glibc
|
|
||||||
grep
|
|
||||||
grub
|
|
||||||
gzip
|
|
||||||
inetutils
|
|
||||||
#intel-ucode
|
|
||||||
iproute2
|
|
||||||
iptables
|
|
||||||
iputils
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
jfsutils
|
|
||||||
KERNEL
|
|
||||||
less
|
|
||||||
licenses
|
|
||||||
linux-firmware
|
|
||||||
logrotate
|
|
||||||
lsb-release
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
>multilib gcc-libs-multilib
|
|
||||||
nano
|
|
||||||
ntfs-3g
|
|
||||||
>openrc acpid-openrc
|
|
||||||
>openrc cronie-openrc
|
|
||||||
>openrc cryptsetup-openrc
|
|
||||||
>openrc dbus-openrc
|
|
||||||
>openrc device-mapper-openrc
|
|
||||||
>openrc dhcpcd-openrc
|
|
||||||
>openrc elogind-openrc
|
|
||||||
>openrc haveged-openrc
|
|
||||||
>openrc lvm2-openrc
|
|
||||||
>openrc mdadm-openrc
|
|
||||||
>openrc netifrc
|
|
||||||
>openrc nfs-utils-openrc
|
|
||||||
>openrc rsync-openrc
|
|
||||||
>openrc wpa_supplicant-openrc
|
|
||||||
os-prober
|
|
||||||
pacman
|
|
||||||
pciutils
|
|
||||||
pcmciautils
|
|
||||||
perl
|
|
||||||
procps-ng
|
|
||||||
psmisc
|
|
||||||
reiserfsprogs
|
|
||||||
sed
|
|
||||||
shadow
|
|
||||||
s-nail
|
|
||||||
sudo
|
|
||||||
sysfsutils
|
|
||||||
tar
|
|
||||||
texinfo
|
|
||||||
usbutils
|
|
||||||
util-linux
|
|
||||||
which
|
|
||||||
>x86_64 efibootmgr
|
|
||||||
xfsprogs
|
|
||||||
zd1211-firmware
|
|
||||||
zsh
|
|
@@ -1,49 +0,0 @@
|
|||||||
GRUB_DEFAULT=saved
|
|
||||||
GRUB_TIMEOUT=5
|
|
||||||
GRUB_DISTRIBUTOR="Artix"
|
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
|
||||||
GRUB_CMDLINE_LINUX=""
|
|
||||||
|
|
||||||
# If you want to enable the save default function, uncomment the following
|
|
||||||
# line, and set GRUB_DEFAULT to saved.
|
|
||||||
GRUB_SAVEDEFAULT=true
|
|
||||||
|
|
||||||
# Preload both GPT and MBR modules so that they are not missed
|
|
||||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
|
||||||
|
|
||||||
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
|
|
||||||
#GRUB_HIDDEN_TIMEOUT=5
|
|
||||||
#GRUB_HIDDEN_TIMEOUT_QUIET=true
|
|
||||||
|
|
||||||
# Uncomment to use basic console
|
|
||||||
GRUB_TERMINAL_INPUT=console
|
|
||||||
|
|
||||||
# Uncomment to disable graphical terminal
|
|
||||||
#GRUB_TERMINAL_OUTPUT=console
|
|
||||||
|
|
||||||
# The resolution used on graphical terminal
|
|
||||||
# note that you can use only modes which your graphic card supports via VBE
|
|
||||||
# you can see them in real GRUB with the command `vbeinfo'
|
|
||||||
GRUB_GFXMODE=auto
|
|
||||||
|
|
||||||
# Uncomment to allow the kernel use the same resolution used by grub
|
|
||||||
GRUB_GFXPAYLOAD_LINUX=keep
|
|
||||||
|
|
||||||
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
|
|
||||||
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
|
|
||||||
#GRUB_DISABLE_LINUX_UUID=true
|
|
||||||
|
|
||||||
# Uncomment to disable generation of recovery mode menu entries
|
|
||||||
GRUB_DISABLE_RECOVERY=true
|
|
||||||
|
|
||||||
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
|
||||||
# modes only. Entries specified as foreground/background.
|
|
||||||
GRUB_COLOR_NORMAL="light-gray/black"
|
|
||||||
GRUB_COLOR_HIGHLIGHT="cyan/black"
|
|
||||||
|
|
||||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
|
||||||
GRUB_BACKGROUND="/usr/share/grub/background.png"
|
|
||||||
#GRUB_THEME="/path/to/gfxtheme"
|
|
||||||
|
|
||||||
# Uncomment to get a beep at GRUB start
|
|
||||||
#GRUB_INIT_TUNE="480 440 1"
|
|
@@ -1,5 +0,0 @@
|
|||||||
#
|
|
||||||
# /etc/fstab: static file system information
|
|
||||||
#
|
|
||||||
# <file system> <dir> <type> <options> <dump> <pass>
|
|
||||||
/dev/mapper/root-image / auto defaults 0 0
|
|
@@ -1,13 +0,0 @@
|
|||||||
[H[2J
|
|
||||||
Artix Live ISO (\l) - \s-\r \m
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Welcome to Artix #
|
|
||||||
|
|
||||||
|
|
||||||
login for the live environment:
|
|
||||||
user 'artix'
|
|
||||||
password 'artix'
|
|
||||||
|
|
||||||
|
|
@@ -1,6 +0,0 @@
|
|||||||
#%PAM-1.0
|
|
||||||
auth sufficient pam_rootok.so
|
|
||||||
auth sufficient pam_wheel.so trust use_uid
|
|
||||||
auth required pam_unix.so
|
|
||||||
account required pam_unix.so
|
|
||||||
session required pam_unix.so
|
|
@@ -1 +0,0 @@
|
|||||||
%wheel ALL=(ALL) NOPASSWD: ALL
|
|
@@ -1,293 +0,0 @@
|
|||||||
- name: "system"
|
|
||||||
description: "system"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
subgroups:
|
|
||||||
- name: "base"
|
|
||||||
description: "Command line interface"
|
|
||||||
hidden: true
|
|
||||||
selected: true
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- bash
|
|
||||||
- bzip2
|
|
||||||
- coreutils
|
|
||||||
- cronie-openrc
|
|
||||||
- cryptsetup-openrc
|
|
||||||
- dbus-openrc
|
|
||||||
- device-mapper-openrc
|
|
||||||
- dhcpcd-openrc
|
|
||||||
- diffutils
|
|
||||||
- e2fsprogs
|
|
||||||
- elogind-openrc
|
|
||||||
- eudev-openrc
|
|
||||||
- file
|
|
||||||
- filesystem
|
|
||||||
- findutils
|
|
||||||
- gawk
|
|
||||||
- gcc-libs
|
|
||||||
- gettext
|
|
||||||
- glibc-openrc
|
|
||||||
- grep
|
|
||||||
- gzip
|
|
||||||
- inetutils-openrc
|
|
||||||
- iproute2
|
|
||||||
- iputils
|
|
||||||
- jfsutils
|
|
||||||
- json-c
|
|
||||||
- less
|
|
||||||
- licenses
|
|
||||||
- logrotate
|
|
||||||
- lsb-release
|
|
||||||
- lvm2-openrc
|
|
||||||
- man-db
|
|
||||||
- man-pages
|
|
||||||
- mdadm-openrc
|
|
||||||
- mkinitcpio
|
|
||||||
- nano
|
|
||||||
- netifrc
|
|
||||||
- openrc-settingsd
|
|
||||||
- opensysusers
|
|
||||||
- opentmpfiles
|
|
||||||
- pacman
|
|
||||||
- pciutils
|
|
||||||
- pcmciautils
|
|
||||||
- perl
|
|
||||||
- procps-ng
|
|
||||||
- psmisc
|
|
||||||
- reiserfsprogs
|
|
||||||
- sed
|
|
||||||
- shadow
|
|
||||||
- s-nail
|
|
||||||
- sudo
|
|
||||||
- sysfsutils
|
|
||||||
- syslog-ng-openrc
|
|
||||||
- tar
|
|
||||||
- texinfo
|
|
||||||
- usbutils
|
|
||||||
- util-linux
|
|
||||||
- vi
|
|
||||||
- which
|
|
||||||
- xfsprogs
|
|
||||||
- name: "kernel"
|
|
||||||
description: "Kernel packages"
|
|
||||||
hidden: true
|
|
||||||
selected: true
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- linux-lts
|
|
||||||
- name: "boot"
|
|
||||||
description: "Bootloader packages"
|
|
||||||
hidden: true
|
|
||||||
selected: true
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- grub
|
|
||||||
- os-prober
|
|
||||||
- memtest86+
|
|
||||||
- efibootmgr
|
|
||||||
- dosfstools
|
|
||||||
- name: "network"
|
|
||||||
description: "Network packages"
|
|
||||||
hidden: false
|
|
||||||
selected: true
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- networkmanager-openrc
|
|
||||||
- avahi-openrc
|
|
||||||
- ntp-openrc
|
|
||||||
- bluez-openrc
|
|
||||||
- openssh-openrc
|
|
||||||
- modemmanager
|
|
||||||
- nfs-utils-openrc
|
|
||||||
- wpa_supplicant-openrc
|
|
||||||
- name: "base-devel"
|
|
||||||
description: "Development packages assumed installed for making packages"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- autoconf
|
|
||||||
- automake
|
|
||||||
- binutils
|
|
||||||
- bison
|
|
||||||
- fakeroot
|
|
||||||
- flex
|
|
||||||
- gcc
|
|
||||||
- groff
|
|
||||||
- libtool
|
|
||||||
- m4
|
|
||||||
- make
|
|
||||||
- patch
|
|
||||||
- pkg-config
|
|
||||||
- name: "firmware"
|
|
||||||
description: "Firmware"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- bluez-firmware
|
|
||||||
- alsa-firmware
|
|
||||||
- b43-fwcutter
|
|
||||||
- ipw2100-fw
|
|
||||||
- ipw2200-fw
|
|
||||||
- zd1211-firmware
|
|
||||||
- name: 'filesystems'
|
|
||||||
description: 'Extra Filesystems'
|
|
||||||
selected: false
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- btrfs-progs
|
|
||||||
- ecryptfs-utils
|
|
||||||
- exfat-utils
|
|
||||||
- f2fs-tools
|
|
||||||
- ntfs-3g
|
|
||||||
- dmraid
|
|
||||||
- name: "apps"
|
|
||||||
description: "Utilities packages"
|
|
||||||
selected: true
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- artools-base
|
|
||||||
- acpi
|
|
||||||
- haveged-openrc
|
|
||||||
- powertop
|
|
||||||
- dmidecode
|
|
||||||
- inxi
|
|
||||||
- acpid-openrc
|
|
||||||
- rsync-openrc
|
|
||||||
|
|
||||||
- name: "Xorg"
|
|
||||||
description: "Xorg server"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
subgroups:
|
|
||||||
- name: "Xorg base"
|
|
||||||
description: "Xorg server"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- xorg-server
|
|
||||||
- name: "Xorg drivers"
|
|
||||||
description: "Xorg server"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- xf86-video-amdgpu
|
|
||||||
- xf86-video-ati
|
|
||||||
- xf86-video-intel
|
|
||||||
- xf86-video-nouveau
|
|
||||||
- xf86-video-openchrome
|
|
||||||
- xf86-video-fbdev
|
|
||||||
- xf86-video-vesa
|
|
||||||
- xf86-video-vmware
|
|
||||||
- virtualbox-guest-modules-artix
|
|
||||||
|
|
||||||
- name: "desktop"
|
|
||||||
description: "Desktop packages"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
subgroups:
|
|
||||||
- name: "displaymanager"
|
|
||||||
description: "Displaymanager"
|
|
||||||
hidden: false
|
|
||||||
selected: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- displaymanager-openrc
|
|
||||||
- artix-sddm-theme
|
|
||||||
- name: 'lxqt-basic'
|
|
||||||
description: 'lxqt basic'
|
|
||||||
selected: false
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- lxqt-about
|
|
||||||
- lxqt-admin
|
|
||||||
- lxqt-common
|
|
||||||
- lxqt-config
|
|
||||||
- lxqt-globalkeys
|
|
||||||
- lxqt-notificationd
|
|
||||||
- lxqt-openssh-askpass
|
|
||||||
- lxqt-panel
|
|
||||||
- lxqt-policykit
|
|
||||||
- lxqt-powermanagement
|
|
||||||
- lxqt-qtplugin
|
|
||||||
- lxqt-runner
|
|
||||||
- lxqt-session
|
|
||||||
- lxqt-sudo
|
|
||||||
- obconf-qt
|
|
||||||
- openbox
|
|
||||||
- pcmanfm-qt
|
|
||||||
- gvfs
|
|
||||||
- qterminal
|
|
||||||
- kwrite
|
|
||||||
- compton
|
|
||||||
- xarchiver
|
|
||||||
- qps
|
|
||||||
- qupzilla
|
|
||||||
- network-manager-applet
|
|
||||||
- artix-lxqt-basic-presets
|
|
||||||
- xdg-user-dirs
|
|
||||||
- xdg-utils
|
|
||||||
- name: 'lxqt-extra'
|
|
||||||
description: 'lxqt extra'
|
|
||||||
selected: false
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- lximage-qt
|
|
||||||
- vlc
|
|
||||||
- qpdfview
|
|
||||||
- artix-lxqt-extra-presets
|
|
||||||
- gvfs-afc
|
|
||||||
- gvfs-gphoto2
|
|
||||||
- gvfs-mtp
|
|
||||||
- gvfs-nfs
|
|
||||||
- gvfs-smb
|
|
||||||
- qt5-styleplugins
|
|
||||||
- lxappearance
|
|
||||||
|
|
||||||
- name: 'fonts'
|
|
||||||
description: 'Fonts'
|
|
||||||
selected: false
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- terminus-font
|
|
||||||
- ttf-bitstream-vera
|
|
||||||
- ttf-dejavu
|
|
||||||
- ttf-droid
|
|
||||||
- ttf-inconsolata
|
|
||||||
- ttf-indic-otf
|
|
||||||
- ttf-liberation
|
|
||||||
- noto-fonts
|
|
||||||
|
|
||||||
- name: 'audio'
|
|
||||||
description: 'Audio'
|
|
||||||
selected: false
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- pulseaudio
|
|
||||||
- pulseaudio-alsa
|
|
||||||
- pavucontrol-qt
|
|
||||||
- alsa-utils-openrc
|
|
||||||
|
|
||||||
- name: 'printing'
|
|
||||||
description: 'Printing'
|
|
||||||
selected: false
|
|
||||||
hidden: false
|
|
||||||
critical: false
|
|
||||||
packages:
|
|
||||||
- bluez-cups
|
|
||||||
- cups-openrc
|
|
||||||
- cups-filters
|
|
||||||
- cups-pdf
|
|
Reference in New Issue
Block a user