Skip to content

Commit f3281ab

Browse files
committed
Merge branch 'i486' into dev
2 parents 7eab84e + 787ee80 commit f3281ab

File tree

26 files changed

+935
-50
lines changed

26 files changed

+935
-50
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
#
2+
# /etc/pacman.conf
3+
#
4+
# See the pacman.conf(5) manpage for option and repository directives
5+
6+
#
7+
# GENERAL OPTIONS
8+
#
9+
[options]
10+
# The following paths are commented out with their default values listed.
11+
# If you wish to use different paths, uncomment and update the paths.
12+
#RootDir = /
13+
#DBPath = /var/lib/pacman/
14+
#CacheDir = /var/cache/pacman/pkg/
15+
#LogFile = /var/log/pacman.log
16+
#GPGDir = /etc/pacman.d/gnupg/
17+
#HookDir = /etc/pacman.d/hooks/
18+
HoldPkg = pacman glibc
19+
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
20+
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
21+
#CleanMethod = KeepInstalled
22+
Architecture = i486
23+
24+
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
25+
#IgnorePkg =
26+
#IgnoreGroup =
27+
28+
#NoUpgrade =
29+
#NoExtract =
30+
31+
# Misc options
32+
#UseSyslog
33+
#Color
34+
#TotalDownload
35+
# We cannot check disk space from within a chroot environment
36+
#CheckSpace
37+
#VerbosePkgLists
38+
39+
# By default, pacman accepts packages signed by keys that its local keyring
40+
# trusts (see pacman-key and its man page), as well as unsigned packages.
41+
SigLevel = Required DatabaseOptional
42+
LocalFileSigLevel = Optional
43+
#RemoteFileSigLevel = Required
44+
45+
# NOTE: You must run `pacman-key --init` before first using pacman; the local
46+
# keyring can then be populated with the keys of all official Arch Linux
47+
# packagers with `pacman-key --populate archlinux`.
48+
49+
#
50+
# REPOSITORIES
51+
# - can be defined here or included from another file
52+
# - pacman will search repositories in the order defined here
53+
# - local/custom mirrors can be added here or in separate files
54+
# - repositories listed first will take precedence when packages
55+
# have identical names, regardless of version number
56+
# - URLs will have $repo replaced by the name of the current repo
57+
# - URLs will have $arch replaced by the name of the architecture
58+
#
59+
# Repository entries are of the format:
60+
# [repo-name]
61+
# Server = ServerName
62+
# Include = IncludePath
63+
#
64+
# The header [repo-name] is crucial - it must be present and
65+
# uncommented to enable the repo.
66+
#
67+
68+
# The testing repositories are disabled by default. To enable, uncomment the
69+
# repo name header and Include lines. You can add preferred servers immediately
70+
# after the header, and they will be used before the default mirrors.
71+
72+
#[testing]
73+
#Include = /etc/pacman.d/mirrorlist
74+
75+
[core]
76+
Include = /etc/pacman.d/mirrorlist
77+
78+
[extra]
79+
Include = /etc/pacman.d/mirrorlist
80+
81+
#[community-testing]
82+
#Include = /etc/pacman.d/mirrorlist
83+
84+
[community]
85+
Include = /etc/pacman.d/mirrorlist
86+
87+
# An example of a custom package repository. See the pacman manpage for
88+
# tips on creating your own repositories.
89+
#[custom]
90+
#SigLevel = Optional TrustAll
91+
#Server = file:///home/custompkgs

channels/releng/architecture

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99

1010
x86_64
1111
i686
12+
i486
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# Alter Linux package list
3+
#
4+
# Yamada Hayao
5+
# Twitter: @Hayao0819
6+
7+
#
8+
# (c) 2019-2020 Fascode Network.
9+
#
10+
# Base packages
11+
12+
13+
base-devel
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#
2+
# Alter Linux package list
3+
#
4+
# Yamada Hayao
5+
# Twitter: @Hayao0819
6+
7+
#
8+
# (c) 2019-2020 Fascode Network.
9+
#
10+
# Disk tools
11+
12+
clonezilla
13+
ddrescue
14+
gptfdisk
15+
hdparm
16+
mdadm
17+
parted
18+
partimage
19+
dmraid
20+
partclone
21+
sdparm
22+
testdisk
23+
smartmontools
24+
lvm2
25+
fsarchiver
26+
nvme-cli
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# Alter Linux package list
3+
#
4+
# Yamada Hayao
5+
# Twitter: @Hayao0819
6+
7+
#
8+
# (c) 2019-2020 Fascode Network.
9+
#
10+
# text editor
11+
12+
nano
13+
vim-minimal
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
alterlinux-calamares
2+
alterlinux-keyring
3+
alterlinux-mirrorlist
4+
aptpac
5+
arj
6+
bash-completion
7+
binutils
8+
bzip2
9+
cpio
10+
cups
11+
cups-pdf
12+
eg-installer
13+
gzip
14+
lha
15+
libpwquality
16+
lrzip
17+
lz4
18+
lzip
19+
lzop
20+
noto-fonts
21+
noto-fonts-cjk
22+
noto-fonts-emoji
23+
os-prober
24+
p7zip
25+
tar
26+
tlp
27+
unarj
28+
unrar
29+
unzip-iconv
30+
xdg-user-dirs
31+
xz
32+
yay
33+
yay-bin
34+
zip
35+
zstd
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# Alter Linux package list
3+
#
4+
# Yamada Hayao
5+
# Twitter: @Hayao0819
6+
7+
#
8+
# (c) 2019-2020 Fascode Network.
9+
#
10+
# internet
11+
12+
elinks
13+
diffutils
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# Alter Linux package list
3+
#
4+
# Yamada Hayao
5+
# Twitter: @Hayao0819
6+
7+
#
8+
# (c) 2019-2020 Fascode Network.
9+
#
10+
11+
#-- Shell --#
12+
grml-zsh-config
13+
14+
#-- gui --#
15+
gpm
16+
17+
#-- tools --#

