Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
91b23a5265 |
@@ -11,4 +11,4 @@ foreground { mkdir -p /etc/pacman.d/gnupg }
|
|||||||
foreground { mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg }
|
foreground { mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg }
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
foreground { pacman-key --init }
|
foreground { pacman-key --init }
|
||||||
foreground { pacman-key --populate archlinux artix } )
|
foreground { pacman-key --populate artix } )
|
||||||
|
@@ -12,6 +12,6 @@ depend() {
|
|||||||
start() {
|
start() {
|
||||||
ebegin "Running pacman initialization"
|
ebegin "Running pacman initialization"
|
||||||
/usr/bin/pacman-key --init &> /dev/null
|
/usr/bin/pacman-key --init &> /dev/null
|
||||||
/usr/bin/pacman-key --populate archlinux artix &> /dev/null
|
/usr/bin/pacman-key --populate artix &> /dev/null
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg
|
mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg
|
||||||
pacman-key --init 1>&2
|
pacman-key --init 1>&2
|
||||||
pacman-key --populate archlinux artix 1>&2
|
pacman-key --populate artix 1>&2
|
||||||
exec chpst -b pacman-init pause
|
exec chpst -b pacman-init pause
|
||||||
|
@@ -3,4 +3,4 @@ foreground { mkdir -p /etc/pacman.d/gnupg }
|
|||||||
foreground { mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg }
|
foreground { mount -t tmpfs -o size=10M,mode=0755 tmpfs /etc/pacman.d/gnupg }
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
foreground { pacman-key --init }
|
foreground { pacman-key --init }
|
||||||
foreground { pacman-key --populate archlinux artix }
|
foreground { pacman-key --populate artix }
|
||||||
|
Reference in New Issue
Block a user