File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2525 - name : Initialize pacman secret key
2626 run : pacman-key --init
2727
28- - name : Add archlinuxcn repo & install keyring
29- run : |
30- echo -e '\n[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
31- pacman -Syyu --noconfirm archlinuxcn-keyring
32-
3328 - name : Build ArchISO
3429 run : |
3530 pacman -Syy --noconfirm archiso base-devel git
Original file line number Diff line number Diff line change 66### core
77- [ linux-headers] ( https://archlinux.org/packages/core/x86_64/linux-headers )
88
9- ### archlinuxcn
10- - [ archlinuxcn-keyring] ( https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/archlinuxcn-keyring )
11- - [ linux-apfs-rw-dkms-git] ( https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/linux-apfs-rw-dkms-git )
12- - [ apfsprogs-git] ( https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/apfsprogs-git )
9+ ### extra
10+ - [ linux-apfs-rw-dkms] ( https://archlinux.org/packages/extra/any/linux-apfs-rw-dkms )
11+ - [ apfsprogs] ( https://archlinux.org/packages/extra/x86_64/apfsprogs )
1312
1413## Notes
1514- By default, APFS partitions will be mounted as read-only.
You can’t perform that action at this time.
0 commit comments