This commit is contained in:
2021-11-14 15:52:46 +08:00
parent 915c231124
commit 1e344dc204
112 changed files with 1039 additions and 1039 deletions

View File

@@ -7,7 +7,7 @@ tags: ["archlinux"]
categories: ["os"]
---
# U 盘启动,进入 archlinux live
## U 盘启动,进入 archlinux live
- 下载 archlinux 镜像
```bash
curl -LO https://mirrors.tuna.tsinghua.edu.cn/archlinux/iso/2021.07.01/archlinux-2021.07.01-x86_64.iso
@@ -20,7 +20,7 @@ categories: ["os"]
- 使用该 U 盘启动自己的 PC进入 archlinux live
# 联网,硬盘分区,安装系统
## 联网,硬盘分区,安装系统
- 插上网线,自动分配地址,验证是否可以连接外网
```bash
curl -I https://www.baidu.com
@@ -105,7 +105,7 @@ categories: ["os"]
arch-chroot /mnt /bin/bash
```
# 配置新安装的系统
## 配置新安装的系统
- 设置时区
```bash
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
@@ -168,7 +168,7 @@ categories: ["os"]
exit
```
# 卸载硬盘,重启
## 卸载硬盘,重启
- 卸载硬盘
```bash
umount -R /mnt
@@ -179,7 +179,7 @@ categories: ["os"]
reboot
```
# 日常使用
## 日常使用
- 登陆普通用户
- 启动 NetworkManager并设置开机自动启动
```bash