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
59937f990c
commit
ad28e5919a
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ steps:
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy
|
- pacman -Sy
|
||||||
- alias pacstrap="pacstrap -N"
|
- pacman -S archiso --noconfirm
|
||||||
|
- sed -i 's/pacstrap -C/pacstrap -N -C/' $(which archiso)
|
||||||
- ./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