Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
4a03bbb5
Commit
4a03bbb5
authored
Apr 09, 2017
by
Pierre Schmitz
Browse files
Use pacman.conf from devtools
parent
601fcd25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4a03bbb5
rootfs
:
$(
eval
TMPDIR :
=
$(
shell
mktemp
-d
))
pacstrap
-C
rootfs/etc
/pacman.conf
-c
-d
-G
-M
$(TMPDIR)
$(
shell
cat
packages
)
pacstrap
-C
/usr/share/devtools
/pacman
-extra
.conf
-c
-d
-G
-M
$(TMPDIR)
$(
shell
cat
packages
)
cp
-rvp
--backup
--suffix
=
.pacnew rootfs/
*
$(TMPDIR)
/
arch-chroot
$(TMPDIR)
locale-gen
arch-chroot
$(TMPDIR)
pacman-key
--init
...
...
README.md
View file @
4a03bbb5
...
...
@@ -2,7 +2,7 @@
This repository contains all scripts and files needed to crate a Docker base image for the Arch Linux distribution.
## Dependencies
Install the following Arch Linux packages:
*
arch-install-scripts
*
make
*
devtools
## Usage
Run
`make docker-image`
as root to build the base image.
rootfs/etc/pacman.conf
deleted
100644 → 0
View file @
601fcd25
[
options
]
Architecture
=
auto
SigLevel
=
Required
DatabaseOptional
LocalFileSigLevel
=
Optional
[
core
]
Include
= /
etc
/
pacman
.
d
/
mirrorlist
[
extra
]
Include
= /
etc
/
pacman
.
d
/
mirrorlist
[
community
]
Include
= /
etc
/
pacman
.
d
/
mirrorlist
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