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
|
||||
fi
|
||||
|
||||
cd $PROFILES && git checkout refactor
|
||||
cd $PROFILES && git checkout master
|
||||
echo "#################################" >>$CWD/ISO_build.log
|
||||
for profile in ${profiles[@]}; 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-ublock-origin
|
||||
libreoffice-fresh
|
||||
jre
|
||||
mpv
|
||||
youtube-dl
|
||||
ffmpegthumbnailer
|
||||
|
@@ -191,6 +191,7 @@ firefox-adblock-plus
|
||||
firefox-noscript
|
||||
firefox-ublock-origin
|
||||
libreoffice-fresh
|
||||
jre
|
||||
mpv
|
||||
youtube-dl
|
||||
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]
|
||||
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
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
#[localrepo]
|
||||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
||||
#Server = file:///home/user/localrepo
|
||||
|
||||
#
|
||||
# ARCHLINUX
|
||||
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/0-process_local.d.start
|
Reference in New Issue
Block a user