Skip to content
Snippets Groups Projects
Commit 3adc838d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

pass to 66

parent 5ea38cb3
No related branches found
No related tags found
No related merge requests found
Copyright (c) 2015-2018 Eric Vidal <eric@obarun.org>
Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
All rights reserved.
Permission to use, copy, modify, and/or distribute this software for any
......
# Copyright (c) 2015-2018 Eric Vidal <eric@obarun.org>
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
......@@ -21,7 +21,6 @@ depends=(obarun-install)
#install=
source=("$pkgname::git+file:///var/lib/obarun/$pkgname/update_package/$pkgname")
md5sums=(SKIP)
validpgpkeys=('6DD4217456569BA711566AC7F06E8FDE7B45DAAC') # Eric Vidal
pkgver() {
cd "${pkgname}"
......
#!/usr/bin/bash
# Copyright (c) 2015-2018 Eric Vidal <eric@obarun.org>
# Copyright (c) 2015-2019Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
......@@ -44,23 +44,13 @@ custo_once() {
############################## only modifie this script after this line ############################
create_log_user(){
out_action "add ${NEWUSER} at log group"
gpasswd -a "$NEWUSER" log
}
custo_once create_log_user
## Configure S6 service
config_s6(){
config(){
out_action "Enable syslogds6 service"
cp -ra /etc/s6-serv/available/classic/syslogds6 /etc/s6-serv/enabled/classic/
out_action "Enable dhcpd service"
cp -ra /etc/s6-serv/available/classic/dhcpcd /etc/s6-serv/enabled/classic/
66-enable dhcpcd
}
custo_once config_s6
custo_once config
out_valid "Customization terminate"
......@@ -2,15 +2,14 @@
## init system
skalibs
execline
s6
s6-linux-utils
s6-portable-utils
s6-rc
s6-boot
skalibs
execline
s6opts
oblibs
66
......
......@@ -2,10 +2,8 @@
## applications
#connman
htop
mc
udevil
unrar
unzip
p7zip
......
......@@ -11,50 +11,43 @@ device-mapper
dhcpcd
diffutils
e2fsprogs
eudev
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
gzip
inetutils
iproute2
iptables
iputils
less
licenses
libgudev
linux
linux-firmware
logrotate
lvm2
man-db
man-pages
mdadm
nano
nbd
netctl
pacman
pciutils
perl
util-linux
libutil-linux
procps-ng
psmisc
reiserfsprogs
s-nail
sed
shadow
sysfsutils
tar
texinfo
usbutils
util-linux
vi
which
xfsprogs
libusb
mkinitcpio
sudo
zsh
zsh-completions
######One application per line, you can use # to comment a line, blank line are ignored
dhcpcd-s6serv
#connmand-s6rcserv
dmraid-s6rcserv
#nfs-utils-s6rcserv
wpa-supplicant-s6rcserv
syslogds6-s6serv
boot-66serv
dhcpcd-66serv
root-66tree
......@@ -7,9 +7,7 @@ gptfdisk
## console browser
elinks
#lynx
#w3m
lynx
## utilities
......
......@@ -22,7 +22,8 @@ HoldPkg = pacman glibc
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = systemd libsystemd
IgnorePkg = systemd
IgnorePkg = libsystemd
#IgnoreGroup =
#NoUpgrade =
......@@ -67,6 +68,10 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
[66]
SigLevel = Required
Server = https://repo.obarun.org/66-repo
#[obarun-testing]
#SigLevel = Required
#Server = https://repo.obarun.org/$arch/testing
......
......@@ -68,6 +68,10 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
[66]
SigLevel = Required
Server = https://repo.obarun.org/66-repo
#[obarun-testing]
#SigLevel = Required
#Server = https://repo.obarun.org/$arch/testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment