init
This commit is contained in:
commit
46a52b2e62
2 changed files with 35 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM archlinux
|
||||||
|
|
||||||
|
COPY ./pacman.conf /pacman.conf
|
||||||
|
RUN pacman -Syu navinstall
|
||||||
|
|
||||||
|
RUN navinstall create-tar --dir /os
|
||||||
|
|
||||||
|
FROM scratch
|
||||||
|
COPY --from=builder /os/* /
|
26
pacman.conf
Normal file
26
pacman.conf
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[options]
|
||||||
|
HoldPkg = pacman glibc
|
||||||
|
Architecture = auto
|
||||||
|
Color
|
||||||
|
CheckSpace
|
||||||
|
ParallelDownloads = 6
|
||||||
|
DownloadUser = alpm
|
||||||
|
SigLevel = Required DatabaseOptional
|
||||||
|
LocalFileSigLevel = Optional
|
||||||
|
|
||||||
|
[core]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[navos]
|
||||||
|
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
||||||
|
SigLevel = Optional TrustAll
|
||||||
|
|
||||||
|
[our]
|
||||||
|
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
||||||
|
SigLevel = Never
|
Loading…
Add table
Reference in a new issue