Commit ced68f3 committed Apr 17, 2024 · 2 / 2
1 parent ab00ea7 commit ced68f3 Copy full SHA for ced68f3
File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,12 @@ swapon <swap_partition>
49
49
50
50
### 安装系统
51
51
52
+ 遇上 GPG signature 的问题的话,找到 ` /etc/pacman.conf ` 中的 ` SigLevel ` 属性,添加 ` TrustAll ` 就得,怎么连自家的包都不信任的。
53
+
52
54
``` shell
53
55
vim /etc/pacman.d/mirrorlist # Server=https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
54
- pacstrap -K /mnt base linux linux-firmware amd-ucode intel-ucode networkmgr vim
56
+ pacstrap -K /mnt base linux linux-firmware # 基本
57
+ pacstrap -K /mnt amd-ucode intel-ucode networkmanager vim # 有必要的
55
58
```
56
59
57
60
### 配置系统
73
76
双系统的话[ 先看下面] ( #双系统 ) 。
74
77
75
78
``` shell
76
- pacman -S grub efibootmanager
79
+ pacman -S grub efibootmgr
77
80
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
78
81
grub-mkconfig -o < EFI_partition> /grub/grub.cfg
79
82
```
@@ -111,3 +114,9 @@ grub-mkconfig
111
114
[ Archlinux安装指南] ( https://wiki.archlinux.org/title/Installation_guide )
112
115
113
116
[ Arch-Win双系统] ( https://wiki.archlinux.org/title/Dual_boot_with_Windows )
117
+
118
+ ## Changelog
119
+
120
+ |||
121
+ | :-:| :-:|
122
+ | 2024-4-17 | #1 : 踩到自己挖的坑,修补一下 |
Original file line number Diff line number Diff line change @@ -123,5 +123,5 @@ description: "放点图片"
123
123
124
124
|||
125
125
| :-:| :--|
126
- | 2023-02-20| # 2 : 略微修改|
127
- | 2023-09-27| # 1 : 略微修改|
126
+ | 2023-02-20 | # 2 : 略微修改 |
127
+ | 2023-09-27 | # 1 : 略微修改 |
You can’t perform that action at this time.
0 commit comments