forked from artix/iso-profiles
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
4a2c45dae8
|
|||
deadb42c63
|
|||
3b3df59354
|
|||
7edd466a8a | |||
4378886686
|
|||
24fccd628a
|
|||
39b153ae01 | |||
15f10277ad
|
|||
9c9e86d81c
|
|||
085d08cbc3 | |||
ffd8f52ad8 |
@@ -81,7 +81,7 @@ else
|
|||||||
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $PROFILES && git checkout refactor
|
cd $PROFILES && git checkout master
|
||||||
echo "#################################" >>$CWD/ISO_build.log
|
echo "#################################" >>$CWD/ISO_build.log
|
||||||
for profile in ${profiles[@]}; do
|
for profile in ${profiles[@]}; do
|
||||||
for init in ${inits[@]}; do
|
for init in ${inits[@]}; do
|
||||||
|
@@ -89,8 +89,8 @@ inxi
|
|||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc displaymanager-openrc
|
|
||||||
@openrc networkmanager-openrc
|
@openrc networkmanager-openrc
|
||||||
|
@openrc displaymanager-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
@@ -124,6 +124,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -140,20 +141,13 @@ xf86-video-voodoo
|
|||||||
# Core ISO packages end here
|
# Core ISO packages end here
|
||||||
|
|
||||||
# Branding
|
# Branding
|
||||||
artix-gtk-presets
|
|
||||||
artix-grub-theme
|
artix-grub-theme
|
||||||
artix-dark-theme
|
artix-dark-theme
|
||||||
xcursor-premium
|
|
||||||
artix-branding-base
|
artix-branding-base
|
||||||
|
artix-gtk-presets
|
||||||
# Basic usability apps
|
artix-qt-presets
|
||||||
gvfs-mtp
|
xcursor-premium
|
||||||
leafpad
|
artix-sddm-theme
|
||||||
lightdm-gtk-greeter
|
|
||||||
light-locker
|
|
||||||
midori
|
|
||||||
mpv
|
|
||||||
xreader
|
|
||||||
|
|
||||||
# Cinnamon
|
# Cinnamon
|
||||||
cinnamon
|
cinnamon
|
||||||
@@ -174,3 +168,16 @@ nemo-preview
|
|||||||
nemo-seahorse
|
nemo-seahorse
|
||||||
nemo-share
|
nemo-share
|
||||||
xcursor-vanilla-dmz
|
xcursor-vanilla-dmz
|
||||||
|
|
||||||
|
# Basic usability apps
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
|
lightdm-gtk-greeter
|
||||||
|
light-locker
|
||||||
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
|
gvfs-mtp
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# local.d execution in runit/s6
|
|
||||||
|
|
||||||
init=$(ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/')
|
|
||||||
|
|
||||||
case $init in
|
|
||||||
runit|s6) for script in /etc/local.d/*.start; do
|
|
||||||
[[ $script =~ local.start ]] && continue
|
|
||||||
[[ $script =~ $0 ]] && continue
|
|
||||||
[[ -x $script ]] && $script
|
|
||||||
done
|
|
||||||
;;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
@@ -213,9 +213,12 @@ firefox-noscript
|
|||||||
firefox-ublock-origin
|
firefox-ublock-origin
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
mpv
|
mpv
|
||||||
youtube-dl
|
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
ffmpegthumbs
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
|
gvfs-mtp
|
||||||
|
youtube-dl
|
||||||
pulseaudio-alsa
|
pulseaudio-alsa
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
unrar
|
||||||
@@ -277,6 +280,7 @@ leafpad
|
|||||||
gtk-engines
|
gtk-engines
|
||||||
accountsservice
|
accountsservice
|
||||||
raw-thumbnailer
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
bluez-utils
|
bluez-utils
|
||||||
yaourtix
|
yaourtix
|
||||||
hunspell-en_US
|
hunspell-en_US
|
||||||
@@ -296,7 +300,6 @@ vertex-themes
|
|||||||
oxygen
|
oxygen
|
||||||
|
|
||||||
# KIO is still lacking
|
# KIO is still lacking
|
||||||
gvfs-mtp
|
|
||||||
gvfs-smb
|
gvfs-smb
|
||||||
gvfs-afc
|
gvfs-afc
|
||||||
gvfs-google
|
gvfs-google
|
||||||
|
@@ -194,7 +194,9 @@ libreoffice-fresh
|
|||||||
mpv
|
mpv
|
||||||
youtube-dl
|
youtube-dl
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
ffmpegthumbs
|
#ffmpegthumbs # included in kdemultimedia
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
pulseaudio-alsa
|
pulseaudio-alsa
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
unrar
|
||||||
@@ -244,7 +246,6 @@ meld
|
|||||||
# other stuff
|
# other stuff
|
||||||
gtk-engines
|
gtk-engines
|
||||||
accountsservice
|
accountsservice
|
||||||
raw-thumbnailer
|
|
||||||
bluez-utils
|
bluez-utils
|
||||||
yaourtix
|
yaourtix
|
||||||
hunspell-en_US
|
hunspell-en_US
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# local.d execution in runit/s6
|
|
||||||
|
|
||||||
init=$(ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/')
|
|
||||||
|
|
||||||
case $init in
|
|
||||||
runit|s6) for script in /etc/local.d/*.start; do
|
|
||||||
[[ $script =~ local.start ]] && continue
|
|
||||||
[[ $script =~ $0 ]] && continue
|
|
||||||
[[ -x $script ]] && $script
|
|
||||||
done
|
|
||||||
;;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
@@ -1 +0,0 @@
|
|||||||
../../../live-overlay/etc/local.d/0-process_local.d.start
|
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -123,6 +124,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -165,11 +167,15 @@ openbox
|
|||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
|
connman-gtk
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
light-locker
|
light-locker
|
||||||
atril
|
|
||||||
connman-gtk
|
|
||||||
midori
|
|
||||||
leafpad
|
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -123,6 +124,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -144,19 +146,23 @@ artix-dark-theme
|
|||||||
artix-branding-base
|
artix-branding-base
|
||||||
artix-gtk-presets
|
artix-gtk-presets
|
||||||
artix-qt-presets
|
artix-qt-presets
|
||||||
artix-sddm-theme
|
|
||||||
xcursor-premium
|
xcursor-premium
|
||||||
|
artix-sddm-theme
|
||||||
|
|
||||||
# LXQt
|
# LXQt
|
||||||
lxqt
|
lxqt
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
screengrab
|
cmst
|
||||||
kwrite
|
kwrite
|
||||||
falkon
|
falkon
|
||||||
xarchiver
|
|
||||||
breeze-icons
|
|
||||||
mpv
|
|
||||||
gvfs-mtp
|
|
||||||
qpdfview
|
qpdfview
|
||||||
cmst
|
lxqt-archiver
|
||||||
|
breeze-icons
|
||||||
|
screengrab
|
||||||
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
|
gvfs-mtp
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -123,6 +124,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -169,11 +171,15 @@ mate-utils
|
|||||||
mozo
|
mozo
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
|
connman-gtk
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
light-locker
|
light-locker
|
||||||
atril
|
|
||||||
connman-gtk
|
|
||||||
midori
|
|
||||||
leafpad
|
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -123,6 +124,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -144,8 +146,8 @@ artix-dark-theme
|
|||||||
artix-branding-base
|
artix-branding-base
|
||||||
artix-gtk-presets
|
artix-gtk-presets
|
||||||
artix-qt-presets
|
artix-qt-presets
|
||||||
artix-sddm-theme
|
|
||||||
xcursor-premium
|
xcursor-premium
|
||||||
|
artix-sddm-theme
|
||||||
|
|
||||||
# KDE Plasma
|
# KDE Plasma
|
||||||
artix-qt-presets
|
artix-qt-presets
|
||||||
@@ -176,6 +178,7 @@ plasma-browser-integration
|
|||||||
plasma-desktop
|
plasma-desktop
|
||||||
plasma-integration
|
plasma-integration
|
||||||
plasma-workspace
|
plasma-workspace
|
||||||
|
plasma-pa
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
powerdevil
|
powerdevil
|
||||||
sddm-kcm
|
sddm-kcm
|
||||||
@@ -190,16 +193,19 @@ khelpcenter
|
|||||||
konsole
|
konsole
|
||||||
kwalletmanager
|
kwalletmanager
|
||||||
gwenview
|
gwenview
|
||||||
ark
|
|
||||||
spectacle
|
spectacle
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
screengrab
|
plasma-nm
|
||||||
kwrite
|
kwrite
|
||||||
falkon
|
falkon
|
||||||
xarchiver
|
|
||||||
breeze-icons
|
|
||||||
mpv
|
|
||||||
gvfs-mtp
|
|
||||||
okular
|
okular
|
||||||
plasma-nm
|
ark
|
||||||
|
breeze-icons
|
||||||
|
screengrab
|
||||||
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
|
gvfs-mtp
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -123,6 +124,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -153,11 +155,15 @@ pulseaudio
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
|
connman-gtk
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
light-locker
|
light-locker
|
||||||
atril
|
|
||||||
connman-gtk
|
|
||||||
midori
|
|
||||||
leafpad
|
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
|
Reference in New Issue
Block a user