channels/releng/pacman-i486.conf

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
#
2+
# /etc/pacman.conf
3+
#
4+
# See the pacman.conf(5) manpage for option and repository directives
5+
6+
#
7+
# GENERAL OPTIONS
8+
#
9+
[options]
10+
# The following paths are commented out with their default values listed.
11+
# If you wish to use different paths, uncomment and update the paths.
12+
#RootDir = /
13+
#DBPath = /var/lib/pacman/
14+
#CacheDir = /var/cache/pacman/pkg/
15+
#LogFile = /var/log/pacman.log
16+
#GPGDir = /etc/pacman.d/gnupg/
17+
#HookDir = /etc/pacman.d/hooks/
18+
HoldPkg = pacman glibc
19+
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
20+
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
21+
#CleanMethod = KeepInstalled
22+
Architecture = i486
23+
24+
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
25+
#IgnorePkg =
26+
#IgnoreGroup =
27+
28+
#NoUpgrade =
29+
#NoExtract =
30+
31+
# Misc options
32+
#UseSyslog
33+
#Color
34+
#TotalDownload
35+
# We cannot check disk space from within a chroot environment
36+
#CheckSpace
37+
#VerbosePkgLists
38+
39+
# By default, pacman accepts packages signed by keys that its local keyring
40+
# trusts (see pacman-key and its man page), as well as unsigned packages.
41+
SigLevel = Required DatabaseOptional
42+
LocalFileSigLevel = Optional
43+
#RemoteFileSigLevel = Required
44+
45+
# NOTE: You must run `pacman-key --init` before first using pacman; the local
46+
# keyring can then be populated with the keys of all official Arch Linux
47+
# packagers with `pacman-key --populate archlinux`.
48+
49+
#
50+
# REPOSITORIES
51+
# - can be defined here or included from another file
52+
# - pacman will search repositories in the order defined here
53+
# - local/custom mirrors can be added here or in separate files
54+
# - repositories listed first will take precedence when packages
55+
# have identical names, regardless of version number
56+
# - URLs will have $repo replaced by the name of the current repo
57+
# - URLs will have $arch replaced by the name of the architecture
58+
#
59+
# Repository entries are of the format:
60+
# [repo-name]
61+
# Server = ServerName
62+
# Include = IncludePath
63+
#
64+
# The header [repo-name] is crucial - it must be present and
65+
# uncommented to enable the repo.
66+
#
67+
68+
# The testing repositories are disabled by default. To enable, uncomment the
69+
# repo name header and Include lines. You can add preferred servers immediately
70+
# after the header, and they will be used before the default mirrors.
71+
72+
#[testing]
73+
#Server = https://32.arlm.tyzoid.com/$arch/$repo/
74+
#Server = http://mirror.clarkson.edu/archlinux32/$arch/$repo/
75+
#Server = https://mirror.clarkson.edu/archlinux32/$arch/$repo/
76+
#Server = http://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
77+
#Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
78+
79+
[core]
80+
Server = https://32.arlm.tyzoid.com/$arch/$repo/
81+
Server = http://mirror.clarkson.edu/archlinux32/$arch/$repo/
82+
Server = https://mirror.clarkson.edu/archlinux32/$arch/$repo/
83+
Server = http://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
84+
Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
85+
86+
[extra]
87+
Server = https://32.arlm.tyzoid.com/$arch/$repo/
88+
Server = http://mirror.clarkson.edu/archlinux32/$arch/$repo/
89+
Server = https://mirror.clarkson.edu/archlinux32/$arch/$repo/
90+
Server = http://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
91+
92+
#[community-testing]
93+
#Server = https://32.arlm.tyzoid.com/$arch/$repo/
94+
#Server = http://mirror.clarkson.edu/archlinux32/$arch/$repo/
95+
#Server = http://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
96+
#Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
97+
#Server = https://mirror.clarkson.edu/archlinux32/$arch/$repo/
98+
99+
[community]
100+
Server = https://32.arlm.tyzoid.com/$arch/$repo/
101+
Server = http://mirror.clarkson.edu/archlinux32/$arch/$repo/
102+
Server = http://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
103+
Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
104+
Server = https://mirror.clarkson.edu/archlinux32/$arch/$repo/
105+
106+
# An example of a custom package repository. See the pacman manpage for
107+
# tips on creating your own repositories.
108+
#[custom]
109+
#SigLevel = Optional TrustAll
110+
#Server = file:///home/custompkgs
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Unit]
2+
Description=Initializes Pacman keyring
3+
Wants=haveged.service
4+
After=haveged.service
5+
Requires=etc-pacman.d-gnupg.mount
6+
After=etc-pacman.d-gnupg.mount
7+
8+
[Service]
9+
Type=oneshot
10+
RemainAfterExit=yes
11+
ExecStart=/usr/bin/pacman-key --init
12+
ExecStart=/usr/bin/pacman-key --populate archlinux
13+
ExecStart=/usr/bin/pacman-key --populate archlinux32
14+
ExecStart=/usr/bin/pacman-key --populate alterlinux
15+
16+
[Install]
17+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)