try aliasing pacstrap to pacstrap -N for unshare mode, maybe
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
e0ca36cdae
commit
59937f990c
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@ steps:
|
||||||
image: docker.io/archlinux:base-devel
|
image: docker.io/archlinux:base-devel
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /tmp/boop && mount -t devtempfs dev /tmp/boop || sleep 300
|
|
||||||
- pacman -Sy
|
- pacman -Sy
|
||||||
|
- alias pacstrap="pacstrap -N"
|
||||||
- ./build-iso
|
- ./build-iso
|
||||||
- eval $(grep iso_ archiso/profiledef.sh)
|
- eval $(grep iso_ archiso/profiledef.sh)
|
||||||
- ISO_FILE="archiso/out/$iso_name-$iso_version-x86_64.iso"
|
- ISO_FILE="archiso/out/$iso_name-$iso_version-x86_64.iso"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue