Skip to content

Commit

Permalink
Update extra chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
supdrewin committed Apr 7, 2022
1 parent af7abd2 commit 6384ed6
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions extra.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

### 安装 Arch Linux

1. 下载最新的 `ArchISO`,快速链接:点击
[archlinux-bootstrap-2022.04.01-x86_64.iso](https://mirrors.ustc.edu.cn/archlinux/iso/2022.04.01/archlinux-2022.04.01-x86_64.iso)
1. 下载最新的 Arch Linux 光盘映像,快速链接:点击
[archlinux-bootstrap-2022.04.05-x86_64.iso](https://mirrors.ustc.edu.cn/archlinux/iso/2022.04.05/archlinux-2022.04.05-x86_64.iso)

2. 打开 `VirtualBox`,新建一个虚拟机

Expand All @@ -73,10 +73,19 @@

3. 启动虚拟机

1. 选中第一项,直接回车。稍等片刻,启动成功后会自动登陆
1. 在主界面中点击 `启动` 按钮,首次启动会弹出 `选择启动盘` 窗口。

点击选择框旁边的按钮,我们需要注册刚才下载的光盘映像,点击
`注册`,找到我们下载的 `*.iso` 文件并打开。

然后选中刚才注册的 `虚拟光盘`,点击 `选择` 确认。

回到 `选择启动盘` 窗口后点击 `启动`

2. 在引导菜单中,选择第一项 (以默认选中,直接回车)。稍等片刻,启动成功后会自动登陆
`root` 用户。

2. 下载并执行 `安装脚本`
3. 下载并执行 `安装脚本`
(此脚本仅适用于 **虚拟机** 安装,切勿在 **实体机** 上尝试):

``` shell
Expand All @@ -91,7 +100,7 @@
$ echo "185.199.109.133 raw.githubusercontent.com" >>/etc/hosts
```

3. 安装完成后,先在右下角 `弹出虚拟盘`,然后重启即可进入新系统
4. 安装完成后,先在右下角 `弹出虚拟盘`,然后重启即可进入新系统
(用户名和密码都是 `root`):

``` shell
Expand Down

0 comments on commit 6384ed6

Please sign in to comment.