Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
73077cd8
Commit
73077cd8
authored
Dec 30, 2017
by
Pierre Schmitz
Browse files
Clean environment variables for pacstrap
parent
cf304718
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
73077cd8
...
...
@@ -4,7 +4,7 @@ DOCKER_IMAGE:=base
rootfs
:
$(
eval
TMPDIR :
=
$(
shell
mktemp
-d
))
pacstrap
-C
/usr/share/devtools/pacman-extra.conf
-c
-d
-G
-M
$(TMPDIR)
$(
shell
cat
packages
)
env
-i
pacstrap
-C
/usr/share/devtools/pacman-extra.conf
-c
-d
-G
-M
$(TMPDIR)
$(
shell
cat
packages
)
cp
--recursive
--preserve
=
timestamps
--backup
--suffix
=
.pacnew rootfs/
*
$(TMPDIR)
/
arch-chroot
$(TMPDIR)
locale-gen
arch-chroot
$(TMPDIR)
pacman-key
--init
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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