Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c0f9920e41
|
|||
abaa5b5d94
|
|||
c9504ff711 |
@@ -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
|
||||||
|
@@ -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
|
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
|
@@ -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
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../../../live-overlay/etc/local.d/0-process_local.d.start
|
|
Reference in New Issue
Block a user