Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alad Wenter
aurutils
Commits
a80c52d5
Commit
a80c52d5
authored
Nov 30, 2018
by
Alad Wenter
Committed by
Alad Wenter
Dec 01, 2018
Browse files
aurbuild: add missing bind mount to arch-nspawn
parent
5f779d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/aurbuild
View file @
a80c52d5
...
...
@@ -125,7 +125,7 @@ if ((chroot)); then
if
[[
-f
$container
/root/.arch-chroot
]]
;
then
sudo
arch-nspawn
-C
"
$tmp
"
/pacman.conf
-M
"
$makepkg_conf
"
\
"
$container
"
/root pacman
-Syu
--noconfirm
"
$container
"
/root
--bind-ro
=
"
$root
"
pacman
-Syu
--noconfirm
else
sudo install
-d
"
$container
"
-m
755
-v
sudo
mkarchroot
-C
"
$tmp
"
/pacman.conf
-M
"
$makepkg_conf
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment