3 Commits

7 changed files with 10 additions and 32 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -212,6 +212,7 @@ firefox-adblock-plus
firefox-noscript firefox-noscript
firefox-ublock-origin firefox-ublock-origin
libreoffice-fresh libreoffice-fresh
jre
mpv mpv
youtube-dl youtube-dl
ffmpegthumbnailer ffmpegthumbnailer

View File

@@ -191,6 +191,7 @@ firefox-adblock-plus
firefox-noscript firefox-noscript
firefox-ublock-origin firefox-ublock-origin
libreoffice-fresh libreoffice-fresh
jre
mpv mpv
youtube-dl youtube-dl
ffmpegthumbnailer ffmpegthumbnailer

View File

@@ -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

View File

@@ -95,11 +95,16 @@ Include = /etc/pacman.d/mirrorlist
[lib32] [lib32]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
# [universe] contains packages not in mainstream Artix or Arch repos,
# maintained by individual Artix devs
[universe]
Server = https://universe.artixlinux.org/$arch
# An example of a custom package repository. See the pacman manpage for # An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories. # tips on creating your own repositories.
#[custom] #[localrepo]
#SigLevel = Optional TrustAll #SigLevel = Optional TrustAll
#Server = file:///home/custompkgs #Server = file:///home/user/localrepo
# #
# ARCHLINUX # ARCHLINUX

View File

@@ -1 +0,0 @@
../../../live-overlay/etc/local.d/0-process_local.d.start